diff --git a/penpot-plugin/public/manifest.json b/penpot-plugin/public/manifest.json index d4dabc9..506021c 100644 --- a/penpot-plugin/public/manifest.json +++ b/penpot-plugin/public/manifest.json @@ -2,5 +2,5 @@ "name": "Penpot MCP Plugin", "code": "plugin.js", "description": "This plugin enables interaction with the Penpot MCP server", - "permissions": ["content:read", "content:write"] + "permissions": ["content:read", "content:write", "library:read", "library:write", "comment:read", "comment:write"] }