{
  "name": "JEDO — Shop Smart, Live Bold",
  "short_name": "JEDO",
  "description": "Shop millions of products at unbeatable prices. Fast shipping to Canada & USA.",
  "theme_color": "#FF5000",
  "background_color": "#FFFFFF",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "categories": ["shopping"],
  "lang": "en",
  "icons": [
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "url": "/search",
      "description": "Search products"
    },
    {
      "name": "My Orders",
      "url": "/orders",
      "description": "Track your orders"
    },
    {
      "name": "My Cart",
      "url": "/cart",
      "description": "View shopping cart"
    }
  ]
}
