mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 03:23:46 +00:00
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"name": "POC State Read",
|
|
"description": "Sandbox plugin for plugins development",
|
|
"version": 2,
|
|
"code": "assets/plugin.js",
|
|
"permissions": [
|
|
"content:write",
|
|
"library:write",
|
|
"comment:write",
|
|
"user:read",
|
|
"allow:downloads",
|
|
"allow:localstorage"
|
|
]
|
|
}
|