-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmanifest.json
52 lines (52 loc) · 1.27 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
{
"files": {
"iron-resizable-behavior.html": {
"convertedUrl": "iron-resizable-behavior.js",
"exports": {
"Polymer.IronResizableBehavior": "IronResizableBehavior"
}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"demo/src/x-app.html": {
"convertedUrl": "demo/src/x-app.js",
"exports": {}
},
"test/basic.html": {
"convertedUrl": "test/basic.html",
"exports": {}
},
"test/test-elements.html": {
"convertedUrl": "test/test-elements.js",
"exports": {
"Polymer.ObserveIronResizeBehavior": "ObserveIronResizeBehavior"
}
},
"test/x-resizer-parent.html": {
"convertedUrl": "test/x-resizer-parent.js",
"exports": {}
},
"test/x-resizable.html": {
"convertedUrl": "test/x-resizable.js",
"exports": {}
},
"test/imports.html": {
"convertedUrl": "test/imports.html",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
},
"test/iron-resizable-behavior.html": {
"convertedUrl": "test/iron-resizable-behavior.html",
"exports": {}
}
}
}