Update plugin metadata

This commit is contained in:
Dominik Jain 2025-09-10 16:00:30 +02:00
parent c0047faec0
commit 740750fbd8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Penpot starter plugin",
"name": "Penpot MCP Plugin",
"code": "plugin.js",
"description": "This is a starter plugin for Penpot",
"description": "This plugin enables interaction with the Penpot MCP server",
"permissions": ["content:read", "content:write"]
}

View File

@ -1,4 +1,4 @@
penpot.ui.open("Penpot plugin starter template", `?theme=${penpot.theme}`);
penpot.ui.open("Penpot MCP Plugin", `?theme=${penpot.theme}`);
penpot.ui.onMessage<string>((message) => {
if (message === "create-text") {