forked from x2rr/funds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 1013 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
{
"author": "LiuRabt",
"name": "自选基金助手 - 实时查看基金涨跌幅",
"description": "自选基金助手,实时查看您关注的基金,助您快速获取实时数据",
"version": null,
"manifest_version": 2,
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"homepage_url": "http://rabt.gitee.io/funds/docs/dist/index.html",
"browser_action": {
"default_icon": {
"19": "icons/icon19.png",
"38": "icons/icon38.png"
},
"default_title": "自选基金助手",
"default_popup": "popup/popup.html"
},
"options_page": "options/options.html",
"options_ui": {
"page": "options/options.html",
"chrome_style": false
},
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://jic.talkingdata.com; object-src 'self'",
"permissions": [
"storage",
"contextMenus",
"https://*.eastmoney.com/*"
]
}