penpot-plugins/flatten-text/manifest.json

13 lines
No EOL
339 B
JSON

{
"name": "Flatten Text",
"description": "The Flatten Text plugin for Penpot allows you to convert text layers into editable vector paths.",
"code": "plugin.js",
"icon": "/assets/flatten_text_icon.png",
"permissions": [
"content:read",
"content:write",
"library:read",
"library:write",
"allow:downloads"
]
}