aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-09-13 20:17:44 -0400
committerAjay <[email protected]>2023-09-13 20:17:44 -0400
commit4954abf9e385beb02ffde8b47bd5ad0a8fc5a4f5 (patch)
treef64927a870df8c7d1312407f882889c1823005f0 /manifest
parent30a21d5ff5beb4e74a446644cf2a89d779921369 (diff)
downloadSponsorBlock-4954abf9e385beb02ffde8b47bd5ad0a8fc5a4f5.tar.gz
SponsorBlock-4954abf9e385beb02ffde8b47bd5ad0a8fc5a4f5.zip
Add extension icon default location on Firefox
Diffstat (limited to 'manifest')
-rw-r--r--manifest/firefox-manifest-extra.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json
index 714fef58..d7d24752 100644
--- a/manifest/firefox-manifest-extra.json
+++ b/manifest/firefox-manifest-extra.json
@@ -9,5 +9,8 @@
},
"permissions": [
"scripting"
- ]
+ ],
+ "browser_action": {
+ "default_area": "navbar"
+ }
}