{
  "name": "Infinite Verse",
  "short_name": "InfVerse",
  "description": "The sovereign creative universe — manga, worlds, games, and culture.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07070c",
  "theme_color": "#06b6d4",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["entertainment", "social", "games"],
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/nexus-hub.png", "sizes": "1920x1080", "type": "image/png", "label": "Nexus Hub — Your Universe Dashboard" },
    { "src": "/screenshots/manga-reader.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow", "label": "Manga Reader — Immersive Reading Mode" },
    { "src": "/screenshots/gaming-vault.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow", "label": "Gaming Vault — Next-Gen Game Store" }
  ],
  "shortcuts": [
    { "name": "Nexus Hub",       "url": "/hub",         "description": "Open the 3D universe hub" },
    { "name": "Manga Atelier",   "url": "/manga",       "description": "Read and discover manga" },
    { "name": "Gaming Vault",    "url": "/marketplace?tab=games", "description": "Browse and play games" },
    { "name": "Creator Studio",  "url": "/studio",      "description": "Create and publish your work" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+infverse", "url": "/handle?uri=%s" }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
