forked from dcloudio/casecode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appStream.json
42 lines (42 loc) · 1.03 KB
/
appStream.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
{
"version": "1.0",
"protocol": ["http", "https"],
"rooturl": "",
"index": {
"href": "index.html",
"resources": ["manifest.json", "js/app.js", "js/mui.min.js", "css/app.css", "img/36kr_2x.png", "img/icon.png", "img/bg.png", "css/mui.min.css", "fonts/mui.ttf", "list.html", "img/blank.jpg", "js/html5sql.js", "js/feed.js", "js/news.js", "tmpl/news_item.js"],
"refer": ["detail_main.html"],
"priority": 0
},
"pages": {
"detail_main.html": {
"href": "detail_main.html",
"resources": [],
"refer": ["detail.html"],
"priority": 0
},
"detail.html": {
"href": "detail.html",
"resources": ["js/html5sql.js", "js/news.js", "img/blank_big.jpg"],
"priority": 0
},
"browser.html": {
"href": "browser.html",
"resources": [],
"priority": 0
},
"setting.html": {
"href": "setting.html",
"resources": [],
"priority": 0
},
"about.html": {
"href": "about.html",
"resources": ["js/share.js", "css/about.css", "img/qrcode.png"],
"priority": 0
}
},
"idle": {
"resources": ["img/36kr.png"]
}
}