{
  "name": "Knotenpunk",
  "short_name": "Knotenpunk",
  "description": "Mehr Zeit und Kraft durch Nachbarschaft.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F9FC",
  "theme_color": "#F4F9FC",
  "lang": "de",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Einkaufsliste",
      "short_name": "Einkauf",
      "description": "Direkt zum Einkaufszettel",
      "url": "/listen",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Knoten",
      "short_name": "Knoten",
      "description": "Dein Knoten und die Knoten im Umkreis",
      "url": "/knoten",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
