64 lines
978 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",
2017-11-03 08:34:21 +00:00
"include/dark",
"include/mixins",
2017-06-16 22:49:09 +00:00
"reset",
2016-11-09 11:32:19 +00:00
"base",
"typography",
2017-06-20 18:13:04 +00:00
"mountable",
2016-11-09 11:32:19 +00:00
"layout",
"navigation",
"headers",
2017-06-23 16:22:48 +00:00
"input",
2016-11-29 15:50:50 +00:00
"grid",
2016-11-09 11:32:19 +00:00
"forum",
2017-07-03 13:34:50 +00:00
"tabs",
2016-11-09 11:32:19 +00:00
"user",
"video",
"loading",
"fade",
2017-06-24 19:07:45 +00:00
"mobile",
2017-06-25 13:04:35 +00:00
"embedded"
2016-11-09 11:32:19 +00:00
],
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-11-04 21:23:07 +00:00
"theme_color": "#f0c7bb",
2017-11-07 11:17:33 +00:00
"background_color": "#f6f6f6",
2017-06-17 13:14:15 +00:00
"icons": [
{
2017-10-01 22:55:37 +00:00
"src": "images/brand/64.png",
2017-11-04 21:23:07 +00:00
"sizes": "64x64",
"type": "image/png"
2017-06-17 13:14:15 +00:00
},
2017-07-21 03:09:47 +00:00
{
2017-11-04 21:23:07 +00:00
"src": "images/brand/128.png",
"sizes": "128x128",
2017-07-21 03:09:47 +00:00
"type": "image/png"
},
2017-06-17 13:14:15 +00:00
{
2017-11-04 21:23:07 +00:00
"src": "images/brand/144.png",
"sizes": "144x144",
"type": "image/png"
2017-06-17 13:14:15 +00:00
},
{
2017-11-04 21:23:07 +00:00
"src": "images/brand/220.png",
"sizes": "220x220",
"type": "image/png"
2017-06-17 13:14:15 +00:00
}
]
2016-11-09 11:32:19 +00:00
},
"ports": {
"http": 4000,
"https": 4001
}
}