{
  "name": "MealBuddy",
  "short_name": "MealBuddy",
  "description": "Mahlzeiten planen, Einkaufslisten erstellen",
  "start_url": "/mealbuddy/",
  "scope": "/mealbuddy/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f5f0",
  "theme_color": "#e07856",
  "lang": "de",
  "icons": [
    {
      "src": "/mealbuddy/icons/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mealbuddy/icons/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/mealbuddy/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}