{
  "name": "StockPro Store",
  "short_name": "Store",
  "description": "Shop online from local Guyanese businesses.",
  "start_url": "/store/",
  "scope": "/store/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "categories": ["shopping"],
  "icons": [
    {
      "src": "/store/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "url": "/products",
      "description": "Browse the full product catalog"
    },
    {
      "name": "My Cart",
      "url": "/cart",
      "description": "View your shopping cart"
    }
  ]
}
