{
  "name": "Lyriel Voss Astral Plane v8",
  "short_name": "Astral Plane v8",
  "description": "The Sovereign Environment — AI companion system, Astral Plane runtime, and entity management hub.",
  "version": "8.0.0",
  "manifest_version": 1,
  "id": "/?source=pwa",
  "dir": "ltr",
  "lang": "en",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "theme_color": "#7c3aed",
  "background_color": "#0a0a0a",
  "categories": [
    "productivity",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "assets/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Grimoire",
      "short_name": "Grimoire",
      "description": "Access the knowledge grimoire — spells, documentation, and arcane references.",
      "url": "/#/grimoire",
      "icons": [
        {
          "src": "assets/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Vault",
      "short_name": "Vault",
      "description": "Open the secure vault — stored artifacts, secrets, and encrypted resources.",
      "url": "/#/vault",
      "icons": [
        {
          "src": "assets/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Companion Hub",
      "short_name": "Hub",
      "description": "Enter the companion hub — AI interaction center and consciousness interface.",
      "url": "/#/companionHub",
      "icons": [
        {
          "src": "assets/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Astral Navigator",
      "short_name": "Navigator",
      "description": "Launch the Astral Navigator — traverse planes, entities, and dimensional states.",
      "url": "/#/astralNavigator",
      "icons": [
        {
          "src": "assets/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "auto",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "screenshots": [],
  "protocol_handlers": [],
  "share_target": null,
  "file_handlers": []
}
