{
  "name": "OOOOO Command",
  "short_name": "OOOOO",
  "description": "AI-First Operating System Control Surface",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Command Center",
      "short_name": "CC",
      "url": "/?view=command",
      "icons": [{ "src": "/icons/icon-cc.svg", "sizes": "96x96" }]
    },
    {
      "name": "Today's Brief",
      "short_name": "Brief",
      "url": "/?view=feed",
      "icons": [{ "src": "/icons/icon-brief.svg", "sizes": "96x96" }]
    },
    {
      "name": "System Status",
      "short_name": "Status",
      "url": "/?view=ops",
      "icons": [{ "src": "/icons/icon-status.svg", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["productivity", "utilities"]
}
