Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhendricks00 authored Nov 3, 2024
1 parent 500c6bc commit e74dbf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions platform/firefox/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.2",
"version": "1.1.3",
"icons": {
"128": "res/ext_icon_144.png"
},
Expand All @@ -12,9 +12,11 @@
},
"default_popup": "pub/index.html"
},
"options_page": "pub/settings-page.html",
"permissions": [
"storage",
"tabs"
"tabs",
"alarms"
],
"background": {
"scripts": ["js/background.js"]
Expand Down

0 comments on commit e74dbf4

Please sign in to comment.