diff --git a/docs/app.webmanifest b/docs/app.webmanifest new file mode 100644 index 00000000..6b5ae61f --- /dev/null +++ b/docs/app.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "MapGenius – Explore maps for Tribes 2", + "short_name": "MapGenius", + "start_url": ".", + "display": "standalone", + "background_color": "#000000", + "theme_color": "#067272", + "icons": [ + { + "src": "icon.png", + "sizes": "108x128", + "type": "image/png" + }, + { + "src": "icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} diff --git a/docs/icon-512.png b/docs/icon-512.png new file mode 100644 index 00000000..ee55c6e1 Binary files /dev/null and b/docs/icon-512.png differ diff --git a/docs/index.html b/docs/index.html index 524156e3..ddfd2afe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,6 +9,15 @@ /> + + + + + + diff --git a/index.html b/index.html index 7ee9dff9..617511b0 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,15 @@ /> + + + + + + diff --git a/public/app.webmanifest b/public/app.webmanifest new file mode 100644 index 00000000..6b5ae61f --- /dev/null +++ b/public/app.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "MapGenius – Explore maps for Tribes 2", + "short_name": "MapGenius", + "start_url": ".", + "display": "standalone", + "background_color": "#000000", + "theme_color": "#067272", + "icons": [ + { + "src": "icon.png", + "sizes": "108x128", + "type": "image/png" + }, + { + "src": "icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} diff --git a/public/icon-512.png b/public/icon-512.png new file mode 100644 index 00000000..ee55c6e1 Binary files /dev/null and b/public/icon-512.png differ