-
Notifications
You must be signed in to change notification settings - Fork 16
/
manifest.json
98 lines (98 loc) · 2.4 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"files": {
"default-theme.html": {
"convertedUrl": "default-theme.js",
"exports": {}
},
"iron-doc-nav.html": {
"convertedUrl": "iron-doc-nav.js",
"exports": {}
},
"iron-doc-viewer-styles.html": {
"convertedUrl": "iron-doc-viewer-styles.js",
"exports": {}
},
"iron-doc-viewer.html": {
"convertedUrl": "iron-doc-viewer.js",
"exports": {}
},
"iron-doc-behavior.html": {
"convertedUrl": "iron-doc-behavior.js",
"exports": {}
},
"iron-doc-api.html": {
"convertedUrl": "iron-doc-api.js",
"exports": {}
},
"iron-doc-function.html": {
"convertedUrl": "iron-doc-function.js",
"exports": {}
},
"iron-doc-hide-bar.html": {
"convertedUrl": "iron-doc-hide-bar.js",
"exports": {}
},
"iron-doc-property.html": {
"convertedUrl": "iron-doc-property.js",
"exports": {}
},
"iron-doc-viewer-behavior.html": {
"convertedUrl": "iron-doc-viewer-behavior.js",
"exports": {
"Polymer.IronDocViewerBehavior": "IronDocViewerBehavior"
}
},
"iron-doc-class.html": {
"convertedUrl": "iron-doc-class.js",
"exports": {}
},
"iron-doc-demo.html": {
"convertedUrl": "iron-doc-demo.js",
"exports": {}
},
"iron-doc-element.html": {
"convertedUrl": "iron-doc-element.js",
"exports": {}
},
"iron-doc-mixin.html": {
"convertedUrl": "iron-doc-mixin.js",
"exports": {}
},
"iron-doc-namespace.html": {
"convertedUrl": "iron-doc-namespace.js",
"exports": {}
},
"iron-doc-summary.html": {
"convertedUrl": "iron-doc-summary.js",
"exports": {}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/iron-doc-module.html": {
"convertedUrl": "demo/iron-doc-module.html",
"exports": {}
},
"iron-doc-module.html": {
"convertedUrl": "iron-doc-module.js",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
},
"test/iron-doc-api.html": {
"convertedUrl": "test/iron-doc-api.html",
"exports": {}
},
"test/iron-doc-nav.html": {
"convertedUrl": "test/iron-doc-nav.html",
"exports": {}
},
"test/iron-doc-viewer.html": {
"convertedUrl": "test/iron-doc-viewer.html",
"exports": {}
}
}
}