{
  "name": "Go Shop!",
  "short_name": "Go Shop!",
  "description": "Your smart shopping companion",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8F4ED",
  "theme_color": "#A8B5A2",
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23A8B5A2' width='192' height='192'/><text x='96' y='120' font-size='100' font-weight='bold' text-anchor='middle' fill='%23F8F4ED' font-family='Arial,sans-serif'>🛒</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='%23A8B5A2' width='512' height='512'/><text x='256' y='360' font-size='280' font-weight='bold' text-anchor='middle' fill='%23F8F4ED' font-family='Arial,sans-serif'>🛒</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23F8F4ED' width='540' height='720'/><text x='270' y='360' font-size='80' text-anchor='middle' fill='%23A8B5A2' font-family='Arial,sans-serif'>Go Shop!</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
