{
  "name": "Autoboard",
  "short_name": "Autoboard",
  "theme_color": "#2B2C31",
  "background_color": "#2B2C31",
  "display": "standalone",
  "orientation": "portrait",
  "description": "Autoboard ist die zentrale Plattform aller Fahrzeuge im Autohaus und begleitet den Verkaufsprozess von Anfang bis Ende.",
  "Scope": "/",
  "start_url": "/",
  "screenshots": [
		{
			"src": "/img/screenshots/screenshot-mobile-1.jpg",
			"sizes": "518x922",
			"type": "image/jpeg"
		},
		{
			"src": "/img/screenshots/screenshot-mobile-2.jpg",
			"sizes": "518x922",
			"type": "image/jpeg"
		},
		{
			"src": "/img/screenshots/screenshot-mobile-3.jpg",
			"sizes": "518x922",
			"type": "image/jpeg"
		}
	],
  "icons": [
    {
      "src": "./img/pwa/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/pwa/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./img/pwa/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/pwa/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "splash_pages": null
}