Files
Tom A 8167b0460b - Removed build cache from vcs with BFG.
- Moved Web Store art to art.zip & moved art.zip to root.
#2 #3
2021-03-01 11:41:39 -05:00

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"
}