{
  "id": "/",
  "name": "VibeVault",
  "short_name": "VibeVault",
  "description": "Track movies and series, remember your progress, and share what you love.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0C12",
  "theme_color": "#0A0C12",
  "categories": ["entertainment", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "url": "/favorites",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Rewind",
      "short_name": "Rewind",
      "url": "/rewind",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
