{
  "id": "./",
  "name": "FuhrparkCheck Pro",
  "short_name": "FuhrparkCheck",
  "description": "Fahrzeug-Checklisten online und offline durchführen.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020b19",
  "theme_color": "#020b19",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Checkliste",
      "short_name": "Deutsch",
      "url": "new_check.php?public=1&lang=de"
    },
    {
      "name": "قائمة فحص جديدة",
      "short_name": "العربية",
      "url": "new_check.php?public=1&lang=ar"
    }
  ]
}
