Files
svgl/src/figma/manifest.json
T
quillzhou@gmail.com d8dd69cd66 chore: plugin id
2023-12-24 14:05:16 +08:00

14 lines
310 B
JSON

{
"name": "SVGL",
"id": "1320306989350693206",
"api": "1.0.0",
"main": "dist/code.js",
"enableProposedApi": false,
"editorType": ["figma", "figjam"],
"permissions": ["currentuser"],
"networkAccess": {
"allowedDomains": ["*"],
"reasoning": "Internet access for local development."
}
}