{
	"id": "social-app",
	"name": "SocialCoin",
	"short_name": "SocialCoin",
	"description": "SocialCoin is a social network for sharing your thoughts, news and ideas.",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#ffffff",
	"scope": "/",
	"dir": "auto",
	"orientation": "portrait",
	"prefer_related_applications": false,
	"related_applications": [],
	"categories": ["social", "news", "social-network"],
	"icons": [
		{
			"src": "/pwa/icons/192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/pwa/icons/512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}