{
  "name": "grommunio",
  "short_name": "grommunio",
  "description": "The native, open-source Exchange drop-in replacement.",
  "start_url": "/",
  "id": "/",
  "background_color": "#091321",
  "theme_color": "#091321",
  "display": "standalone",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "offline_enabled": true,
  "protocol_handlers": [
	{
	"protocol": "web+Software",
	"url": "/index.html?type=%s"
	}
  ],
  "icons": [
    { "src": "img/app-icons/maskable_192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "img/app-icons/maskable_512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "img/app-icons/android_192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "img/app-icons/android_512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "img/app-icons/ios_120.png", "sizes": "120x120", "type": "image/png", "purpose": "any" },
    { "src": "img/app-icons/ios_180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
	{
	"src": "img/app-icons/screenshots/screenshot-wide.png",
	"sizes": "640x320",
	"type": "image/png",
	"form_factor": "wide",
	"label": "grommunio"
	}, {
	"src": "app-icons/screenshots/screenshot-narrow.png",
	"sizes": "320x640",
	"type": "image/png",
	"form_factor": "narrow",
	"label": "grommunio"
	}
  ],
 	"shortcuts": [
		{
		"name": "Features",
		"short_name": "Features",
		"description": "All your communication, in one platform.",
		"url": "/features/?utm_source=homescreen",
		"icons": [{ "src": "img/app-icons/shortcuts/icon_features.png",
		"sizes": "192x192",
		"type": "image/png" }]
		}, {
		"name": "Demo",
		"short_name": "Demo",
		"description": "Try grommunio free for 30 days.",
		"url": "/demo/?utm_source=homescreen",
		"icons": [{ "src":"img/app-icons/shortcuts/icon_demo.png",
		"sizes": "192x192",
		"type": "image/png" }]
		}, {
		"name": "Blog & News",
		"short_name": "Blog & News",
		"description": "News, insights, stories and customer successes from across the grommunio world.",
		"url": "/blog/?utm_source=homescreen",
		"icons": [{ "src":"img/app-icons/shortcuts/icon_blog.png",
		"sizes": "192x192",
		"type": "image/png" }]
		}, {
		"name": "Contact",
		"short_name": "Contact",
		"description": "Let's talk. Get in touch with grommunio.",
		"url": "/contact/?utm_source=homescreen",
		"icons": [{ "src":"img/app-icons/shortcuts/icon_contact.png",
		"sizes": "192x192",
		"type": "image/png" }]
		}
	] 
}
