{
  "name": "TrendingZ — Trending Videos",
  "short_name": "TrendingZ",
  "description": "Trending videos from YouTube and Shorts, by country and category.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050505",
  "theme_color": "#050505",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/og-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Rising Now",
      "url": "/rising",
      "description": "Videos climbing the chart fastest"
    },
    {
      "name": "Shorts",
      "url": "/shorts",
      "description": "Trending short-form videos"
    },
    {
      "name": "Your Library",
      "url": "/library",
      "description": "History, saved videos and follows"
    }
  ]
}
