0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-02 04:19:14 -05:00
penpot-plugins/apps/create-palette-plugin/public/assets/manifest.json
2024-07-03 09:49:39 +02:00

11 lines
258 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"
]
}