-
Notifications
You must be signed in to change notification settings - Fork 19
/
manifest.json
40 lines (40 loc) · 921 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
{
"files": {
"prism-highlighter.html": {
"convertedUrl": "prism-highlighter.js",
"exports": {}
},
"prism-import.html": {
"convertedUrl": "prism-import.js",
"exports": {}
},
"prism-theme-default.html": {
"convertedUrl": "prism-theme-default.js",
"exports": {}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"demo/prism-demo.html": {
"convertedUrl": "demo/prism-demo.js",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
},
"test/prism-element.html": {
"convertedUrl": "test/prism-element.html",
"exports": {}
},
"test/simple-container.html": {
"convertedUrl": "test/simple-container.js",
"exports": {}
}
}
}