{
    "short_name": "Bonntrolley",
    "name": "Bonntrolley: Öffentliches Zeugnisgeben",
    "description": "Webapp zur Planung des Trolleydienst in Bonn",
    "icons": [
      {
        "src": "/img/favicon-win8-square70x70logo.png",
        "type": "image/png",
        "sizes": "70x70"
      },
      {
        "src": "/img/favicon-win8-square150x150logo.png",
        "type": "image/png",
        "sizes": "150x150"
      },
      {
        "src": "/img/favicon-win8-square310x310logo.png",
        "type": "image/png",
        "sizes": "310x310"
      },
      {
        "src": "/img/favicon-win8-square512x512logo.png",
        "type": "image/png",
        "sizes": "512x512"
      },
      {
        "src": "/img/maskable_icon.png",
        "type": "image/png",
        "sizes": "192x192",
        "purpose": "any maskable"
      }
    ],
    "id": "/bt.php?source=pwa",
    "start_url": "/bt.php?source=pwa",
    "background_color": "#4A6DA7",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#4A6DA7",
    "shortcuts": [
      {
        "name": "Heutiger Plan",
        "short_name": "Heute",
        "description": "Zeige heutigen Plan",
        "url": "/bt.php?page=plan_standortwahl_heute&source=pwa",
        "icons": [{ "src": "/img/today.png", "sizes": "128x128" }]
      },
      {
        "name": "Aktuelles Angebot",
        "short_name": "Angebot",
        "description": "Zeige aktuelles Angebot",
        "url": "/bt.php?page=angebot&source=pwa",
        "icons": [{ "src": "/img/literature.png", "sizes": "128x128" }]
      },
      {
        "name": "Aktueller Treffpunkt",
        "short_name": "Treffpunkt",
        "description": "Zeige aktuellen Treffpunkt",
        "url": "/bt.php?page=pdf&file=treffpunkt&source=pwa",
        "icons": [{ "src": "/img/file-invoice-solid.svg", "sizes": "113x150" }]
      }
    ]
  }