{
  "id": "/public/",
  "name": "ByTowns",
  "short_name": "ByTowns",
  "description": "Discover local businesses, professionals, events, coupons and talent around your town.",
  "start_url": "/public/",
  "scope": "/public/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff7f2",
  "theme_color": "#ff681f",
  "categories": [
    "business",
    "lifestyle",
    "productivity",
    "social"
  ],
  "icons": [
    {
      "src": "/public/assets/pwa/icons/icon-192.png?v=44",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/public/assets/pwa/icons/icon-512.png?v=44",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/public/assets/pwa/icons/maskable-512.png?v=44",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/public/assets/pwa/screenshots/home-wide.png?v=38",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ByTowns discovery homepage"
    },
    {
      "src": "/public/assets/pwa/screenshots/home-mobile.png?v=38",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ByTowns mobile app experience"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}