mirror of
https://github.com/penpot/penpot.git
synced 2026-03-21 18:03:47 +00:00
9 lines
256 B
JSON
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"]
|
|
}
|