diff --git a/packages/rollup-plugin/schema/manifest-v3.schema.json b/packages/rollup-plugin/schema/manifest-v3.schema.json index f626aa511..cb890f894 100644 --- a/packages/rollup-plugin/schema/manifest-v3.schema.json +++ b/packages/rollup-plugin/schema/manifest-v3.schema.json @@ -149,6 +149,7 @@ "scripting", "search", "sessions", + "sidePanel", "signedInDevices", "storage", "system.cpu", @@ -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": {},