Update manifest.json

This commit is contained in:
Kenneth Hendricks 2024-10-19 15:56:19 -04:00 committed by GitHub
parent 6df2b48c6f
commit af73a7d262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,15 +2,15 @@
"manifest_version": 2,
"name": "FMHY SafeGuard",
"author": "Kenneth Hendricks & contributors",
"version": "1.0.3",
"version": "1.0.4",
"icons": {
"128": "res/ext_icon_144.png"
},
"browser_action": {
"default_icon": {
"128": "res/ext_icon_144.png"
},
"default_popup": "pub/index.html"
"page_action": {
"default_icon": {
"128": "res/ext_icon_144.png"
},
"default_popup": "pub/index.html"
},
"permissions": [
"activeTab",