0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-02 12:28:58 -05:00
penpot-plugins/apps/create-palette-plugin/public/assets/manifest.json

12 lines
258 B
JSON
Raw Normal View History

{
"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": [
2024-07-02 10:55:49 +02:00
"content:read",
"content:write",
"library:read"
]
}