{
  "name": "HydroPortal — My Business",
  "short_name": "HydroPortal",
  "description": "Run your entire business from one app. Track projects, manage money, stay focused, and get instant answers from your AI business advisor.",
  "start_url": "/founder-workspace.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080b12",
  "theme_color": "#00c8ff",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Focus Mode",
      "short_name": "Focus",
      "description": "Start a focused work timer",
      "url": "/founder-workspace.html#focus",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Advisor",
      "short_name": "Advisor",
      "description": "Chat with your AI business advisor",
      "url": "/founder-workspace.html#advisor",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
