diff --git a/index.html b/index.html index ab900c4c..07ff673a 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,22 @@ -RuneScape 2 \ No newline at end of file + touch-action: none; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + z-index: -1; + } \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..b7a1b70d --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "name": "2004Scape", + "icons": [ + { + "src": "/manifest.png", + "type": "image/png", + "sizes": "144x144" + } + ], + "id": "/", + "start_url": "/", + "background_color": "#212121", + "display": "minimal-ui", + "scope": "/", + "theme_color": "#212121" +} \ No newline at end of file diff --git a/manifest.png b/manifest.png new file mode 100644 index 00000000..9fb2f4d8 Binary files /dev/null and b/manifest.png differ