diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index 832b9e5..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..0f02de4 Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/background.png b/assets/background.png similarity index 100% rename from background.png rename to assets/background.png diff --git a/assets/favicon-96x96.png b/assets/favicon-96x96.png new file mode 100644 index 0000000..edd9763 Binary files /dev/null and b/assets/favicon-96x96.png differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..40891dc Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/favicon.svg b/assets/favicon.svg new file mode 100644 index 0000000..b374c17 --- /dev/null +++ b/assets/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/site.webmanifest b/assets/site.webmanifest similarity index 56% rename from site.webmanifest rename to assets/site.webmanifest index a1ef333..80a6396 100644 --- a/site.webmanifest +++ b/assets/site.webmanifest @@ -1,21 +1,21 @@ { - "name": "ECHO REALITY - 16-Bit Cassette Player", + "name": "ECHO REALITY", "short_name": "ECHO REALITY", "icons": [ { - "src": "/web-app-manifest-192x192.png", + "src": "/assets/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "/web-app-manifest-512x512.png", + "src": "/assets/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], - "theme_color": "#000000", - "background_color": "#000000", + "theme_color": "#ffffff", + "background_color": "#ffffff", "display": "standalone" } \ No newline at end of file diff --git a/styles.css b/assets/styles.css similarity index 100% rename from styles.css rename to assets/styles.css diff --git a/assets/web-app-manifest-192x192.png b/assets/web-app-manifest-192x192.png new file mode 100644 index 0000000..2eeb806 Binary files /dev/null and b/assets/web-app-manifest-192x192.png differ diff --git a/assets/web-app-manifest-512x512.png b/assets/web-app-manifest-512x512.png new file mode 100644 index 0000000..0508ee6 Binary files /dev/null and b/assets/web-app-manifest-512x512.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png deleted file mode 100644 index 0826bed..0000000 Binary files a/favicon-96x96.png and /dev/null differ diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 2c7e5fa..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon.svg b/favicon.svg deleted file mode 100644 index 4a411c7..0000000 --- a/favicon.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/index.html b/index.html index 400bb4f..e2d447f 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,14 @@ - ECHO REALITY - 16-Bit Cassette Player - - - - - - + ECHO REALITY + + + + + + +
@@ -161,6 +162,6 @@ - + diff --git a/app.js b/src/app.js similarity index 100% rename from app.js rename to src/app.js diff --git a/web-app-manifest-192x192.png b/web-app-manifest-192x192.png deleted file mode 100644 index 3ffc7e3..0000000 Binary files a/web-app-manifest-192x192.png and /dev/null differ diff --git a/web-app-manifest-512x512.png b/web-app-manifest-512x512.png deleted file mode 100644 index 5877f8d..0000000 Binary files a/web-app-manifest-512x512.png and /dev/null differ