{
  "name": "PR Racing USA Store",
  "short_name": "PR USA Store",
  "description": "World Class R/C Racing Kits",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1a1a2e",
  "background_color": "#ffffff",

  "icons": [
    { "src": "/icons/icon-72x72.png",          "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96x96.png",          "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128x128.png",        "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144x144.png",        "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152x152.png",        "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192x192.png",        "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384x384.png",        "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png",        "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png",   "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png",   "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    { "src": "/icons/screenshots/wide.png",   "sizes": "1280x720",  "type": "image/png", "form_factor": "wide",   "label": "Home page" },
    { "src": "/icons/screenshots/narrow.png", "sizes": "750x1334",  "type": "image/png", "form_factor": "narrow", "label": "Product page on mobile" }
  ],

  "shortcuts": [
    {
      "name": "Special Offers",
      "short_name": "Offers",
      "url": "/special-offers?utm_source=pwa_shortcut",
      "description": "View current special offers",
      "icons": [{ "src": "/icons/shortcut-offers.png", "sizes": "96x96" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/index.php?route=account/order&utm_source=pwa_shortcut",
      "description": "Track your recent orders",
      "icons": [{ "src": "/icons/shortcut-orders.png", "sizes": "96x96" }]
    },
    {
      "name": "Shopping Cart",
      "short_name": "Cart",
      "url": "/index.php?route=checkout/cart&utm_source=pwa_shortcut",
      "description": "Continue to checkout",
      "icons": [{ "src": "/icons/shortcut-cart.png", "sizes": "96x96" }]
    }
  ],

  "categories": ["shopping", "lifestyle"],
  "prefer_related_applications": false
}