{
  "name": "Dramatic",
  "short_name": "Dramatic",
  "description": "Stream movies and TV shows",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090c16",
  "theme_color": "#090c16",
  "orientation": "any",
  "categories": ["entertainment"],
  "icons": [
    {
      "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": [],
  "shortcuts": [
    {
      "name": "Browse Movies",
      "url": "/browse/movie",
      "description": "Browse all movies"
    },
    {
      "name": "Browse TV Shows",
      "url": "/browse/tv",
      "description": "Browse all TV shows"
    }
  ]
}
