{
  "name": "Umbrella Runtime",
  "short_name": "Umbrella",
  "description": "React 19 inside Servo+WebRender on canvas. Cross-platform via the umbrella runtime stack.",
  "start_url": "./index.html?manifest=/demos/umbrella-react-web-demo/manifest.json",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#0d0d14",
  "theme_color": "#3030a0",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "developer", "utilities"]
}
