{
  "name": "Particle Realms",
  "short_name": "Particle Realms",
  "description": "Particle Realms WebGPU OS, a GPU-first browser desktop with a durable user filesystem",
  "id": "/webgpu-os/",
  "start_url": "/webgpu-os/",
  "scope": "/webgpu-os/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#060b1b",
  "theme_color": "#14245f",
  "categories": ["productivity", "utilities", "development"],
  "icons": [
    { "src": "/webgpu-os/assets/particle-realms-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/webgpu-os/assets/particle-realms-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/webgpu-os/assets/particle-realms-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/webgpu-os/assets/webgpu-os-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Terminal",
      "short_name": "Terminal",
      "description": "Open the Particle Realms terminal",
      "url": "/webgpu-os/open/app/os.terminal/",
      "icons": [{ "src": "/webgpu-os/assets/particle-realms-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "RealmForge",
      "short_name": "RealmForge",
      "description": "Open the Particle Realms asset forge",
      "url": "/webgpu-os/open/app/os.realmforge/",
      "icons": [{ "src": "/webgpu-os/assets/particle-realms-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Echo",
      "short_name": "AI Echo",
      "description": "Open the resident Particle Realms assistant",
      "url": "/webgpu-os/open/app/os.ai-echo/",
      "icons": [{ "src": "/webgpu-os/assets/particle-realms-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "file_handlers": [
    {
      "action": "./?openFiles=1",
      "name": "Open with Particle Realms Files",
      "accept": {
        "text/plain": [".txt", ".md", ".log", ".csv", ".json", ".js", ".css", ".html"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"],
        "application/pdf": [".pdf"],
        "application/zip": [".zip"]
      },
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "./share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "title": "title", "text": "text", "url": "url", "files": [{ "name": "files", "accept": ["*/*"] }] }
  },
  "launch_handler": { "client_mode": ["focus-existing", "navigate-new"] }
}
