diff --git a/index.html b/index.html index c115e3e3..71d34d9f 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,28 @@ - - - - - - + Suwayomi + - + + + + + + + + + + + - - Suwayomi + diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 00000000..3352efca Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png new file mode 100644 index 00000000..0615716e Binary files /dev/null and b/public/favicon-96x96.png differ diff --git a/public/favicon.ico b/public/favicon.ico index eac577b0..495b1260 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 5b6920cb..00000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 00000000..c7c6baaa --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index d6f8be7e..00000000 --- a/public/manifest.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "short_name": "Suwayomi", - "name": "Suwayomi", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "favicon.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "favicon.png", - "type": "image/png", - "sizes": "512x512" - }, - { - "src": "favicon.png", - "type": "image/png", - "sizes": "512x512", - "purpose": "maskable" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#ff2323", - "background_color": "#ff2323" -} diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 00000000..10876f53 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,27 @@ +{ + "name": "Suwayomi", + "short_name": "Suwayomi", + "start_url": ".", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "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": "#3181C0", + "background_color": "#3181C0", + "display": "standalone" +} \ No newline at end of file diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png new file mode 100644 index 00000000..50787698 Binary files /dev/null and b/public/web-app-manifest-192x192.png differ diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png new file mode 100644 index 00000000..9055904a Binary files /dev/null and b/public/web-app-manifest-512x512.png differ