commit e4293e2c1df76cbe3debc7b867e224ad0485c3ae Author: Marsn3 Date: Mon Mar 31 04:03:08 2025 +0200 Add flatten-text/manifest.json diff --git a/flatten-text/manifest.json b/flatten-text/manifest.json new file mode 100644 index 0000000..e0038bf --- /dev/null +++ b/flatten-text/manifest.json @@ -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" + ] +} \ No newline at end of file