-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
31 lines (29 loc) · 1.08 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
{
"name" : "GiancArtboard",
"identifier" : "giancArtboard.plugin",
"version" : "2.0",
"description" : "Export all artboards numbered and perfectly organized into folders. No more inaccuracies!",
"icon" : "Resources/icon.png",
"authorEmail" : "m.vacca03@gmail.com",
"author" : "Matteo Vacca",
"commands" : [
{
"name" : "Run GiancArtboard",
"script" : "giancArtboard.js",
"handler" : "onRun",
"shortcut" : "control alt y",
"identifier" : "giancArtboard.plugin.giancArtboard",
"description" : "Export all artboards numbered and perfectly organized into folders. No more inaccuracies!",
"icon" : "Resources/icon.png",
},
{
"script" : "correctInacurracy.js",
"handler" : "onRun",
"shortcut" : "control alt i",
"name" : "Check incorrect artboards",
"identifier" : "giancArtboard.plugin.correctInacurracy",
"description" : "Check if there are any artboard with a different width from the one you are designing. No more inaccuracies!",
"icon" : "Resources/icon.png",
}
],
}