first commit
This commit is contained in:
18
manifest.json
Normal file
18
manifest.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user