{
  "name": "tuttiPad",
  "short_name": "tuttiPad",
  "description": "Synchronisierte Notenanzeige für Tablets und mobile Geräte",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f8f8f8",
  "theme_color": "#333333",
  "icons": [
    {
      "src": "tuttipad.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "tuttipad.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/save.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "tuttiPad",
      "text": "Noten teilen",
      "url": "link",
      "files": [
        {
          "name": "file",
          "accept": ["application/pdf", "image/*"]
        }
      ]
    }
  }
}