{
  "name": "Smart Cart Flow - Mobile Smart Shopping List",
  "short_name": "Smart Cart Flow",
  "description": "Mobile-first smart shopping list with phone auth, live shopping mode, OCR camera, and multi-format exports.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#008db3",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "shopping",
    "productivity",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Shopping List",
      "short_name": "New List",
      "description": "Create a new shopping list",
      "url": "/?action=new_list",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Live Shopping Mode",
      "short_name": "Live Shop",
      "description": "Start live in-store shopping session",
      "url": "/?action=live_shop",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CartFlow Smart Shopping List and Live Cart Tracking"
    }
  ],
  "prefer_related_applications": false
}
