{
  "name": "MVTO Catalyst Shell",
  "short_name": "Catalyst",
  "description": "Sovereign interface to your computational ecology",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home View"
    },
    {
      "src": "/screenshots/pulses.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pulse Controls"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Send Pulse",
      "short_name": "Pulse",
      "description": "Quickly send a heartbeat pulse",
      "url": "/pulses",
      "icons": [{ "src": "/icons/pulse.png", "sizes": "96x96" }]
    },
    {
      "name": "Dispatch Blueprint",
      "short_name": "Blueprint",
      "description": "Send a blueprint to the hub",
      "url": "/blueprints",
      "icons": [{ "src": "/icons/blueprint.png", "sizes": "96x96" }]
    }
  ]
}
