Files
figma_pdf_generate/manifest.json
2025-01-21 10:57:59 +08:00

19 lines
466 B
JSON

{
"name": "PDF Generator",
"id": "your-plugin-id",
"api": "1.0.0",
"main": "dist/code.js",
"ui": "dist/ui.html",
"editorType": ["figma"],
"networkAccess": {
"allowedDomains": [
"http://localhost:3000",
"http://localhost:3005",
"https://base.uppmkt.com",
"wss://base.uppmkt.com",
"https://limqapi.upj.to"
],
"reasoning": "This plugin needs to communicate with a local development server to generate PDFs"
}
}