{
  "name": "Team-Kalender",
  "short_name": "Kalender",
  "description": "Team-Kalender mit Notizen, Fotos und Sprachmemos",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#3788d8",
  "theme_color": "#3788d8",
  "lang": "de",
  "icons": [
    { "src": "uebercal/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "uebercal/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text":  "shared_text",
      "url":   "shared_url"
    }
  }
}
