{
  "name": "BingeCalc",
  "short_name": "BingeCalc",
  "description": "Track TV shows, movies & manga. Calculate watch time, set daily goals, and never lose your place again.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "lang": "en",
  "categories": ["entertainment", "lifestyle"],

  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "TV Shows",
      "short_name": "TV",
      "url": "/tv",
      "description": "Browse popular TV shows",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Movies",
      "short_name": "Movies",
      "url": "/movie",
      "description": "Browse popular movies",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My List",
      "short_name": "My List",
      "url": "/list",
      "description": "View your collection",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
