slint/tools/figma-inspector/manifest.json
Nigel Breslaw de687b4093
Simple Figma attributes inspector plugin (#7446)
Converts properties figma normally shows as CSS values, but converted to the equivalent Slint syntax.
2025-01-24 13:10:00 +02:00

18 lines
No EOL
311 B
JSON

{
"name": "Figma to Slint",
"id": "1464256128189783424",
"api": "1.0.0",
"main": "code.js",
"capabilities": [],
"enableProposedApi": false,
"documentAccess": "dynamic-page",
"editorType": [
"figma"
],
"ui": "ui.html",
"networkAccess": {
"allowedDomains": [
"none"
]
}
}