{
  "name": "Nexus Sphere",
  "short_name": "Nexus",
  "description": "Multiple AIs. One Decision.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["productivity", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "_comment_icons": "Issue #23: SVG icons are used for all sizes. For maximum compatibility, consider providing PNG alternatives at 192x192 and 512x512 (e.g. /icon-192.png, /icon-512.png). Some older browsers and platforms do not support SVG icons in the manifest.",
  "screenshots": [],
  "_comment_screenshots": "Issue #17: Screenshots should be added for a richer install experience. Provide at least one narrow (mobile, e.g. 540x720) and one wide (desktop, e.g. 1280x720) screenshot. Example: { \"src\": \"/screenshots/mobile.png\", \"sizes\": \"540x720\", \"type\": \"image/png\", \"form_factor\": \"narrow\" }"
}
