Update manifest.json

Added storage permission and updated version
This commit is contained in:
Kenneth Hendricks 2024-11-02 21:27:46 -04:00 committed by GitHub
parent c4c4a9fd9b
commit ebfe20f4a9
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.1",
"version": "1.1.2",
"icons": {
"128": "res/ext_icon_144.png"
},
@ -13,6 +13,7 @@
"default_popup": "pub/index.html"
},
"permissions": [
"storage",
"tabs"
],
"background": {