{
  "name": "Goonen — Social Short Video Platform",
  "short_name": "Goonen",
  "description": "Mobile-first dark matte short video platform with vertical feed, HLS streaming, real-time comments, and 30s clips.",
  "start_url": "/",
  "scope": "/",
  "id": "goonen-pwa-app",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "dir": "auto",
  "lang": "en-US",
  "prefer_related_applications": false,
  "categories": ["entertainment", "social", "media"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Trending Feed",
      "short_name": "Trending",
      "description": "Watch top trending 30s short clips",
      "url": "/?feed=trending",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Upload Clip",
      "short_name": "Upload",
      "description": "Share a new short video clip",
      "url": "/?action=upload",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Explore Tags",
      "short_name": "Explore",
      "description": "Search creators, tags and languages",
      "url": "/?action=explore",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1509198397868-475647b2a1e5?w=1200&auto=format&fit=crop&q=80",
      "sizes": "1200x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Goonen Feed on Desktop"
    },
    {
      "src": "https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?w=720&auto=format&fit=crop&q=80",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Goonen Vertical Feed on Mobile"
    }
  ]
}
