From 3dc9559618439070e5ba554ebb85d86f3835fff8 Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Thu, 18 Apr 2024 15:51:06 +0200 Subject: [PATCH] Add plugin id (#47) --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ccf1551..a4cd5da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,10 @@ { "name": "Penpot Exporter", - "id": "", + "id": "1362760353975083275", "api": "1.0.0", "main": "dist/code.js", "ui": "dist/index.html", - "editorType": ["figma", "figjam"], + "editorType": ["figma"], + "networkAccess": { "allowedDomains": ["none"] }, "documentAccess": "dynamic-page" }