{
  "name": "My Store",
  "short_name": "Store",
  "description": "Welcome to our online store",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a5568",
  "orientation": "portrait-primary",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "not-preferred",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Products",
      "url": "/products",
      "description": "Browse our products"
    },
    {
      "name": "Cart",
      "url": "/cart",
      "description": "View your cart"
    },
    {
      "name": "Wishlist",
      "url": "/wishlist",
      "description": "View your wishlist"
    }
  ]
}
