{
  "name": "BandBuddy",
  "short_name": "BandBuddy",
  "description": "Meine Schlüsselband-Sammlung zum Stöbern und Tauschen",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#006e99",
  "icons": [
    {
      "src": "images/bandbuddy.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/bandbuddy.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}