{
  "name": "Little Shop",
  "short_name": "Little Shop",
  "description": "Order your favorite items from Little Shop",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#EDEAE3",
  "theme_color": "#C9A84C",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23C9A84C' width='192' height='192'/><text x='50%' y='50%' font-size='96' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%231A1A1A' font-family='Inter'>LS</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23C9A84C' width='512' height='512'/><text x='50%' y='50%' font-size='256' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%231A1A1A' font-family='Inter'>LS</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "Browse the full menu",
      "url": "/menu",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23C9A84C' width='96' height='96'/><text x='50%' y='50%' font-size='48' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%231A1A1A' font-family='Inter'>📋</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/dashboard",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23C9A84C' width='96' height='96'/><text x='50%' y='50%' font-size='48' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%231A1A1A' font-family='Inter'>📦</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
