{
  "name": "GrabReel – Instagram Video Downloader",
  "short_name": "GrabReel",
  "description": "Free Instagram Reels, Stories, Photos & Highlights downloader — no login, no watermark, no app install.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9f3e6",
  "theme_color": "#f9f3e6",
  "lang": "en",
  "scope": "/",
  "orientation": "portrait-primary",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/images/logo-mark-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo-mark-128.webp",
      "sizes": "128x128",
      "type": "image/webp",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Download Reel",
      "short_name": "Reels",
      "description": "Download an Instagram Reel",
      "url": "/reels-downloader",
      "icons": [{ "src": "/images/logo-mark-128.png", "sizes": "128x128" }]
    },
    {
      "name": "Download Photo",
      "short_name": "Photo",
      "description": "Download an Instagram Photo or Carousel",
      "url": "/photo-downloader",
      "icons": [{ "src": "/images/logo-mark-128.png", "sizes": "128x128" }]
    },
    {
      "name": "Download Story",
      "short_name": "Story",
      "description": "Download an Instagram Story",
      "url": "/story-downloader",
      "icons": [{ "src": "/images/logo-mark-128.png", "sizes": "128x128" }]
    }
  ]
}
