-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmanifest.json
42 lines (42 loc) · 1.01 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
{
"files": {
"iron-scroll-target-behavior.html": {
"convertedUrl": "iron-scroll-target-behavior.js",
"exports": {
"Polymer.IronScrollTargetBehavior": "IronScrollTargetBehavior"
}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/document.html": {
"convertedUrl": "demo/document.html",
"exports": {}
},
"demo/x-scrollable.html": {
"convertedUrl": "demo/x-scrollable.js",
"exports": {}
},
"demo/scrolling-region.html": {
"convertedUrl": "demo/scrolling-region.html",
"exports": {}
},
"test/basic.html": {
"convertedUrl": "test/basic.html",
"exports": {}
},
"test/x-scrollable.html": {
"convertedUrl": "test/x-scrollable.js",
"exports": {}
},
"test/x-nested-scrollable.html": {
"convertedUrl": "test/x-nested-scrollable.js",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
}
}
}