-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
57 lines (57 loc) · 1.13 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Fake it",
"id": "1291306802526613625",
"api": "1.0.0",
"main": "dist/code.js",
"capabilities": [],
"enableProposedApi": false,
"editorType": [
"figma"
],
"menu": [
{
"name": "Fake it",
"command": "run",
"parameters": [
{
"name": "Language",
"key": "lang",
"description": "Select a language"
},
{
"name": "Category",
"key": "category",
"description": "Select a category"
},
{
"name": "Type",
"key": "type",
"description": "Select a data type"
},
{
"name": "Tag layer",
"key": "tag",
"description": "Add tag to layer name ?",
"optional": true
}
]
},
{
"name": "Update selected",
"command": "update",
"parameters": [
{
"name": "Language",
"key": "lang",
"description": "Select a language"
}
]
},
{"name": "Reset history", "command": "clearHistory"}
],
"networkAccess": {
"allowedDomains": [
"none"
]
}
}