{
  "name": "LinkToAll",
  "short_name": "LinkToAll",
  "description": "Find any movie. Direct & Verified links, discussions, and watchlists.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["entertainment", "movies"],
  "shortcuts": [
    {
      "name": "Search Movies",
      "url": "/search",
      "description": "Search for movies and series"
    },
    {
      "name": "Discussions",
      "url": "/discuss",
      "description": "Join movie discussions"
    },
    {
      "name": "My Watchlist",
      "url": "/challenge",
      "description": "View your watchlist"
    }
  ]
}
