19 lines
466 B
JSON
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"
|
|
}
|
|
}
|