{
  "name": "InstaFlow Pro - Instagram Downloader",
  "short_name": "InstaFlow",
  "description": "Fast, high-definition Instagram Reels, Videos, Photos, Stories, and Profile Downloader.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#080b14",
  "background_color": "#080b14",
  "lang": "en-US",
  "categories": ["utilities", "productivity", "multimedia"],
  "icons": [
    {
      "src": "assets/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Reels Downloader",
      "short_name": "Reels",
      "description": "Download Instagram Reels in HD",
      "url": "/reels.html",
      "icons": [{ "src": "assets/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Carousel Downloader",
      "short_name": "Carousel",
      "description": "Download multi-image Instagram albums",
      "url": "/carousel.html",
      "icons": [{ "src": "assets/favicon.svg", "sizes": "192x192" }]
    }
  ]
}
