{
  "name": "HIIE — Hardware Innovation Engine",
  "short_name": "HIIE",
  "description": "AI-powered hardware product invention platform",
  "start_url": "/workspace",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#d4a853",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Invention",
      "short_name": "New",
      "url": "/workspace",
      "description": "Start a new invention pipeline",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat with HIIE",
      "short_name": "Chat",
      "url": "/workspace?tab=chat",
      "description": "Open the AI chat assistant"
    }
  ],
  "share_target": {
    "action": "/workspace",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "prompt",
      "url": "ref"
    }
  },
  "screenshots": [
    {
      "src": "/marketing/Full_Canvas.png",
      "sizes": "1512x770",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full invention pipeline canvas"
    },
    {
      "src": "/marketing/Mobile_Workspace.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile invention workspace"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
