{
  "name": "Varden — AI Life Manager",
  "short_name": "Varden",
  "description": "Budget tracking, meal planning, receipt scanning, health goals — all powered by AI.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0d0e1a",
  "theme_color": "#0d0e1a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard"
    }
  ],
  "categories": ["lifestyle", "productivity", "finance", "health"],
  "shortcuts": [
    {
      "name": "Scan Receipt",
      "url": "/receipts?action=upload",
      "description": "Scan a receipt with AI"
    },
    {
      "name": "Log Expense",
      "url": "/transactions?action=add",
      "description": "Add a new expense"
    },
    {
      "name": "Ask AI",
      "url": "/chat",
      "description": "Chat with your AI assistant"
    }
  ]
}
