55 lines
781 B
JSON
Raw Normal View History

2016-11-09 11:32:19 +00:00
{
"domain": "notify.moe",
"title": "Anime Notifier",
"fonts": [
"Ubuntu"
],
"styles": [
"include/config",
"include/mixins",
2017-06-16 22:49:09 +00:00
"reset",
2016-11-09 11:32:19 +00:00
"base",
"typography",
2016-11-09 11:32:19 +00:00
"layout",
"navigation",
"headers",
"forms",
2016-11-29 15:50:50 +00:00
"grid",
2016-11-09 11:32:19 +00:00
"colors",
"animelist",
"forum",
"settings",
"user",
"video",
"loading",
"fade",
"mobile"
],
2017-06-19 01:59:59 +00:00
"scripts": {
"main": "main"
},
2016-11-09 11:32:19 +00:00
"manifest": {
2017-06-07 16:06:57 +00:00
"short_name": "notify.moe",
2017-06-17 12:15:33 +00:00
"gcm_sender_id": "941298467524",
2017-06-05 18:21:06 +00:00
"theme_color": "#f8a582",
2017-06-17 13:14:15 +00:00
"background_color": "#ffffff",
"icons": [
{
"src": "images/brand/64",
"sizes": "64x64"
},
{
"src": "images/brand/300",
"sizes": "300x300"
},
{
"src": "images/brand/600",
"sizes": "600x600"
}
]
2016-11-09 11:32:19 +00:00
},
"ports": {
"http": 4000,
"https": 4001
}
}