Skip to content

Commit 2defaa0

Browse files
committed
feat: update ff ext version
1 parent 6de4b38 commit 2defaa0

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

public/manifests/firefox.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
"manifest_version": 2,
33
"name": "Highlight or Hide Search Engine Results",
44
"short_name": "HoHSER",
5-
"version": "4.4.0",
5+
"version": "4.4.1",
66
"developer": {
77
"name": "Tomasz Pisarek",
88
"url": "https://github.com/pistom"
99
},
10-
1110
"description": "Filter search engine results. Block unwanted results and highlight the favorite ones. For Google and other popular search engines.",
12-
1311
"icons": {
1412
"19": "images/hohser-19.png",
1513
"32": "images/hohser-32.png",
1614
"48": "images/hohser-48.png",
1715
"96": "images/hohser-96.png"
1816
},
19-
2017
"browser_action": {
2118
"default_title": "Highlight or Hide Search Engine Results",
2219
"default_popup": "popup.html",
@@ -25,15 +22,15 @@
2522
"38": "images/hohser-38.png"
2623
}
2724
},
28-
2925
"options_ui": {
3026
"page": "popup.html",
3127
"open_in_tab": true,
3228
"browser_style": false
3329
},
34-
35-
"permissions": ["storage", "tabs"],
36-
30+
"permissions": [
31+
"storage",
32+
"tabs"
33+
],
3734
"content_scripts": [
3835
{
3936
"matches": [
@@ -250,25 +247,26 @@
250247
"*://*.baidu.com/*",
251248
"*://*.kagi.com/*"
252249
],
253-
"js": ["static/js/content.js"],
254-
"css": ["static/css/content.css"]
250+
"js": [
251+
"static/js/content.js"
252+
],
253+
"css": [
254+
"static/css/content.css"
255+
]
255256
}
256257
],
257-
258258
"content_security_policy": "script-src 'self'; object-src 'self';",
259-
260259
"browser_specific_settings": {
261260
"gecko": {
262261
"id": "{2d0ade95-bf3c-4868-b877-71ccd038e11b}",
263262
"strict_min_version": "79.0"
264263
}
265264
},
266-
267265
"commands": {
268266
"_execute_browser_action": {
269267
"suggested_key": {
270268
"default": "Ctrl+Shift+1"
271269
}
272270
}
273271
}
274-
}
272+
}

0 commit comments

Comments
 (0)