{
  "name": "Figma Use",
  "id": "figma-use-plugin",
  "api": "1.0.0",
  "editorType": [
    "figma"
  ],
  "permissions": [
    "currentuser"
  ],
  "main": "main.js",
  "ui": "ui.html",
  "documentAccess": "dynamic-page",
  "networkAccess": {
    "allowedDomains": [
      "http://localhost:38451",
      "ws://localhost:38451"
    ],
    "devAllowedDomains": [
      "*"
    ],
    "reasoning": "Connect to local proxy server for CLI control"
  }
}