{
	"name": "Progressive Web App",
	"short_name": "PWA",
	"description": "Progressive Web App (PWA) is a term used to denote a new software development methodology. Unlike traditional applications, progressive web apps are a hybrid of regular web pages (or websites) and a mobile application. This new application model attempts to combine features offered by most modern browsers with the benefits of mobile experience.",
	"start_url": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#29434d",
	"theme_color": "#29434d",
	"icons": [
		{
			"src": "./images/pwa.png",
			"type": "image/png",
			"sizes": "192x192"
		},
		{
			"src": "./images/pwa.png",
			"type": "image/png",
			"sizes": "512x512"
		}
	],
	"author": {
		"name": "Suvam Dawn",
		"website": "https://suvamdawn94.wixsite.com/suvamdawn",
		"github": "https://github.com/Suvam-Dawn",
		"source-repo": "https://github.com/Suvam-Dawn/PWA"
	},
	"gcm_sender_id": "604938336032",
	"gcm_user_visible_only": true
}