mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
[SidePanel API] Add sidePanel.open() cookbook (#983)
* Init commit * Add sidepanel open cookbook * Add minimum chrome version * Add 116 on readme * Add extension page Add content script * Tweak * Tweak 2 * ¯\_(ツ)_/¯ * Update readme * Update readme * Change sample name in Readme * Bold Chrome 116 for emphasis * Typo fix
This commit is contained in:
@@ -13,8 +13,5 @@
|
||||
"side_panel": {
|
||||
"default_path": "sidepanel.html"
|
||||
},
|
||||
"permissions": [
|
||||
"sidePanel",
|
||||
"contextMenus"
|
||||
]
|
||||
"permissions": ["sidePanel", "contextMenus"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user