mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update manifest.json
This commit is contained in:
parent
28f8736ca8
commit
2100519f4b
1 changed files with 7 additions and 8 deletions
|
|
@ -1,28 +1,27 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"manifest_version": 3,
|
||||
"name": "FMHY SafeGuard",
|
||||
"author": "Kenneth Hendricks & contributors",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"icons": {
|
||||
"128": "res/ext_icon_144.png"
|
||||
},
|
||||
"page_action": {
|
||||
"action": {
|
||||
"default_icon": {
|
||||
"128": "res/ext_icon_144.png"
|
||||
},
|
||||
"default_popup": "pub/index.html"
|
||||
},
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"<all_urls>"
|
||||
"tabs"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["js/background.js"],
|
||||
"persistent": true
|
||||
"scripts": ["js/background.js"]
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "{5d554479-7cc4-487f-bd25-d8fc67a42602}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue