-
Notifications
You must be signed in to change notification settings - Fork 21
/
manifest.json
49 lines (49 loc) · 1.2 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
{
"files": {
"iron-button-state.html": {
"convertedUrl": "iron-button-state.js",
"exports": {
"Polymer.IronButtonStateImpl": "IronButtonStateImpl",
"Polymer.IronButtonState": "IronButtonState"
}
},
"iron-control-state.html": {
"convertedUrl": "iron-control-state.js",
"exports": {
"Polymer.IronControlState": "IronControlState"
}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"demo/simple-button.html": {
"convertedUrl": "demo/simple-button.js",
"exports": {}
},
"test/active-state.html": {
"convertedUrl": "test/active-state.html",
"exports": {}
},
"test/test-elements.html": {
"convertedUrl": "test/test-elements.js",
"exports": {}
},
"test/disabled-state.html": {
"convertedUrl": "test/disabled-state.html",
"exports": {}
},
"test/focused-state.html": {
"convertedUrl": "test/focused-state.html",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
}
}
}