{
  "name": "SkyFlow - Social Media",
  "short_name": "SkyFlow",
  "description": "A premium lightweight social platform for posts, reels, rankings, and creators.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f0f9ff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Post",
      "short_name": "Create",
      "url": "/?create=1",
      "icons": [{ "src": "/icons/icon-192x192.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    },
    {
      "name": "Watch Reels",
      "short_name": "Reels",
      "url": "/reels",
      "icons": [{ "src": "/icons/icon-192x192.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    },
    {
      "name": "Rankings",
      "short_name": "Rankings",
      "url": "/rankings",
      "icons": [{ "src": "/icons/icon-192x192.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    }
  ],
  "categories": ["social", "entertainment", "productivity"]
}
