mirror of
https://github.com/penpot/penpot.git
synced 2026-05-20 07:23:42 +00:00
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "Design tokens plugin POC",
|
|
"description": "This is a plugin to try Design Tokens in Penpot API",
|
|
"version": 2,
|
|
"code": "assets/plugin.js",
|
|
"permissions": [
|
|
"page:read",
|
|
"content:read",
|
|
"file:read",
|
|
"selection:read",
|
|
"content:write",
|
|
"library:read",
|
|
"library:write"
|
|
]
|
|
}
|