From e4293e2c1df76cbe3debc7b867e224ad0485c3ae Mon Sep 17 00:00:00 2001 From: Marsn3 Date: Mon, 31 Mar 2025 04:03:08 +0200 Subject: [PATCH] Add flatten-text/manifest.json --- flatten-text/manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 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