44 lines
612 B
JSON
Raw Normal View History

2016-11-09 11:32:19 +00:00
{
"domain": "notify.moe",
"title": "Anime Notifier",
"fonts": [
"Ubuntu"
],
"styles": [
"libs/reset",
"libs/font-awesome",
"include/config",
"include/mixins",
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"
],
"static": [
"images"
],
"icons": [
"images/characters/arn-waifu.png"
],
"manifest": {
2017-06-07 16:06:57 +00:00
"short_name": "notify.moe",
2017-06-05 18:21:06 +00:00
"theme_color": "#f8a582",
2016-11-09 11:32:19 +00:00
"gcm_sender_id": "941298467524"
},
"ports": {
"http": 4000,
"https": 4001
}
}