{
  "id": "/",
  "name": "Fristpunkt",
  "short_name": "Fristpunkt",
  "description": "Fristen verwalten und Erinnerungen erhalten",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#0066cc",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Zur Hauptansicht",
      "url": "/dashboard.php",
      "icons": [
        {
          "src": "/assets/icons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Neue Frist",
      "short_name": "Neu",
      "description": "Neue Frist erstellen",
      "url": "/frist-form.php",
      "icons": [
        {
          "src": "/assets/icons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Vorlagen",
      "short_name": "Vorlagen",
      "description": "Frist-Vorlagen anzeigen",
      "url": "/templates.php",
      "icons": [
        {
          "src": "/assets/icons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/api/import.php",
      "accept": {
        "text/calendar": [".ics"],
        "application/json": [".json"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Fristen-Übersicht",
      "short_name": "Fristen",
      "description": "Zeigt die nächsten Fristen an",
      "tag": "fristen-overview",
      "ms_ac_template": "/widgets/fristen-overview-template.json",
      "data": "/api/widgets/fristen-overview.php",
      "icons": [
        {
          "src": "/assets/icons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
