{
  "name": "Colorful Neighbourhood Card",
  "short_name": "CN Card",
  "description": "Digitale Kundenkarte, Vorteile und Store-News von Colorful Neighbourhood.",
  "start_url": "./#home",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f3f0dd",
  "theme_color": "#3c3c3b",
  "lang": "de-DE",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Kundenkarte",
      "short_name": "Karte",
      "url": "./#card",
      "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vorteile",
      "short_name": "Vorteile",
      "url": "./#benefits",
      "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Geschäftskunden",
      "short_name": "CN Business",
      "url": "./#business",
      "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
