106 lines
1.7 KiB
JSON

{
"domain": "notify.moe",
"title": "Anime Notifier",
"fonts": [
"Ubuntu"
],
"styles": [
"include/config",
"include/dark",
"mixins/layout",
"mixins/utils",
"mixins/effects",
"mixins/ui",
"mixins/sidebar",
"mixins/anime-grid",
"mixins/feature-card",
"mixins/comments",
"reset",
"base",
"typography",
"mountable",
"layout",
"search",
"headers",
"input",
"grid",
"forum",
"tabs",
"tags",
"user",
"video",
"loading",
"fade",
"mobile",
"embedded"
],
"scripts": {
"main": "main"
},
"push": [
"/scripts",
"/styles"
],
"manifest": {
"short_name": "Anime",
"gcm_sender_id": "941298467524",
"theme_color": "#ef371f",
"background_color": "#f6f6f6",
"icons": [
{
"src": "images/brand/1024.png",
"sizes": "1024x1024",
"type": "image/png"
},
{
"src": "images/brand/512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "images/brand/384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "images/brand/256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "images/brand/220.png",
"sizes": "220x220",
"type": "image/png"
},
{
"src": "images/brand/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/brand/180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "images/brand/144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/brand/128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "images/brand/64.png",
"sizes": "64x64",
"type": "image/png"
}
]
},
"ports": {
"http": 4000,
"https": 4001
}
}