54 lines
769 B
JSON
Raw Normal View History

2016-11-09 20:32:19 +09:00
{
"domain": "notify.moe",
"title": "Anime Notifier",
"fonts": [
"Ubuntu"
],
"styles": [
"include/config",
"include/mixins",
2017-06-17 00:49:09 +02:00
"reset",
2016-11-09 20:32:19 +09:00
"base",
"typography",
2017-06-20 20:13:04 +02:00
"mountable",
2016-11-09 20:32:19 +09:00
"layout",
"navigation",
"headers",
2017-06-23 18:22:48 +02:00
"input",
2016-11-30 00:50:50 +09:00
"grid",
2016-11-09 20:32:19 +09:00
"forum",
"user",
"video",
"loading",
"fade",
2017-06-24 21:07:45 +02:00
"mobile",
2017-06-25 15:04:35 +02:00
"embedded"
2016-11-09 20:32:19 +09:00
],
2017-06-19 03:59:59 +02:00
"scripts": {
"main": "main"
},
2016-11-09 20:32:19 +09:00
"manifest": {
2017-06-07 18:06:57 +02:00
"short_name": "notify.moe",
2017-06-17 14:15:33 +02:00
"gcm_sender_id": "941298467524",
2017-06-05 20:21:06 +02:00
"theme_color": "#f8a582",
2017-06-17 15:14:15 +02: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 20:32:19 +09:00
},
"ports": {
"http": 4000,
"https": 4001
}
}