-
Notifications
You must be signed in to change notification settings - Fork 55
/
manifest.json
54 lines (54 loc) · 1.31 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
{
"files": {
"app-localize-behavior.html": {
"convertedUrl": "app-localize-behavior.js",
"exports": {
"Polymer.AppLocalizeBehavior": "AppLocalizeBehavior"
}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"demo/x-translate.html": {
"convertedUrl": "demo/x-translate.js",
"exports": {}
},
"demo/common-styles.html": {
"convertedUrl": "demo/common-styles.js",
"exports": {}
},
"demo/x-local-translate.html": {
"convertedUrl": "demo/x-local-translate.js",
"exports": {}
},
"test/basic.html": {
"convertedUrl": "test/basic.html",
"exports": {}
},
"test/x-translate.html": {
"convertedUrl": "test/x-translate.js",
"exports": {}
},
"test/x-translate2.html": {
"convertedUrl": "test/x-translate2.js",
"exports": {}
},
"test/x-translate-only-imperative.html": {
"convertedUrl": "test/x-translate-only-imperative.js",
"exports": {}
},
"test/x-translate-l10n.html": {
"convertedUrl": "test/x-translate-l10n.js",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
}
}
}