mirror of
https://github.com/penpot/penpot.git
synced 2026-07-05 22:05:16 +00:00
19 lines
388 B
JSON
19 lines
388 B
JSON
{
|
|
"name": "Plugin API Test Suite",
|
|
"description": "Launcher for a battery of Penpot Plugin API tests",
|
|
"code": "plugin.js",
|
|
"version": 2,
|
|
"icon": "assets/icon.png",
|
|
"permissions": [
|
|
"content:read",
|
|
"content:write",
|
|
"library:read",
|
|
"library:write",
|
|
"user:read",
|
|
"comment:read",
|
|
"comment:write",
|
|
"allow:downloads",
|
|
"allow:localstorage"
|
|
]
|
|
}
|