{
  "name": "ImmersiVerse OS",
  "short_name": "ImmersiVerse",
  "id": "com.immersiverseos.app",
  "description": "The AI Entertainment Operating System. Create shows, music videos, content, and commercials with AI.",
  "start_url": "/create",
  "display": "standalone",
  "background_color": "#030108",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "scope": "/",
  "categories": ["entertainment", "productivity", "social"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/app-preview.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ImmersiVerse OS — AI Entertainment Operating System"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Show",
      "short_name": "Create",
      "url": "/create",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Music Video",
      "short_name": "Music",
      "url": "/create/music-video",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "FaceCast",
      "short_name": "FaceCast",
      "url": "/facecast",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
