mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
116 lines
No EOL
2.5 KiB
JSON
116 lines
No EOL
2.5 KiB
JSON
{
|
|
"name": "anix",
|
|
"short_name": "",
|
|
"theme_color": "#000",
|
|
"background_color": "#fff",
|
|
"display": "standalone",
|
|
"orientation": "",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"lang": "ru",
|
|
"icons": [
|
|
{
|
|
"src": "images/icons/icon-16x16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-32x32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"shortcuts" : [
|
|
{
|
|
"name": "Поиск",
|
|
"url": "/search",
|
|
"description": "Найти аниме",
|
|
"icons": [
|
|
{
|
|
"src": "images/icons/search-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/search-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Закладки",
|
|
"url": "/bookmarks",
|
|
"description": "Ваши закладки",
|
|
"icons": [
|
|
{
|
|
"src": "images/icons/bookmarks-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/bookmarks-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Избранное",
|
|
"url": "/favorites",
|
|
"description": "Избранные аниме",
|
|
"icons": [
|
|
{
|
|
"src": "images/icons/favorites-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/icons/favorites-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |