{
  "name": "Moviome - Movie & TV Show Tracker",
  "short_name": "Moviome",
  "description": "Track, rate, and manage your movie and TV show watching experience",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "lifestyle"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen showing movie search and recommendations"
    },
    {
      "src": "/screenshots/history-mobile.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Rating history with filtering and sorting"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Movies",
      "short_name": "Search",
      "description": "Search for movies and TV shows",
      "url": "/main?tab=search",
      "icons": [
        {
          "src": "/app-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Rating History",
      "short_name": "History",
      "description": "View your rating history",
      "url": "/history",
      "icons": [
        {
          "src": "/app-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Watchlists",
      "short_name": "Watchlists",
      "description": "Manage your watchlists",
      "url": "/watchlists",
      "icons": [
        {
          "src": "/app-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}