{
  "name": "pocket projects invest",
  "short_name": "invest",
  "description": "Personal investment portfolio tracker with AI advisor",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F6FA",
  "theme_color": "#6366F1",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/favicon.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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add investment",
      "short_name": "Add",
      "url": "/?tab=add",
      "description": "Log a new investment"
    },
    {
      "name": "Ask Claude",
      "short_name": "Ask",
      "url": "/?tab=ask",
      "description": "Ask your AI advisor"
    }
  ]
}
