{
  "name": "Rezeptnest",
  "short_name": "Rezeptnest",
  "description": "Rezepte sammeln, planen und gemeinsam bewerten.",
  "id": "./",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#F7FAF9",
  "theme_color": "#2F9E8F",
  "lang": "de-DE",
  "categories": ["food", "lifestyle", "productivity"],
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Rezept sammeln",
      "short_name": "Sammeln",
      "description": "Einen neuen Link oder ein Rezept ablegen",
      "url": "./?shortcut=add",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Wochenplan öffnen",
      "short_name": "Wochenplan",
      "url": "./?shortcut=week",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
