-
Notifications
You must be signed in to change notification settings - Fork 29
/
manifest.json
44 lines (44 loc) · 992 Bytes
/
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
{
"files": {
"demo-snippet.html": {
"convertedUrl": "demo-snippet.js",
"exports": {}
},
"url-bar.html": {
"convertedUrl": "url-bar.js",
"exports": {}
},
"demo-pages-shared-styles.html": {
"convertedUrl": "demo-pages-shared-styles.js",
"exports": {}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"demo/simple-button.html": {
"convertedUrl": "demo/simple-button.js",
"exports": {}
},
"demo/url-bar.html": {
"convertedUrl": "demo/url-bar.html",
"exports": {}
},
"test/basic.html": {
"convertedUrl": "test/basic.html",
"exports": {}
},
"test/simple-button.html": {
"convertedUrl": "test/simple-button.js",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
}
}
}