{
  "name": "GSM Alarm Panel V2",
  "short_name": "Alarm V2",
  "description": "GSM alarm panel upravljanje, SMS komande i upute na hrvatskom",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#08090f",
  "theme_color": "#e63946",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}