diff --git a/figma-plugin/manifest.json b/figma-plugin/manifest.json index 3eed12a..77794dc 100644 --- a/figma-plugin/manifest.json +++ b/figma-plugin/manifest.json @@ -6,5 +6,5 @@ "ui": "dist/index.html", "editorType": ["figma", "dev"], "capabilities": ["inspect"], - "networkAccess": { "allowedDomains": ["none"] } + "networkAccess": { "allowedDomains": ["https://www.figma.com"] } }