-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
40 lines (40 loc) · 1.24 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
{
"summary" : "Flutter App Icon Generator",
"website" : "https://medium.com/@tamjeed",
"keywords" : [ "flutter", "generator", "app icon", "android", "ios" ],
"languages" : [ "en", "de", "fr", "ja", "ko", "zh", "es", "pt" ],
"author" : "Tamjeed",
"description" : "Generates the App Icons for a given Flutter project. Select the root folder of the flutter app to have Android and iOS App icon generated. The selected object in Adobe XD should be of 100x100 size",
"helpUrl" : "https://medium.com/@tamjeed",
"main" : "main.js",
"icons" : [ {
"path" : "images/pluginIcon48.png",
"width" : 48,
"height" : 48
}, {
"path" : "images/pluginIcon96.png",
"width" : 96,
"height" : 96
}, {
"path" : "images/pluginIcon144.png",
"width" : 144,
"height" : 144
}, {
"path" : "images/pluginIcon192.png",
"width" : 192,
"height" : 192
} ],
"version" : "0.9.4",
"releaseNotes" : "Android ldpi folder has been ignored, as this is not generated by flutter project.",
"name" : "Flutter Icon Generator",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"id" : "c0d78e98",
"uiEntryPoints" : [ {
"label" : "Flutter Icon Generator",
"type" : "menu",
"commandId" : "myPluginCommand"
} ]
}