forked from bernaferrari/FigmaToCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
24 lines (24 loc) · 725 Bytes
/
manifest.json
File metadata and controls
24 lines (24 loc) · 725 Bytes
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": "Fiddle: Prototype in Code",
"id": "1465161213135613997",
"api": "1.0.0",
"main": "apps/plugin/dist/code.js",
"ui": "apps/plugin/dist/index.html",
"documentAccess": "dynamic-page",
"editorType": ["figma", "dev"],
"capabilities": ["inspect", "codegen", "vscode"],
"permissions": [],
"networkAccess": {
"allowedDomains": [
"https://api.imgur.com"
]
},
"codegenLanguages": [
{ "label": "HTML", "value": "html" },
{ "label": "React (JSX)", "value": "html_jsx" },
{ "label": "Tailwind", "value": "tailwind" },
{ "label": "Tailwind (JSX)", "value": "tailwind_jsx" },
{ "label": "Flutter", "value": "flutter" },
{ "label": "SwiftUI", "value": "swiftUI" }
]
}