about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorAustin Huang <im@austinhuang.me>2022-02-19 12:32:31 -0500
committerGitHub <noreply@github.com>2022-02-19 20:32:31 +0300
commit7065853afe2bc72e3c44516d209c67d0ac8eb2be (patch)
tree55d8fd870b21b232b4bb0dbb2889a7e70a7379fe /src/manifest.json
parentFixing Some Presentational Issues (#49) (diff)
downloadlibredirect-7065853afe2bc72e3c44516d209c67d0ac8eb2be.zip
Replace all svg with png (#50)
Can't install crx on chrome otherwise
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 2b99c94a..8abc84e2 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -9,10 +9,10 @@
   },
   "default_locale": "en",
   "icons": {
-    "16": "assets/images/libredirect.svg",
-    "32": "assets/images/libredirect.svg",
-    "48": "assets/images/libredirect.svg",
-    "128": "assets/images/libredirect.svg"
+    "16": "assets/images/libredirect.png",
+    "32": "assets/images/libredirect.png",
+    "48": "assets/images/libredirect.png",
+    "128": "assets/images/libredirect.png"
   },
   "permissions": [
     "storage",
@@ -25,10 +25,10 @@
     "browser_style": false,
     "default_popup": "pages/popup/popup.html",
     "default_icon": {
-      "16": "assets/images/libredirect.svg",
-      "32": "assets/images/libredirect.svg",
-      "48": "assets/images/libredirect.svg",
-      "128": "assets/images/libredirect.svg"
+      "16": "assets/images/libredirect.png",
+      "32": "assets/images/libredirect.png",
+      "48": "assets/images/libredirect.png",
+      "128": "assets/images/libredirect.png"
     }
   },
   "options_ui": {