From a35f4ce6a7ef4683e6bc5cd0041bde665aca0d53 Mon Sep 17 00:00:00 2001 From: Marsn3 Date: Mon, 31 Mar 2025 04:13:31 +0200 Subject: [PATCH] Add plugin-list/manifest.json --- plugin-list/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugin-list/manifest.json diff --git a/plugin-list/manifest.json b/plugin-list/manifest.json new file mode 100644 index 0000000..c3dfe9d --- /dev/null +++ b/plugin-list/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "Plugins list", + "description": "Browse and install Penpot plugins from the community. Search, filter, and discover new tools to enhance your design workflow.", + "code": "plugin.js", + "icon": "/assets/plugins_list_icon.png", + "permissions": ["content:read"] +} \ No newline at end of file