{
  "name": "Rezeptbuch",
  "short_name": "Rezepte",
  "description": "Unser gemeinsames Rezeptbuch mit Rechner für Mengen, Teige und Einkauf",
  "lang": "de",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eceae4",
  "theme_color": "#12324b",
  "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"
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "titel",
      "text": "text",
      "url": "link"
    }
  }
}
