diff --git a/src/web/public/favicon.ico b/src/web/public/favicon.ico deleted file mode 100644 index a11777cc4..000000000 Binary files a/src/web/public/favicon.ico and /dev/null differ diff --git a/src/web/public/icon_filterlists.png b/src/web/public/icon_filterlists.png new file mode 100644 index 000000000..46af01d87 Binary files /dev/null and b/src/web/public/icon_filterlists.png differ diff --git a/src/web/public/index.html b/src/web/public/index.html index dd1ccfd4c..4d59c0db2 100644 --- a/src/web/public/index.html +++ b/src/web/public/index.html @@ -1,38 +1,27 @@ - - - - - - - - - React App - - - -
- - - + \ No newline at end of file diff --git a/src/web/public/logo_filterlists.png b/src/web/public/logo_filterlists.png new file mode 100644 index 000000000..7d8d18170 Binary files /dev/null and b/src/web/public/logo_filterlists.png differ diff --git a/src/web/public/manifest.json b/src/web/public/manifest.json index 1f2f141fa..143de534b 100644 --- a/src/web/public/manifest.json +++ b/src/web/public/manifest.json @@ -1,15 +1,15 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "FilterLists", + "name": "FilterLists | Subscriptions for uBlock Origin, Adblock Plus, AdGuard, ...", "icons": [ { - "src": "favicon.ico", + "src": "icon_filterlists.png", "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" + "type": "image/png" } ], "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" -} +} \ No newline at end of file