first commit

This commit is contained in:
liamzi
2025-01-21 10:57:59 +08:00
commit 83096f7c9e
22 changed files with 8799 additions and 0 deletions

18
manifest.json Normal file
View 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"
}
}