{
  "name": "Ask Wes — Your Westchester Guide",
  "short_name": "Wes",
  "description": "Wes is your Westchester concierge. Ask about restaurants, events, things to do, and more across 48 towns.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f8fa",
  "theme_color": "#1a3a4a",
  "categories": ["lifestyle", "food", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.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"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask about restaurants",
      "url": "/?q=restaurants",
      "description": "Find the best places to eat in Westchester"
    },
    {
      "name": "What's happening this weekend",
      "url": "/?q=events",
      "description": "See upcoming events across Westchester"
    }
  ]
}
