-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·44 lines (44 loc) · 1.49 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
{
"summary" : "Generate maps",
"website" : "https://github.com/boopeshmahendran/AdobeXD-maps/blob/master/README.md",
"keywords" : ["design", "maps", "google maps", "automation", "latitude", "longitude", "satellite", "terrain", "roadmap"],
"languages" : [ "en"],
"author" : "Boopesh Mahendran",
"description" : "Generate maps using the Google Maps API. \n\nEnter a place name or latitude and longitude and click Generate Map. It's that simple!\n\n You can also change the Map Type, Zoom Level and add Custom Styles.",
"releaseNotes": "1. Remove default API key and related code \n2. Add user-defined API key implementation \n3. Add application-persistent plugin settings to save JSON and API keys \n4. Minor UI cleanup and fix plugin name casing",
"helpUrl" : "https://github.com/boopeshmahendran/AdobeXD-maps/blob/master/README.md",
"main" : "main.js",
"icons" : [ {
"path" : "images/logo1.png",
"width" : 24,
"height" : 24
}, {
"path" : "images/logo2.png",
"width" : 48,
"height" : 48
}, {
"path" : "images/logo3.png",
"width" : 96,
"height" : 96
}, {
"path" : "images/logo4.png",
"width" : 144,
"height" : 144
}, {
"path" : "images/logo5.png",
"width" : 192,
"height" : 192
} ],
"version" : "1.3.0",
"name" : "Maps Generator",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"id" : "e1e8f866",
"uiEntryPoints" : [ {
"label" : "Maps Generator",
"type" : "menu",
"commandId" : "generateMap"
} ]
}