mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update manifest.json
This commit is contained in:
parent
f854899a66
commit
fcfb7bcf2a
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue