{
  "id": "/",
  "name": "pickee - Pick. Shop. Save.",
  "short_name": "pickee",
  "description": "Your smart shopping companion \u2014 track spending, scan receipts, and shop smarter with AI.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF2EE",
  "theme_color": "#E63D14",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png?v=4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Receipt",
      "short_name": "Scan",
      "description": "Instantly scan and log a receipt with AI",
      "url": "/?shortcut=scan",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=4",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Browse Stores",
      "short_name": "Stores",
      "description": "Browse nearby stores and compare prices",
      "url": "/?shortcut=stores",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=4",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Ask AI",
      "short_name": "Ask AI",
      "description": "Ask anything about your spending",
      "url": "/?shortcut=askai",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=4",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your current orders",
      "url": "/?shortcut=orders",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=4",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "shopping",
    "finance",
    "lifestyle"
  ],
  "screenshots": [],
  "prefer_related_applications": false
}