{
  "name": "Vako — The Funniest Feed on the Internet",
  "short_name": "Vako",
  "description": "Laugh. Create memes. Build influence. Go viral.",
  "start_url": "/feed?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0E0E0E",
  "theme_color": "#FF7A00",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "entertainment", "photo"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "scope_extensions": [
    { "origin": "https://vakoapp.lovable.app" },
    { "origin": "https://*.vakoapp.lovable.app" }
  ],
  "icons": [
    { "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/vako-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/vako-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/vako-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/vako-feed-narrow.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Vako home feed on mobile"
    },
    {
      "src": "/screenshots/vako-feed-wide.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Vako home feed on desktop"
    }
  ],
  "shortcuts": [
    { "name": "Home Feed", "short_name": "Feed", "url": "/feed", "description": "Jump into the meme feed", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Drop Meme", "short_name": "Create", "url": "/create", "description": "Upload or write a new meme", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Search", "short_name": "Search", "url": "/search", "description": "Search memes and creators", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Notifications", "short_name": "Alerts", "url": "/notifications", "description": "See what's new", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Hoods", "short_name": "Hoods", "url": "/communities", "description": "Browse communities", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Meme Library", "short_name": "Library", "url": "/library", "description": "Browse the meme library", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Ni Gani Moto", "short_name": "Battles", "url": "/leaderboards", "description": "Live meme battles", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "My Profile", "short_name": "Me", "url": "/me", "description": "Open your profile", "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "share_target": {
    "action": "/create",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*", "video/mp4", "video/webm"] }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/create",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"],
        "image/gif": [".gif"]
      },
      "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+vako", "url": "/?handler=%s" }
  ],
  "widgets": [
    {
      "name": "Daily Laugh",
      "short_name": "Daily Laugh",
      "description": "A fresh top meme delivered to your desktop each day.",
      "tag": "vako-daily-laugh",
      "template": "vako-daily-laugh",
      "ms_ac_template": "/widgets/daily-laugh.template.json",
      "data": "/widgets/daily-laugh.data.json",
      "type": "application/json",
      "screenshots": [
        { "src": "/screenshots/vako-feed-narrow.jpg", "sizes": "720x1280", "label": "Daily Laugh widget preview" }
      ],
      "icons": [{ "src": "/icons/vako-192.png", "sizes": "192x192" }],
      "auth": false,
      "update": 86400
    }
  ]
}
