feat: add manifest for a PWA
116
app/manifest.json
Normal file
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
BIN
public/images/icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
public/images/icons/bookmarks-512x512.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/icons/bookmarks-96x96.png
Normal file
After Width: | Height: | Size: 1,013 B |
BIN
public/images/icons/favorites-512x512.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/icons/favorites-96x96.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/icons/icon-128x128.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/images/icons/icon-144x144.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
public/images/icons/icon-152x152.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/images/icons/icon-16x16.png
Normal file
After Width: | Height: | Size: 875 B |
BIN
public/images/icons/icon-192x192.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
public/images/icons/icon-32x32.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
public/images/icons/icon-384x384.png
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
public/images/icons/icon-512x512.png
Normal file
After Width: | Height: | Size: 221 KiB |
BIN
public/images/icons/icon-72x72.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/images/icons/icon-96x96.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/images/icons/search-512x512.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/images/icons/search-96x96.png
Normal file
After Width: | Height: | Size: 1.5 KiB |