forked from PicsArt/picsart-figma-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
53 lines (51 loc) · 991 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "BG Remover & Image Enhancer by Picsart",
"id": "1448229969327565675",
"api": "1.0.0",
"main": "dist/code.js",
"ui": "dist/ui.html",
"capabilities": [],
"enableProposedApi": false,
"documentAccess": "dynamic-page",
"editorType": [
"figma"
],
"permissions": [],
"networkAccess": {
"allowedDomains": [
"https://fonts.googleapis.com",
"https://project-files.picsart.com",
"https://fonts.gstatic.com",
"https://api.picsart.io",
"https://picsart.io",
"https://cdn.picsart.io"
]
},
"menu": [
{
"name": "Remove Background",
"command": "REMOVE-BACKGROUND"
},
{
"separator": true
},
{
"name": "Enhance / Upscale",
"command": "UPSCALE"
},
{
"separator": true
},
{
"name": "Account",
"command": "ACCOUNT"
},
{
"separator": true
},
{
"name": "Support",
"command": "SUPPORT"
}
]
}