{
  "name": "Werbeauskunft",
  "short_name": "Werbeauskunft",
  "description": "Artikelsuche und Werbeauskunft für den Markt",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#f97316",
  "orientation": "portrait",
  "icons": [
    {
      "src": "img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "img/icon-256.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "img/icon-384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}