{
  "name": "StreamFinder",
  "short_name": "StreamFinder",
  "description": "Find where to watch any movie or TV show across all streaming services instantly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0c29",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "/screenshot-mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" }
  ],
  "shortcuts": [
    { "name": "Trending", "short_name": "Trending", "url": "/trending.html", "description": "See what's trending this week" },
    { "name": "Leaving Soon", "short_name": "Leaving", "url": "/leaving-soon.html", "description": "See what's leaving streaming soon" },
    { "name": "New This Month", "short_name": "New", "url": "/new-on-streaming.html", "description": "What's new on streaming this month" }
  ],
  "categories": ["entertainment", "utilities"]
}
