diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 00000000..6dc91272 Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/manifest/icon-144x144.png b/images/manifest/icon-144x144.png new file mode 100644 index 00000000..b12056e4 Binary files /dev/null and b/images/manifest/icon-144x144.png differ diff --git a/images/manifest/icon-192x192.png b/images/manifest/icon-192x192.png new file mode 100644 index 00000000..4a4fd1d3 Binary files /dev/null and b/images/manifest/icon-192x192.png differ diff --git a/images/manifest/icon-48x48.png b/images/manifest/icon-48x48.png new file mode 100644 index 00000000..293ace45 Binary files /dev/null and b/images/manifest/icon-48x48.png differ diff --git a/images/manifest/icon-512x512.png b/images/manifest/icon-512x512.png new file mode 100644 index 00000000..a08cf7bb Binary files /dev/null and b/images/manifest/icon-512x512.png differ diff --git a/images/manifest/icon-72x72.png b/images/manifest/icon-72x72.png new file mode 100644 index 00000000..ffcb4759 Binary files /dev/null and b/images/manifest/icon-72x72.png differ diff --git a/images/manifest/icon-96x96.png b/images/manifest/icon-96x96.png new file mode 100644 index 00000000..dc7a1b5e Binary files /dev/null and b/images/manifest/icon-96x96.png differ diff --git a/images/manifest/icon.svg b/images/manifest/icon.svg new file mode 100644 index 00000000..974427b7 --- /dev/null +++ b/images/manifest/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index ec82b657..49c2085a 100755 --- a/index.html +++ b/index.html @@ -11,8 +11,35 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -30,7 +57,7 @@ GitHub

- + - \ No newline at end of file + diff --git a/library.html b/library.html index 32221857..35ca3f84 100755 --- a/library.html +++ b/library.html @@ -7,7 +7,7 @@
- + - \ No newline at end of file + diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..ac604156 --- /dev/null +++ b/manifest.json @@ -0,0 +1,27 @@ +{ + "name": "Winamp", + "short_name": "Winamp", + "description": "Winamp 2.9 reimplemented in HTML5 and JavaScript", + "start_url": "./?utm_source=web_app_manifest", + "scope": "./", + "display": "standalone", + "theme_color": "#4b4b4b", + "background_color": "#ffffff", + "icons": [ + { + "src": "./images/manifest/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./images/manifest/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "./images/manifest/icon.svg", + "sizes": "513x513", + "type": "image/svg+xml" + } + ] +} diff --git a/skin.html b/skin.html index 504a3ac6..6b9e7652 100755 --- a/skin.html +++ b/skin.html @@ -3,10 +3,10 @@ Winamp2 Skin Explorer - +
- +