about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 1f36e7c7..880268bb 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -29,7 +29,7 @@
   "browser_action": {
     "default_title": "__MSG_extensionName__",
     "browser_style": false,
-    "default_popup": "pages/popup/popup.html",
+    "default_popup": "pages/popup/index.html",
     "default_icon": {
       "16": "assets/images/libredirect-16.png",
       "32": "assets/images/libredirect-32.png",
@@ -48,7 +48,7 @@
     "search_provider": {
       "name": "__MSG_extensionName__",
       "keyword": "@libredirect",
-      "favicon_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/assets/images/libredirect-16.png",
+      "favicon_url": "https://raw.githubusercontent.com/libredirect/browser_extension/master/src/assets/images/libredirect.svg",
       "search_url": "https://search.libredirect.invalid/?q={searchTerms}",
       "encoding": "UTF-8",
       "is_default": false