-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathmanifest.json
28 lines (28 loc) · 903 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
{
"summary" : "draws star-shaped figures.",
"website" : "http://romantist.jp/blog/",
"helpUrl": "http://romantist.jp/blog/star-shape",
"keywords" : [ "star", "jagged", "shape" ],
"languages" : [ "en", "de", "fr", "ja", "ko", "zh", "es", "pt" ],
"author" : "Yuji Arai",
"description" : "It is a plug-in that draws star-shaped figures.",
"main" : "main.js",
"icons": [
{ "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, "path": "images/[email protected]"}
],
"version" : "1.0.0",
"name" : "star shape plugin",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"id" : "b6227d2e",
"uiEntryPoints" : [ {
"label" : "Star Shape",
"type" : "menu",
"commandId" : "starShapeCommand"
} ]
}