-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathmanifest.json
52 lines (52 loc) · 1.66 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
45
46
47
48
49
50
51
52
{
"summary": "Create interactive microapps",
"website": "https://tiled.co",
"keywords": ["tiled", "microapp", "design", "microsite"],
"languages": ["en"],
"author": "Tiled",
"description": "Sync screens, hotspots, and feedback directly from XD to Tiled to create interactive microapps without code. Speed up your process by designing and prototyping in XD, then sync with Tiled to add rich media, videos and interactive elements to bring your designs to life. In Tiled, deliver your microapps to increase brand engagement and gain activity analytics. Make your design process more efficient with the Tiled plugin for Adobe XD. Learn more about the plugin or request a free Tiled account at https://tiled.co/adobexd. Note: A free version is not available for every user and only qualified professionals will get a free version.",
"helpUrl": "https://support.tiled.co/hc/en-us/articles/360025420793-Tiled-and-XD",
"main": "main.js",
"icons": [
{
"width": 24,
"height": 24,
"path": "images/[email protected]"
},
{
"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.1.4",
"releaseNotes": "Initial release with panel support!",
"name": "Tiled",
"host": {
"app": "XD",
"minVersion": "21.0"
},
"id": "52a3fd58",
"uiEntryPoints": [
{
"label": "Tiled",
"type": "panel",
"panelId": "panelCommand"
}
]
}