{
  "name": "Bamboo Flower Club - Florist Studio",
  "short_name": "Bamboo Flower Club",
  "description": "Mobile app for florist shop daily order management and inventory tracking with Shopify integration",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4D0E13",
  "background_color": "#9B6559",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23faf8f4' width='540' height='720'/><rect fill='white' width='540' height='60'/><text x='270' y='40' font-size='24' text-anchor='middle' fill='%237c9a7e' font-family='system-ui' font-weight='bold'>Bamboo Flower Club</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Orders",
      "short_name": "Orders",
      "description": "View today's flower delivery orders",
      "url": "/?tab=orders",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%237c9a7e' width='96' height='96'/><text x='48' y='70' font-size='50' text-anchor='middle' fill='white'>📋</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Inventory",
      "short_name": "Stock",
      "description": "Check flower stock and materials",
      "url": "/?tab=inventory",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%237c9a7e' width='96' height='96'/><text x='48' y='70' font-size='50' text-anchor='middle' fill='white'>📦</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
