{
  "name": "Click Pick & Cook",
  "short_name": "Click Pick",
  "description": "AI recipes built around your store's weekly deals. Scan your grocery circular and get three full recipes instantly \u2014 with shopping lists, cook mode, and family cookbooks. Free forever.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#4A2C8A",
  "theme_color": "#4A2C8A",
  "orientation": "portrait-primary",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "food",
    "lifestyle",
    "utilities"
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Scan Grocery Circular",
      "short_name": "Scan",
      "description": "Scan your store's weekly deals to get AI recipes",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Cookbook",
      "short_name": "Cookbook",
      "description": "Open your saved recipes and cookbooks",
      "url": "/?page=library",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}