{
  "name": "Masi Command Center",
  "short_name": "Masi HQ",
  "description": "Masi Enterprises Autonomous AI Command Center",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Oracle",
      "url": "/dashboard#oracle",
      "description": "AI Oracle Commander"
    },
    {
      "name": "Intel",
      "url": "/dashboard#intel",
      "description": "Intelligence Files"
    }
  ]
}