{
  "name": "MyTube",
  "short_name": "MyTube",
  "description": "Personal video library and media manager",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2E3440",
  "theme_color": "#2E3440",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/favicon/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/static/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "multimedia"],
  "screenshots": []
}
