{
  "name": "NextTube",
  "short_name": "NextTube",
  "description": "Fast YouTube Client with SponsorBlock, DeArrow, Picture-in-Picture & Real Channels",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["entertainment", "video", "multimedia", "music"],
  "shortcuts": [
    {
      "name": "Trending Videos",
      "short_name": "Trending",
      "description": "View trending videos on NextTube",
      "url": "/?view=trending",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Shorts",
      "short_name": "Shorts",
      "description": "Watch full-screen Shorts",
      "url": "/?view=shorts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Subscriptions",
      "short_name": "Subscriptions",
      "description": "Check subscribed channels",
      "url": "/?view=subscriptions",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}

