-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (35 loc) · 1008 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
{
"manifest_version": 3,
"name": "Investing.com Currencies",
"short_name": "investing.com",
"description": "Access real-time currency rates with a single click and receive notifications if desired.",
"version": "3.3",
"content_security_policy": {
"script-src": "self",
"object-src": "self"
},
"icons": {
"16": "css/images/icon16.png",
"48": "css/images/icon48.png",
"128": "css/images/icon128.png"
},
"action":{
"default_icon": "css/images/favicon.png",
"default_title": "Investing Live Currencies",
"default_popup": "main.html"
},
"permissions": [
"storage",
"alarms",
"notifications"
],
"host_permissions": [
"https://*.investingwidgets.com/",
"https://*.investingcurrencies.com/"
],
"background": {
"service_worker": "js/background.js"
},
"options_page": "options.html",
"homepage_url": "https://chrome.google.com/webstore/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo"
}