Add webmanifest

This commit is contained in:
Varun Patil 2020-10-19 11:53:09 +05:30
parent ca7f72dfc0
commit 25d33d11d1
2 changed files with 8 additions and 1 deletions

View File

@ -119,7 +119,7 @@ echo "Finished building MKXP"
# Copy to build directory # Copy to build directory
mkdir -p build mkdir -p build
cp -R mkxp.html mkxp.wasm mkxp.js extra/js build/ cp -R mkxp.html mkxp.wasm mkxp.js extra/*.webmanifest extra/js build/
# ========================== # ==========================
# GAME_PROCESSING # GAME_PROCESSING

View File

@ -0,0 +1,7 @@
{
"name": "Knight Blade",
"short_name": "KN_E",
"description": "Sample RPG XP game",
"display": "fullscreen",
"scope": "/"
}