{
  "name": "EAT THIS — Berlin Food Guide",
  "short_name": "EAT THIS",
  "description": "Ein Gericht pro Restaurant — das eine, das du bestellen musst.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["food", "lifestyle", "travel"],
  "icons": [
    {
      "src": "pics/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pics/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "pics/eat.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "pics/logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/news",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Food Map",
      "short_name": "Map",
      "url": "/#map",
      "icons": [{ "src": "pics/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Must-Eats",
      "short_name": "Eat This",
      "url": "/#musts",
      "icons": [{ "src": "pics/favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
