{
  "name": "BAER POC",
  "short_name": "POC",
  "orientation": "portrait",
  "display": "standalone",
  "icons": [
    {
      "src": "icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "start_url": "/",
  "description": "A demo of PWA approaches",
  "theme_color": "#cb5454",
  "background_color": "#f1dfd4",
  "shortcuts": [{
    "name": "Uhrzeit",
    "url": "/clock.html",
    "icons": []
  }],
  "share_target": {
    "action": "share.html",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  },
  "gcm_sender_id": "58249728453"
}