{
	"domain": "notify.moe",
	"title": "Anime Notifier",
	"fonts": [
		"Ubuntu"
	],
	"styles": [
		"include/config",
		"include/dark",
		"include/mixins",
		"reset",
		"base",
		"typography",
		"mountable",
		"layout",
		"navigation",
		"headers",
		"input",
		"grid",
		"forum",
		"tabs",
		"user",
		"video",
		"loading",
		"fade",
		"mobile",
		"embedded"
	],
	"scripts": {
		"main": "main"
	},
	"push": [
		"/scripts",
		"/styles"
	],
	"manifest": {
		"short_name": "notify.moe",
		"gcm_sender_id": "941298467524",
		"theme_color": "#f0c7bb",
		"background_color": "#f6f6f6",
		"icons": [
			{
				"src": "images/brand/64.png",
				"sizes": "64x64",
				"type": "image/png"
			},
			{
				"src": "images/brand/64.webp",
				"sizes": "64x64",
				"type": "image/webp"
			},
			{
				"src": "images/brand/128.png",
				"sizes": "128x128",
				"type": "image/png"
			},
			{
				"src": "images/brand/128.webp",
				"sizes": "128x128",
				"type": "image/webp"
			},
			{
				"src": "images/brand/144.png",
				"sizes": "144x144",
				"type": "image/png"
			},
			{
				"src": "images/brand/144.webp",
				"sizes": "144x144",
				"type": "image/webp"
			},
			{
				"src": "images/brand/180.png",
				"sizes": "180x180",
				"type": "image/png"
			},
			{
				"src": "images/brand/180.webp",
				"sizes": "180x180",
				"type": "image/webp"
			},
			{
				"src": "images/brand/220.png",
				"sizes": "220x220",
				"type": "image/png"
			},
			{
				"src": "images/brand/220.webp",
				"sizes": "220x220",
				"type": "image/webp"
			},
			{
				"src": "images/brand/512.png",
				"sizes": "512x512",
				"type": "image/png"
			},
			{
				"src": "images/brand/512.webp",
				"sizes": "512x512",
				"type": "image/webp"
			}
		]
	},
	"ports": {
		"http": 4000,
		"https": 4001
	}
}