Update manifest.json

This commit is contained in:
Kenneth Hendricks 2024-11-03 16:04:14 -05:00 committed by GitHub
parent f854899a66
commit fcfb7bcf2a
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.2",
"version": "1.1.3",
"icons": {
"128": "res/ext_icon_144.png"
},
@ -12,9 +12,11 @@
},
"default_popup": "pub/index.html"
},
"options_page": "pub/settings-page.html",
"permissions": [
"storage",
"tabs"
"tabs",
"alarms"
],
"background": {
"service_worker": "js/background.js"