From 457db5e9d498d81ea5c799355cc5c3e01dfc5c2b Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Sun, 29 Sep 2019 23:21:26 +1000 Subject: Fix spelling mistakes, add more icon files. --- img/icon16.png | Bin 0 -> 976 bytes img/icon32.png | Bin 0 -> 1983 bytes manifest.json | 4 +++- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 img/icon16.png create mode 100644 img/icon32.png diff --git a/img/icon16.png b/img/icon16.png new file mode 100644 index 00000000..1c510cb7 Binary files /dev/null and b/img/icon16.png differ diff --git a/img/icon32.png b/img/icon32.png new file mode 100644 index 00000000..d001aab6 Binary files /dev/null and b/img/icon32.png differ diff --git a/manifest.json b/manifest.json index 1a142fd8..b73bf658 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invidious).", - "version": "1.0.0", + "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ @@ -9,6 +9,8 @@ ] }, "icons": { + "16": "img/icon16.png", + "32": "img/icon32.png", "48": "img/icon48.png", "128": "img/icon128.png" }, -- cgit 1.4.1