-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
36 lines (36 loc) · 910 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
{
"manifest_version": 2,
"name": "Binance Helper by Keyvan Arasteh",
"version": "1.1.3",
"description":"Binance Pro Helper v1.1.3, support : @keyvanarasteh",
"icons": {
"16": "assets/icon_16.png",
"19": "assets/icon_19.png",
"38": "assets/icon_38.png",
"64": "assets/icon_64.png",
"128": "assets/icon.png"
},
"content_scripts" : [{
"matches" : ["http://*/*","https://*/*"],
"js" : ["background.js"]
}],
"browser_action": {
"default_icon": {
"16": "assets/icon_16.png",
"32": "assets/icon_32.png",
"48": "assets/icon_48.png",
"128": "assets/icon.png"
},
"default_title": "Binance Pro 1.1.3"
},
"web_accessible_resources": ["content.js","*.png","assets/bprologo.png","assets/*"],
"permissions": [
"storage",
"https://*/*",
"https://api.telegram.org/*",
"https://api.telegram.org/*/*",
"http://*/*",
"tabs",
"alarms"
]
}