{
  "name": "BAER Local Shop",
  "short_name": "Shop",
  "orientation": "portrait",
  "display": "standalone",
  "icons": [
    {
      "src": "icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "start_url": "/apps/local-shop/index.html",
  "description": "Demo eines lokalen Shops",
  "theme_color": "#cb5454",
  "background_color": "#f1dfd4",
  "shortcuts": [{
    "name": "Termine",
    "url": "/apps/local-shop/termine.html",
    "icons": []
  }, {
    "name": "Click & Collect",
    "url": "/apps/local-shop/collect.html",
    "icons": []
  }],
  "gcm_sender_id": "58249728453"
}