Fix spelling mistakes, add more icon files.

This commit is contained in:
SimonBrazell 2019-09-29 23:21:26 +10:00
parent a4f766727c
commit 457db5e9d4
3 changed files with 3 additions and 1 deletions

BIN
img/icon16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

BIN
img/icon32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,7 +1,7 @@
{ {
"name": "Privacy Redirect", "name": "Privacy Redirect",
"description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invidious).", "description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invidious).",
"version": "1.0.0", "version": "1.0.1",
"manifest_version": 2, "manifest_version": 2,
"background": { "background": {
"scripts": [ "scripts": [
@ -9,6 +9,8 @@
] ]
}, },
"icons": { "icons": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png", "48": "img/icon48.png",
"128": "img/icon128.png" "128": "img/icon128.png"
}, },