{
  "name": "Sit N Sleep 4 Less - St. Louis Furniture Deals",
  "short_name": "Furniture STL",
  "description": "Find the best furniture deals in St. Louis with same-day delivery, weekly markdowns, and exclusive discounts.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0ea5e9",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Weekly Deals",
      "short_name": "Deals",
      "description": "View this week's furniture deals",
      "url": "/microsites/deals-of-the-week.html",
      "icons": [{ "src": "icons/deals-shortcut.png", "sizes": "192x192" }]
    },
    {
      "name": "Flash Sale",
      "short_name": "Flash",
      "description": "48-hour flash furniture sale",
      "url": "/microsites/flash-blowout.html",
      "icons": [{ "src": "icons/flash-shortcut.png", "sizes": "192x192" }]
    },
    {
      "name": "Play & Win",
      "short_name": "Games",
      "description": "Play games to win furniture discounts",
      "url": "/?game=scratch",
      "icons": [{ "src": "icons/game-shortcut.png", "sizes": "192x192" }]
    },
    {
      "name": "Store Location",
      "short_name": "Store",
      "description": "Visit our St. Louis showroom",
      "url": "/?section=contact",
      "icons": [{ "src": "icons/store-shortcut.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "screenshots/mobile-deals.png",
      "sizes": "375x812",
      "type": "image/png"
    }
  ],
  "features": [
    "Cross-platform",
    "Offline content",
    "Push notifications"
  ],
  "related_applications": [],
  "prefer_related_applications": false
}