{
  "id": "/store/",
  "name": "Sean B Solutions Store",
  "short_name": "SeanB Store",
  "description": "Online shopping platform for electronics, fashion, home essentials and more.",
  "start_url": "/store/index.php",
  "scope": "/store/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "shopping",
    "business"
  ],
  "icons": [
    {
      "src": "/store/assets/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/store/assets/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/store/assets/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/store/assets/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/store/assets/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/store/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/store/assets/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/store/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/store/product/list.php"
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "url": "/store/cart.php"
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "url": "/store/account.php"
    }
  ]
}