Inspect and view changes in smile.amazon.com Redirector source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "smile.amazon.com Redirector",
"version": "2.1resigned1",
"description": "Automatically redirect to smile.amazon.com when visiting amazon.com URLs. No other Amazon domains or sites are affected.",
"permissions": [
"webRequest",
"webRequestBlocking",
"*://www.amazon.com/*",
"*://amazon.com/*"
],
"background": {
"scripts": [
"smile.amazon.com-redirector.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{0bbae508-0101-4ed2-a3d4-0d7687ad18c0}"
}
}
}