{
  "name": "PulseWorld OS",
  "short_name": "PulseWorld",
  "description": "PulseWorld — Temporal OS, Unified Internet, Adaptive Routing, Immortal Runtime.",

  "start_url": "/?pulse_device=boot",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#000000",
  "theme_color": "#000000",

  "icons": [
    {
      "src": "/_EXPRESSIONS/_PICTURES/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/_EXPRESSIONS/_PICTURES/android-chrome-512x512.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/_EXPRESSIONS/_PICTURES/android-chrome-512x512.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/_EXPRESSIONS/_PICTURES/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },

    {
      "src": "/_EXPRESSIONS/_PICTURES/PulseWorldSplash512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Pulse Device Mode",
      "short_name": "Device Mode",
      "description": "Launch PulseWorld in device-layer continuation mode.",
      "url": "/?pulse_device=on",
      "icons": [
        {
          "src": "/_EXPRESSIONS/_PICTURES/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "PulseWorld OS Boot",
      "short_name": "OS Boot",
      "description": "Boot the PulseWorld OS from memory.",
      "url": "/?pulse_boot=now",
      "icons": [
        {
          "src": "/_EXPRESSIONS/_PICTURES/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "PulseWorld Reality",
      "short_name": "Reality",
      "description": "Open PulseWorld Reality Layer instantly.",
      "url": "/?pulse_reality=open",
      "icons": [
        {
          "src": "/_EXPRESSIONS/_PICTURES/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "prefer_related_applications": false,

  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },

  "categories": [
    "utilities",
    "productivity",
    "system",
    "browser",
    "os"
  ]
}
