support the side panel
This commit is contained in:
parent
dca2281cd9
commit
3f108b7d57
1 changed files with 7 additions and 3 deletions
|
@ -4,11 +4,15 @@
|
|||
"description": "__MSG_extension_description__",
|
||||
"version": "0",
|
||||
|
||||
"permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage"],
|
||||
"minimum_chrome_version": "114",
|
||||
"permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "sidePanel"],
|
||||
|
||||
"action": {
|
||||
"default_icon": "media/icons/logo_no_tiny.png",
|
||||
"default_popup": "pages/open/popup.htm"
|
||||
"default_icon": "media/icons/logo_no_tiny.png",
|
||||
"default_title": "Click to open panel"
|
||||
},
|
||||
"side_panel": {
|
||||
"default_path": "pages/popup.htm"
|
||||
},
|
||||
|
||||
"background": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue