44 lines
617 B
JSON

{
"domain": "notify.moe",
"title": "Anime Notifier",
"fonts": [
"Ubuntu"
],
"styles": [
"include/config",
"include/mixins",
"reset",
"base",
"typography",
"layout",
"navigation",
"headers",
"forms",
"grid",
"colors",
"animelist",
"forum",
"settings",
"user",
"video",
"loading",
"fade",
"mobile"
],
"static": [
"images"
],
"icons": [
"images/characters/arn-waifu.png"
],
"manifest": {
"short_name": "notify.moe",
"gcm_sender_id": "941298467524",
"theme_color": "#f8a582",
"background_color": "#202020"
},
"ports": {
"http": 4000,
"https": 4001
}
}