{
	"domain": "notify.moe",
	"title": "Anime Notifier",
	"fonts": [
		"Ubuntu"
	],
	"styles": [
		"include/config",
		"include/mixins",
		"reset",
		"base",
		"typography",
		"mountable",
		"layout",
		"navigation",
		"headers",
		"input",
		"grid",
		"forum",
		"user",
		"video",
		"loading",
		"fade",
		"mobile",
		"embedded"
	],
	"scripts": {
		"main": "main"
	},
	"manifest": {
		"short_name": "notify.moe",
		"gcm_sender_id": "941298467524",
		"theme_color": "#f8a582",
		"background_color": "#ffffff",
		"icons": [
			{
				"src": "images/brand/64",
				"sizes": "64x64"
			},
			{
				"src": "images/brand/300",
				"sizes": "300x300"
			},
			{
				"src": "images/brand/600",
				"sizes": "600x600"
			}
		]
	},
	"ports": {
		"http": 4000,
		"https": 4001
	}
}