{
  "name": "Complete OS Control Panel",
  "short_name": "Control Panel",
  "description": "AI-powered studio for building and selling products",
  "start_url": "/hq",
  "display": "standalone",
  "background_color": "#0b0f1a",
  "theme_color": "#6C63FF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/logo.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "HQ", "url": "/hq", "description": "Home base" },
    { "name": "Dashboards", "url": "/dashboards", "description": "7-lens dashboards" },
    { "name": "CRM", "url": "/crm", "description": "CRM & pipeline" },
    { "name": "Projects", "url": "/projects", "description": "Active projects" }
  ]
}
