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" }