mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-02-03 04:49:37 -05:00
12 lines
253 B
JSON
12 lines
253 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": [
|
||
|
"page:read",
|
||
|
"file:read",
|
||
|
"selection:read"
|
||
|
]
|
||
|
}
|