-
Notifications
You must be signed in to change notification settings - Fork 348
/
Copy pathmanifest.json
24 lines (24 loc) · 859 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Figma to Code [HTML, Tailwind, Flutter, SwiftUI]",
"id": "842128343887142055",
"api": "1.0.0",
"main": "apps/plugin/dist/code.js",
"ui": "apps/plugin/dist/index.html",
"editorType": ["figma", "dev"],
"capabilities": ["inspect", "codegen", "vscode"],
"permissions": [],
"documentAccess": "dynamic-page",
"networkAccess": {
"allowedDomains": ["https://placehold.co"]
},
"codegenLanguages": [
{ "label": "HTML", "value": "html" },
{ "label": "React (JSX)", "value": "html_jsx" },
{ "label": "Svelte", "value": "html_svelte" },
{ "label": "Styled Components", "value": "html_styled_components" },
{ "label": "Tailwind", "value": "tailwind" },
{ "label": "Tailwind (JSX)", "value": "tailwind_jsx" },
{ "label": "Flutter", "value": "flutter" },
{ "label": "SwiftUI", "value": "swiftUI" }
]
}