Add files via upload

This commit is contained in:
Kenneth Hendricks 2025-03-17 22:10:54 -04:00 committed by GitHub
parent b8707ce722
commit 51cf2fa609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {
"scripts": ["js/background.js"]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["js/content.js"],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{5d554479-7cc4-487f-bd25-d8fc67a42602}"