{
  "id": "pfotentermin-pwa",
  "name": "Pfotentermin",
  "short_name": "Pfotentermin",
  "description": "Hundetraining Buchungsportal - Termine online buchen",
  "start_url": "/profile/hunde",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#dc2626",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "utilities"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Meine Hunde",
      "short_name": "Hunde",
      "url": "/profile/hunde",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kalender",
      "short_name": "Kalender",
      "url": "/profile/kalender",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
