penpot-icon-generator-plugin/public/manifest.json
2024-09-05 11:42:03 +02:00

13 lines
247 B
JSON

{
"name": "Blender Icon",
"host": "http://localhost:4400",
"code": "plugin.js",
"description": "Generate the Blender Icons Toolkit",
"permissions": [
"content:read",
"content:write",
"library:read",
"library:write"
]
}