-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
56 lines (56 loc) · 1.38 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
{
"id" : "df8aa287",
"name" : "Flutter Export",
"description" : "Exporting to flutter can be tedious, the scaled folders are specific (2.0x, 3.0x) and at least 3 individual exports are needed\n\n This plugin will alleviate this annoyance in a single click. Choose the format and root asset folder in your flutter project and export directly",
"summary": "Export assets for flutter",
"author": "TomTom",
"version" : "1.0.0",
"helpUrl": "https://github.com/TheTomTom3901/flutter-export/issues/new?assignees=TheTomTom3901&labels=&template=bug_report.md&title=",
"languages": ["en"],
"host" : {
"app" : "XD",
"minVersion" : "21.0"
},
"keywords": [
"export",
"flutter",
"scale",
"assets",
"mobile",
"web",
"images",
"svg",
"png",
"jpg"
],
"icons" : [ {
"path" : "images/[email protected]",
"width" : 24,
"height" : 24
}, {
"path" : "images/[email protected]",
"width" : 48,
"height" : 48
}, {
"path" : "images/[email protected]",
"width" : 96,
"height" : 96
}, {
"path" : "images/[email protected]",
"width" : 144,
"height" : 144
}, {
"path" : "images/[email protected]",
"width" : 192,
"height" : 192
} ],
"uiEntryPoints" : [ {
"label" : "Export for flutter",
"type" : "menu",
"commandId" : "flutterExport",
"shortcut": {
"mac": "Cmd+Opt+E",
"win": "Ctrl+Alt+E"
}
} ]
}