mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Add files via upload
This commit is contained in:
parent
51cf2fa609
commit
37dba338af
1 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "FMHY SafeGuard",
|
||||
"author": "Kenneth Hendricks & contributors",
|
||||
"version": "1.1.8",
|
||||
"version": "1.1.9",
|
||||
"icons": {
|
||||
"128": "res/ext_icon_144.png"
|
||||
},
|
||||
|
|
@ -21,6 +21,13 @@
|
|||
"background": {
|
||||
"service_worker": "js/background.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["js/content.js"],
|
||||
"run_at": "document_idle"
|
||||
}
|
||||
],
|
||||
"description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.",
|
||||
"minimum_chrome_version": "100"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue