forked from BuilderIO/figma-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (31 loc) · 844 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
25
26
27
28
29
30
31
{
"name": "Builder.io - Figma to HTML, React, and more",
"id": "747985167520967365",
"api": "1.0.0",
"main": "dist/code.js",
"editorType": ["figma"],
"ui": "dist/ui.html",
"networkAccess": {
"allowedDomains": [
"https://figma.com",
"https://*.amplitude.com",
"https://builder.io",
"https://*.builder.io",
"https://www.googletagmanager.com",
"https://*.openai.com",
"https://ai-to-figma-tk43uighdq-uc.a.run.app",
"https://imgur.com"
],
"devAllowedDomains": [
"https://figma.com",
"https://*.amplitude.com",
"https://builder.io",
"https://*.builder.io",
"https://www.googletagmanager.com",
"https://*.openai.com",
"https://ai-to-figma-tk43uighdq-uc.a.run.app",
"https://imgur.com",
"http://localhost:4000"
]
}
}