{
  "name": "Emergency Pro",
  "short_name": "Emergency",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ecfdf5",
  "theme_color": "#22c55e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}