{
  "name": "Firecrackers & Fireworks Store",
  "short_name": "Firecrackers",
  "description": "Premium quality firecrackers and fireworks online store",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ef4444",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["shopping", "entertainment"],
  "shortcuts": [
    {
      "name": "View Products",
      "short_name": "Products",
      "description": "Browse our fireworks collection",
      "url": "/products",
      "icons": [{ "src": "/favicon.svg", "sizes": "48x48" }]
    },
    {
      "name": "Shopping Cart",
      "short_name": "Cart",
      "description": "View your cart",
      "url": "/cart",
      "icons": [{ "src": "/favicon.svg", "sizes": "48x48" }]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}