mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 23:59:00 +00:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"name": "POC State Read",
|
|
"description": "Sandbox plugin for plugins development",
|
|
"code": "/assets/plugin.js",
|
|
"permissions": [
|
|
"content:write",
|
|
"library:write",
|
|
"comment:write",
|
|
"user:read",
|
|
"allow:downloads",
|
|
"allow:localstorage"
|
|
]
|
|
}
|