{
  "name": "BlueBird Alerts",
  "short_name": "BlueBird",
  "description": "School emergency alert system",
  "start_url": "/demo/mobile",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e4976",
  "theme_color": "#1e4976",
  "icons": [
    {
      "src": "/static/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    }
  ]
}
