statki/public/app/manifest.json
MaciejkaG a212161733 Major changes
- Improved PWA support on mobile.
- Added Vs. AI game menu.
- Added the first AI algorithm.
- Vs. AI is now available with every option leading to simple bot
- Fixed a bug where placing ships in certain rotation around the boundaries of the board would wrongly colour them when sunk.
- Improved code clarity and comments
- Added an option in the settings to change your nickname
- Added version display in the settings
- Slightly improved box scaling and layout
- Made multiple improvements to the PWA support
- Added multiple minor features
- Brought back full SPA URL functionality, now if you copy a URL to specific view/page in the menu and go into it, you will actually arrive at that page if it's not restricted.
2024-04-14 19:17:20 +02:00

77 lines
2.3 KiB
JSON

{
"name": "Statki",
"description": "The #1 online multiplayer battleships game\nModern, simple UI, PvP and PvE modes, advanced statistics and more.",
"start_url": "/",
"background_color": "black",
"theme_color": "black",
"orientation": "any",
"icons": [
{
"src": "/assets/img/statki-logo-crop.png",
"sizes": "1080x1080"
},
{
"src": "/assets/img/statki-logo-crop-144.png",
"sizes": "144x144"
}
],
"screenshots": [
{
"src": "/assets/img/screenshot_game2.png",
"sizes": "1920x911",
"type": "image/png",
"form_factor": "wide",
"label": "Middle of the round"
},
{
"src": "/assets/img/screenshot_mainmenu.png",
"sizes": "1920x911",
"type": "image/png",
"form_factor": "wide",
"label": "Main menu"
},
{
"src": "/assets/img/screenshot_create.png",
"sizes": "1920x911",
"type": "image/png",
"form_factor": "wide",
"label": "Create game screen"
},
{
"src": "/assets/img/screenshot_profile.png",
"sizes": "1920x911",
"type": "image/png",
"form_factor": "wide",
"label": "Main menu"
},
{
"src": "/assets/img/screenshot_game1.png",
"sizes": "1920x911",
"type": "image/png",
"form_factor": "wide",
"label": "Preparation phase"
},
{
"src": "/assets/img/screenshot_mainmenu_mobile.png",
"sizes": "1082x2402",
"type": "image/png",
"form_factor": "narrow",
"label": "Main menu screen"
},
{
"src": "/assets/img/screenshot_profile_mobile.png",
"sizes": "1082x2402",
"type": "image/png",
"form_factor": "narrow",
"label": "Profile view"
},
{
"src": "/assets/img/screenshot_create_mobile.png",
"sizes": "1082x2402",
"type": "image/png",
"form_factor": "narrow",
"label": "Create game screen"
}
],
"display": "standalone"
}