{
  "id": "/app",
  "name": "WhiteMagic — Local Memory OS",
  "short_name": "WhiteMagic",
  "description": "Local-first cognitive OS running entirely in your browser via WASM. Memory, governance, karma, and self-introspection — zero network calls.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "developer tools", "education"],
  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Local App",
      "short_name": "App",
      "url": "/app",
      "description": "Open the local WASM-powered memory OS"
    },
    {
      "name": "Homepage",
      "short_name": "Home",
      "url": "/",
      "description": "WhiteMagic landing page"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://whitemagic.dev/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  }
}
