{
  "name": "Freedom Video Platform",
  "short_name": "Freedom Video",
  "description": "Constitutional rights education and uncensored free speech video platform for patriots.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a0e05",
  "theme_color": "#6b1212",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["education", "news", "social"],
  "icons": [
    {
      "src": "/images/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your videos and referral earnings",
      "url": "/dashboard",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Share & Earn",
      "short_name": "Share",
      "description": "Share your referral link",
      "url": "/share",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Upload Video",
      "short_name": "Upload",
      "description": "Upload a new video",
      "url": "/dashboard?action=upload",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
