diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..b205b42 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/icon-192.png b/assets/icon-192.png new file mode 100644 index 0000000..d8e9760 Binary files /dev/null and b/assets/icon-192.png differ diff --git a/assets/manifest.json b/assets/manifest.json new file mode 100644 index 0000000..f85e117 --- /dev/null +++ b/assets/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "eGUI Circles", + "short_name": "circles", + "icons": [ + { + "src": "/icon-192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "lang": "en-US", + "id": "/index.html", + "start_url": "./index.html", + "display": "standalone", + "background_color": "white", + "theme_color": "white" +} \ No newline at end of file diff --git a/index.html b/index.html index ba10e11..a40b89c 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ - + - +
-