-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
34 lines (34 loc) · 895 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
{
"summary": "Generate Delaunay triangles and Voronoi diagrams",
"website": "https://plugisto.com/",
"keywords": ["delaunay", "voronoi", "triangles", "cells", "diagram", "generative", "points", "d3", "brewer"],
"languages": ["en"],
"author": "plugisto",
"description": "",
"helpUrl": "https://plugisto.com",
"main": "main.js",
"icons": [{
"path": "images/icon.png",
"width": 24,
"height": 24
},
{
"path": "images/icon@2x.png",
"width": 48,
"height": 48
}
],
"version": "1.0.2",
"releaseNotes": "",
"name": "Delaunoi",
"host": {
"app": "XD",
"minVersion": "32.0"
},
"id" : "f311a007",
"uiEntryPoints": [{
"type": "panel",
"label": "Delaunoi XD",
"panelId": "startDelaunoi"
}]
}