{
  "id": "/?source=pwa",
  "name": "NOA - Persönlicher Notfall-Assistent",
  "short_name": "NOA",
  "description": "my.noa.life – Ihr NOA-Portal. Geräte verwalten, Notfallkontakte hinterlegen, Hilfe per Knopfdruck.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#eaf8fc",
  "theme_color": "#00a9b4",
  "lang": "de",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "medical"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Gerät hinzufügen",
      "short_name": "Hinzufügen",
      "description": "Schnell ein neues NOA-Gerät hinzufügen",
      "url": "./#/devices/add"
    },
    {
      "name": "Meine Geräte",
      "short_name": "Geräte",
      "description": "Alle Geräte auf einen Blick",
      "url": "./#/devices"
    }
  ]
}
