{
  "id": "/tagwerk/",
  "name": "Tagwerk",
  "short_name": "Tagwerk",
  "description": "Dein Tag im Blick – Kalender, To-dos, fixe Aufgaben, Notizen, Gewohnheiten, Karte und Rückblick.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#111111",
  "theme_color": "#111111",
  "lang": "de",
  "dir": "ltr",
  "categories": [
    "productivity",
    "lifestyle",
    "utilities"
  ],
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuer Termin",
      "short_name": "Termin",
      "url": "./index.html?los=termin",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Neues To-do",
      "short_name": "To-do",
      "url": "./index.html?los=todo",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Kalender",
      "short_name": "Kalender",
      "url": "./index.html?los=kal",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Karte",
      "short_name": "Karte",
      "url": "./index.html?los=karte",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}