{
  "name": "Bastelbude Ilberstedt",
  "short_name": "Bastelbude",
  "description": "Die Werkstatt-App der Bastelbude Ilberstedt.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#171816",
  "theme_color": "#ed7d31",
  "icons": [
    {
      "src": "/static/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Termine",
      "short_name": "Termine",
      "url": "/termine/",
      "icons": [{"src": "/static/images/pwa-icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Werkstatt",
      "short_name": "Werkstatt",
      "url": "/werkstatt/",
      "icons": [{"src": "/static/images/pwa-icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Mitteilungen",
      "short_name": "Mitteilungen",
      "url": "/meldungen/",
      "icons": [{"src": "/static/images/pwa-icon-192.png", "sizes": "192x192"}]
    }
  ]
}
