{
  "name": "Grocery Flow",
  "short_name": "Grocery Flow",
  "description": "A smart, offline-first grocery list that walks the aisles with you.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdfbf7",
  "theme_color": "#fdfbf7",
  "categories": ["productivity", "lifestyle", "shopping"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "./assets/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/logo-mark-large.svg",
      "sizes": "240x240",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22><rect width=%22512%22 height=%22512%22 fill=%22%23fdfbf7%22/><text x=%22120%22 y=%22398%22 font-family=%22Georgia,serif%22 font-size=%22380%22 font-weight=%22400%22 fill=%22%231a1a1a%22>g</text><circle cx=%22380%22 cy=%22132%22 r=%2240%22 fill=%22%23d4502a%22/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
