{
  "id": "/",
  "name": "TakeMe Alerts",
  "short_name": "TakeMe",
  "description": "TakeMe ride notifications",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFF8EF",
  "theme_color": "#F58220",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}