summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brazell <simon.brazell@gmail.com>2019-09-29 23:21:26 +1000
committerSimon Brazell <simon.brazell@gmail.com>2019-09-29 23:21:26 +1000
commit0f5caba36652a718d17c1659c7bdcefe12bfcbb0 (patch)
tree23b2d5efa060421e18724417edb9245fe464629e
parent16051e71bf8681ad24c493be8541dfbefeca918e (diff)
downloadprivacy-redirect-0f5caba36652a718d17c1659c7bdcefe12bfcbb0.tar.gz
privacy-redirect-0f5caba36652a718d17c1659c7bdcefe12bfcbb0.tar.bz2
privacy-redirect-0f5caba36652a718d17c1659c7bdcefe12bfcbb0.zip
Fix spelling mistakes, add more icon files.
-rw-r--r--img/icon16.pngbin0 -> 976 bytes
-rw-r--r--img/icon32.pngbin0 -> 1983 bytes
-rw-r--r--manifest.json4
3 files changed, 3 insertions, 1 deletions
diff --git a/img/icon16.png b/img/icon16.png
new file mode 100644
index 0000000..1c510cb
--- /dev/null
+++ b/img/icon16.png
Binary files differ
diff --git a/img/icon32.png b/img/icon32.png
new file mode 100644
index 0000000..d001aab
--- /dev/null
+++ b/img/icon32.png
Binary files differ
diff --git a/manifest.json b/manifest.json
index 1a142fd..b73bf65 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"
},