-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
141 lines (141 loc) · 4.32 KB
/
Copy pathmanifest.json
File metadata and controls
141 lines (141 loc) · 4.32 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"manifest_version": 3,
"name": "DIG Network Extension",
"version": "1.29.1",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmyEm/8/Hz2cTQqF9OaeoPrhU+XUEF3OxLAJ2KNIwUPVmqbnK6TU1svF4dAggwKNcpmDNEM1RHBxShWjJ+oyoOSg9eGSsBf5ewo4UEFNGoh12e1/XTN9Q6tvlLSMgyScZwFcJOONuPvl8XcAp06mlZArONQm2B6JFZjaxoDZTQcR0sttZ9hankgm2CwFp914Se64lq0NdeSFXjrlDKNHk62fbc52QUPMAoma571NAjMyIjzvbeEHpEvvJG59CNmvUK9HQZb+yyVwhY+fGl9UZ1g9Elajy7WZxbUy02/m4ymSfAArsibPLE2dsEoNgUXTet59C+6MMqJ+gbPBTWej+ZQIDAQAB",
"description": "The DIG Network in your browser: verified chia:// resolution, a Chia wallet, DIG Shields, node control, and the DIG dApp store.",
"host_permissions": [
"http://localhost/*",
"http://127.0.0.1/*",
"http://dig.local/*",
"https://dig.local/*",
"http://*.dig.local/*",
"https://*.dig.local/*",
"http://127.0.0.5/*",
"ws://localhost/*",
"ws://127.0.0.1/*",
"ws://dig.local/*",
"wss://dig.local/*",
"ws://127.0.0.5/*",
"https://rpc.dig.net/*",
"https://*.dig.net/*",
"https://api.coinset.org/*",
"https://api.dexie.space/*",
"https://icons.dexie.space/*",
"https://api.coingecko.com/*",
"https://api.bugreport.dig.net/*",
"https://explore.dig.net/*",
"https://*/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' http://localhost:* http://127.0.0.1:* http://127.0.0.2:* http://dig.local http://127.0.0.5:* ws://localhost:* ws://127.0.0.1:* ws://127.0.0.5:* ws://dig.local wss://dig.local https://rpc.dig.net https://*.dig.net https://api.coinset.org https://api.dexie.space https://api.coingecko.com https://api.bugreport.dig.net https:; frame-src 'self' https:; font-src 'self'; img-src 'self' data: https:",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-downloads allow-pointer-lock allow-orientation-lock; default-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob:; style-src 'self' 'unsafe-inline' data: blob:; img-src 'self' data: blob:; font-src 'self' data: blob:; media-src 'self' data: blob:; connect-src 'self' data: blob:; frame-src 'self' data: blob:; child-src 'self' data: blob:; worker-src 'self' blob:"
},
"sandbox": {
"pages": [
"dig-store-frame.html"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"middleware.js",
"content.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"<all_urls>"
],
"js": [
"dig-toolbar.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "src/icons/icon-16.png",
"32": "src/icons/icon-32.png",
"48": "src/icons/icon-48.png",
"128": "src/icons/icon-128.png"
}
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"16": "src/icons/icon-16.png",
"32": "src/icons/icon-32.png",
"48": "src/icons/icon-48.png",
"128": "src/icons/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"page-script.js",
"dig-provider.js",
"logo.png",
"dig-viewer.html",
"dig-loader.html",
"dig-search.html",
"agent-surface.json",
"dig_client.js",
"dig_client_bg.wasm"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"webNavigation",
"tabs",
"declarativeNetRequest",
"scripting",
"omnibox",
"search",
"notifications",
"offscreen",
"idle",
"alarms",
"proxy"
],
"omnibox": {
"keyword": "dig"
},
"commands": {
"toggle-dig-toolbar": {
"suggested_key": {
"default": "Alt+Shift+D"
},
"description": "Show or hide the DIG toolbar"
}
},
"chrome_settings_overrides": {
"search_provider": {
"name": "DIG Network",
"keyword": "digsearch",
"search_url": "https://dig.net/dig-search?q={searchTerms}",
"favicon_url": "https://dig.net/favicon.ico",
"encoding": "UTF-8",
"is_default": false
}
}
}