Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Added storage permission and updated version
  • Loading branch information
kenhendricks00 authored Nov 3, 2024
1 parent ebfe20f commit 183bc49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -13,6 +13,7 @@
"default_popup": "pub/index.html"
},
"permissions": [
"storage",
"tabs"
],
"background": {
Expand Down

0 comments on commit 183bc49

Please sign in to comment.