Files
penpot/plugins/apps/create-palette-plugin/public/manifest.json
2026-03-12 19:07:44 +01:00

9 lines
256 B
JSON

{
"name": "Create Palette from library",
"description": "Create a board with all the colors in the local library",
"code": "plugin.js",
"version": 2,
"icon": "assets/icon.png",
"permissions": ["content:read", "content:write", "library:read"]
}