Skip to content

Commit

Permalink
added sidePanel to rollup v3 schema (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
maikel-ortega-hernandez committed Sep 24, 2023
1 parent 34980de commit f5b5610
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/rollup-plugin/schema/manifest-v3.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"scripting",
"search",
"sessions",
"sidePanel",
"signedInDevices",
"storage",
"system.cpu",
Expand Down Expand Up @@ -677,6 +678,17 @@
"maxLength": 12,
"type": "string"
},
"side_panel": {
"description": "The Side Panel API allows extensions to display their own UI in the side panel, enabling persistent experiences that complement the user's browsing journey.",
"properties": {
"default_path": {
"description": "The path to your site panel page, relative to your extension's root.",
"type": "string"
}
},
"required": ["default_path"],
"type": "object"
},
"signature": {},
"spellcheck": {},
"storage": {},
Expand Down

0 comments on commit f5b5610

Please sign in to comment.