{
"version": "4.1",
"comment": "---Above version must be the same as data-pwa-version",
"comment": "---data-pwa-version can be found in index.html in the manifest tag",
"comment": "---if versions are not the same it will cause an update loop",
"lang" : "en",
"name" : "GutenData 24",
"scope" : "/",
"display" : "fullscreen",
    "theme_color": "#000000",
    "background_color": "#000000",
    "start_url": "https://gutendata.de/",
    "display": "standalone",
"short_name" : "GD24",
"description" : "",
"orientation" : "portrait",
"generated" : "true",
  "icons": [
	{
	  "src": "/apple-touch-icon-72x72-precomposed.png",
	  "sizes": "72x72",
	  "type": "image/png",
	  "purpose": "any maskable"
	},
	{
	  "src": "/apple-touch-icon-114x114-precomposed.png",
	  "sizes": "114x114",
	  "type": "image/png",
	  "purpose": "any maskable"
	},
	{
	  "src": "/apple-touch-icon-120x120-precomposed.png",
	  "sizes": "128x128",
	  "type": "image/png",
	  "purpose": "any maskable"
	},
	{
	  "src": "/apple-touch-icon-144x144-precomposed.png",
	  "sizes": "144x144",
	  "type": "image/png",
	  "purpose": "any maskable"
	},
	{
	  "src": "/apple-touch-icon-152x152-precomposed.png",
	  "sizes": "152x152",
	  "type": "image/png",
	  "purpose": "any maskable"
	},
	{
	  "src": "/apple-touch-icon-precomposed.png",
	  "sizes": "180x180",
	  "type": "image/png",
	  "purpose": "any maskable"
	},
	{
	  "src": "/android-chrome-192x192.png",
	  "sizes": "192x192",
	  "type": "image/png",
	  "purpose": "any maskable"
	},
	{
	  "src": "/android-chrome-256x256.png",
	  "sizes": "256x256",
	  "type": "image/png",
	  "purpose": "any maskable"
	}
  ]
}