Files
penpot/plugins/apps/create-palette-plugin/public/assets/manifest.json
Andrey Antukh ec1af4ad96 🎉 Import penpot-plugins repository
As commit 819a549e4928d2b1fa98e52bee82d59aec0f70d8
2025-12-30 14:56:15 +01:00

8 lines
242 B
JSON

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