Update manifest.json

This commit is contained in:
Kenneth Hendricks 2024-10-21 19:11:35 -04:00 committed by GitHub
parent c1096d1f2f
commit cf2ed4f51d
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.0.4",
"version": "1.0.5",
"icons": {
"128": "res/ext_icon_144.png"
},
@ -26,6 +26,6 @@
"host_permissions": [
"<all_urls>"
],
"description": "FMHY SafeGuard extension to identify unsafe and potentially unsafe sites.",
"description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.",
"minimum_chrome_version": "100"
}