108 lines
1.7 KiB
JSON
Raw Normal View History

2016-11-09 20:32:19 +09:00
{
"domain": "notify.moe",
"title": "Anime Notifier",
"fonts": [
"Ubuntu"
],
"styles": [
"include/config",
2017-11-03 09:34:21 +01:00
"include/dark",
"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",
2018-02-28 12:48:57 +01:00
"search",
2016-11-09 20:32:19 +09:00
"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",
2017-07-03 15:34:50 +02:00
"tabs",
2016-11-09 20:32:19 +09:00
"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"
},
2017-11-11 17:34:21 +01:00
"push": [
2017-11-28 21:48:12 +01:00
"/scripts",
"/styles"
2017-11-11 17:34:21 +01:00
],
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-11-04 22:23:07 +01:00
"theme_color": "#f0c7bb",
2017-11-07 12:17:33 +01:00
"background_color": "#f6f6f6",
2017-06-17 15:14:15 +02:00
"icons": [
{
2017-10-02 00:55:37 +02:00
"src": "images/brand/64.png",
2017-11-04 22:23:07 +01:00
"sizes": "64x64",
"type": "image/png"
2017-06-17 15:14:15 +02:00
},
2017-11-11 18:54:28 +01:00
{
"src": "images/brand/64.webp",
"sizes": "64x64",
"type": "image/webp"
},
2017-07-21 05:09:47 +02:00
{
2017-11-04 22:23:07 +01:00
"src": "images/brand/128.png",
"sizes": "128x128",
2017-07-21 05:09:47 +02:00
"type": "image/png"
},
2017-11-11 18:54:28 +01:00
{
"src": "images/brand/128.webp",
"sizes": "128x128",
"type": "image/webp"
},
2017-06-17 15:14:15 +02:00
{
2017-11-04 22:23:07 +01:00
"src": "images/brand/144.png",
"sizes": "144x144",
"type": "image/png"
2017-06-17 15:14:15 +02:00
},
2017-11-11 18:54:28 +01:00
{
"src": "images/brand/144.webp",
"sizes": "144x144",
"type": "image/webp"
},
2017-11-29 13:56:34 +01:00
{
"src": "images/brand/180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "images/brand/180.webp",
"sizes": "180x180",
"type": "image/webp"
},
2017-06-17 15:14:15 +02:00
{
2017-11-04 22:23:07 +01:00
"src": "images/brand/220.png",
"sizes": "220x220",
"type": "image/png"
2017-11-11 18:54:28 +01:00
},
{
"src": "images/brand/220.webp",
"sizes": "220x220",
"type": "image/webp"
},
{
"src": "images/brand/512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "images/brand/512.webp",
"sizes": "512x512",
"type": "image/webp"
2017-06-17 15:14:15 +02:00
}
]
2016-11-09 20:32:19 +09:00
},
"ports": {
"http": 4000,
"https": 4001
}
}