-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 937 Bytes
/
manifest.json
File metadata and controls
35 lines (35 loc) · 937 Bytes
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
{
"name": "Course Analyzer",
"description": "Analyze info between Bestchange, Binance and Central Bank of Russia.",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"alarms",
"tabs"
],
"host_permissions":[
"https://www.bestchange.ru/",
"https://www.bestchange.com/"
],
"action":{
"default_popup": "popup.html",
"default_icon": {
"16": "/images/diagram-16.png",
"32": "/images/diagram-32.png",
"64": "/images/diagram-64.png",
"128": "/images/diagram-128.png"
}
},
"icons": {
"16": "/images/diagram-16.png",
"32": "/images/diagram-32.png",
"64": "/images/diagram-64.png",
"128": "/images/diagram-128.png"
}
}