diff --git a/app.js b/app.js index 73f50da..59a081b 100644 --- a/app.js +++ b/app.js @@ -1,4 +1,4 @@ -const APP_VERSION = '0.1.1-beta'; +const APP_VERSION = '0.1.2-beta'; const playlist = [ { url: 'https://feed.falsefinish.club/Echo%20Reality/PINK%20FLIGHT/MP3%20BOUNCE/01.%20PINK%20FLIGHT%20ATTENDANT.mp3', name: 'TRACK 1 - PINK FLIGHT ATTENDANT' }, { url: 'https://feed.falsefinish.club/Echo%20Reality/PINK%20FLIGHT/MP3%20BOUNCE/02.%20NOW.mp3', name: 'TRACK 2 - NOW' }, diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..832b9e5 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..0826bed Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..2c7e5fa Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..4a411c7 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index fea7c9e..400bb4f 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,13 @@ - 16-Bit Cassette Player + ECHO REALITY - 16-Bit Cassette Player + + + + +
diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..a1ef333 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "ECHO REALITY - 16-Bit Cassette Player", + "short_name": "ECHO REALITY", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +} \ No newline at end of file diff --git a/web-app-manifest-192x192.png b/web-app-manifest-192x192.png new file mode 100644 index 0000000..3ffc7e3 Binary files /dev/null and b/web-app-manifest-192x192.png differ diff --git a/web-app-manifest-512x512.png b/web-app-manifest-512x512.png new file mode 100644 index 0000000..5877f8d Binary files /dev/null and b/web-app-manifest-512x512.png differ