-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.json
72 lines (72 loc) · 1.66 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "UI Color Palette",
"id": "1063959496693642315",
"api": "1.0.0",
"editorType": [
"figma",
"figjam",
"dev"
],
"capabilities": [
"inspect",
"vscode"
],
"relaunchButtons": [
{ "command": "create", "name": "Create a UI Color Palette", "multipleSelection": true },
{ "command": "edit", "name": "Edit the UI Color Palette" }
],
"permissions": [
"payments",
"currentuser"
],
"documentAccess": "dynamic-page",
"networkAccess": {
"allowedDomains": [
"https://figma.com",
"https://*.figma.com",
"https://rsms.me",
"https://*.gravatar.com",
"https://*.wp.com",
"https://corsproxy.io",
"https://zclweepgvqkrelyfwhma.supabase.co",
"https://*.yelbolt.workers.dev",
"https://www.colourlovers.com",
"https://*.mixpanel.com",
"https://asset.brandfetch.io",
"https://*.sentry.io",
"https://*.amazonaws.com"
],
"devAllowedDomains": [
"http://localhost:3000",
"http://localhost:8787",
"http://localhost:8888"
]
},
"parameters": [
{
"name": "Preset",
"key": "preset",
"description": "Select a specific preset"
},
{
"name": "Color space",
"key": "space",
"description": "Select a specific color space"
},
{
"name": "Palette layout",
"key": "view",
"description": "Select a specific layout"
},
{
"name": "Palette name",
"key": "name",
"description": "Select source colors and type a name",
"allowFreeform": true,
"optional": true
}
],
"parameterOnly": false,
"main": "dist/code.js",
"ui": "dist/ui.html"
}