{
  "name": "BuyOffseason — The Contrarian Calendar",
  "short_name": "BuyOffseason",
  "description": "The off-season retail calendar — every product at its twelve-month Amazon floor. Parkas in May. Patio sets in September. Christmas in July.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#FAF5E8",
  "theme_color": "#FF6B35",
  "lang": "en-US",
  "dir": "ltr",
  "id": "buyoffseason-pwa",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop the catalog",
      "short_name": "Shop",
      "description": "Browse every product at its off-season floor",
      "url": "/shop.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Off-season calendar",
      "short_name": "Calendar",
      "description": "The twelve-month contrarian shopping calendar",
      "url": "/calendar.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My watchlist",
      "short_name": "Watchlist",
      "description": "Products you're tracking",
      "url": "/watchlist.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
