Add flatten-text/manifest.json
This commit is contained in:
commit
e4293e2c1d
1 changed files with 13 additions and 0 deletions
13
flatten-text/manifest.json
Normal file
13
flatten-text/manifest.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue