Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AshurovG committed Dec 16, 2024
1 parent d57cf09 commit 3dc2d37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
Binary file added public/assets/icons/logo-172-mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/icons/logo-172.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 6 additions & 14 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,17 @@
"lang": "ru-RU",
"short_name": "Cassette",
"name": "Cassette — онлайн кинотеатр с совместным просмотром",
"description": "Cassette — онлайн кинотеатр с совместным просмотром",
"description": "Cassette — онлайн кинотеатр с совместным просмотром, широкой библиотекой фильмов и многофункциональным видео-плеером!",
"icons": [
{
"src": "./assets/icons/logoIcon-60.svg",
"type": "image/svg",
"sizes": "60x60",
"purpose": "badge"
"src": "/assets/icons/logo-172.png",
"sizes": "172x172"
},
{
"src": "/assets/icons/logoIcon-144.svg",
"type": "image/svg",
"sizes": "144x144",
"purpose": "any"
},
{
"src": "/assets/icons/logoIcon-180.png",
"src": "/assets/icons/logo-172-mask.png",
"sizes": "172x172",
"type": "image/png",
"sizes": "563x563",
"purpose": "any"
"purpose": "maskable"
}
],
"background_color": "#000",
Expand Down

0 comments on commit 3dc2d37

Please sign in to comment.