{
  "id": "./",
  "name": "Warenwirtschaftssystem",
  "short_name": "WWS",
  "description": "Kassen- und Warenwirtschaftssystem als installierbare Web App.",
  "lang": "de-DE",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1674d1",
  "icons": [
    {
      "src": "./img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./img/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ]
}

