{
  "name": "Disc Golf Deals USA",
  "short_name": "DGD USA",
  "description": "Shop the best selection of disc golf discs, bags, baskets & accessories at unbeatable prices.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2C7BE5",
  "lang": "en-US",
  "categories": ["shopping", "sports"],
  "icons": [
    {
      "src": "REPLACE_WITH_192x192_PNG_CDN_URL",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "REPLACE_WITH_192x192_PNG_CDN_URL",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "REPLACE_WITH_512x512_PNG_CDN_URL",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "REPLACE_WITH_512x512_PNG_CDN_URL",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Discs",
      "short_name": "Discs",
      "url": "/collections/discs?utm_source=pwa&utm_medium=shortcut",
      "description": "Browse all disc golf discs"
    },
    {
      "name": "New Arrivals",
      "short_name": "New",
      "url": "/collections/new-arrivals?utm_source=pwa&utm_medium=shortcut",
      "description": "See the latest arrivals"
    },
    {
      "name": "Sale",
      "short_name": "Sale",
      "url": "/collections/sale?utm_source=pwa&utm_medium=shortcut",
      "description": "Shop discounted disc golf gear"
    }
  ],
  "prefer_related_applications": false
}
