mirror of
https://github.com/bitnom/POST-Search-Privacy.git
synced 2026-06-02 06:13:38 +02:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"background": {
|
|
"persistent": true,
|
|
"scripts": [ "./src/background.js" ]
|
|
},
|
|
"description": "Automatically replaces insecure GET requests of search providers with secure/private POST requests.",
|
|
"homepage_url": "https://github.com/TensorTom/POST-Search-Privacy",
|
|
"icons": {
|
|
"128": "static/img/icon128.png",
|
|
"16": "static/img/icon16.png",
|
|
"32": "static/img/icon32.png",
|
|
"48": "static/img/icon48.png"
|
|
},
|
|
"incognito": "split",
|
|
"manifest_version": 2,
|
|
"name": "POST Search Privacy",
|
|
"permissions": [
|
|
"http://duckduckgo.com/?*q=*",
|
|
"https://duckduckgo.com/?*q=*",
|
|
"http://start.duckduckgo.com/?*q=*",
|
|
"https://start.duckduckgo.com/?*q=*",
|
|
"http://www.startpage.com/sp/search?*query=*",
|
|
"https://www.startpage.com/sp/search?*query=*",
|
|
"http://startpage.com/sp/search?*query=*",
|
|
"https://startpage.com/sp/search?*query=*",
|
|
"http://www.startpage.com/do/search?*q=*",
|
|
"https://www.startpage.com/do/search?*q=*",
|
|
"http://startpage.com/do/search?*q=*",
|
|
"https://startpage.com/do/search?*q=*",
|
|
"tabs",
|
|
"webRequestBlocking",
|
|
"webRequest"
|
|
],
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
"version": "1.0.2"
|
|
}
|