Even if you have 'nothing to hide' You still want your privacy!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Shadow Router - Proxy Chain",
"version": "0.1.2",
"description": "Even if you have 'nothing to hide' You still want your privacy!",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"activeTab",
"proxy",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
}