{
  "name": "TorontoList - Events & Places",
  "short_name": "TorontoList",
  "description": "Browse Toronto events, places, businesses, and City licence records.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "entertainment", "events"],
  "shortcuts": [
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Browse Toronto events",
      "url": "/events",
      "icons": [{"src": "/static/favicon.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Toronto map",
      "url": "/map",
      "icons": [{"src": "/static/favicon.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ]
}
