Compare commits

...

2 Commits

View File

@ -19,9 +19,9 @@
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"runtime_allowed_hosts": [ "runtime_allowed_hosts": [
"*://*.duckduckgo.com", "*://*.duckduckgo.com/*",
"*://duckdukgo.com", "*://*.google.com",
"*://google.com" "*://*.bing.com/*"
], ],
"runtime_blocked_hosts": [ "runtime_blocked_hosts": [
"<all_urls>" "<all_urls>"
@ -44,6 +44,9 @@
"fpnmgdkabkmnadcjpehmlllkndpkmiak": { "fpnmgdkabkmnadcjpehmlllkndpkmiak": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"runtime_blocked_hosts": [
"<all_urls>"
],
"toolbar_pin": "force_pinned", "toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },