{
  "name": "DoIt",
  "short_name": "DoIt",
  "description": "Aufgabenverwaltung mit Erinnerungen",
  "start_url": "/projects",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e1e2e",
  "theme_color": "#1e1e2e",
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Fällige Aufgaben",
      "short_name": "Fällig",
      "url": "/due",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
