Inspect and view changes in I Was Unlucky - DuckDuckGo to Google fallback 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
{
"name": "I Was Unlucky - DuckDuckGo to Google fallback",
"version": "1.0.4",
"description": "Easily go back to Google search if you're not happy with DuckDuckGo's result. Disclaimer: this plugin is not associated with Duck Duck Go or Google.",
"content_scripts": [
{
"matches": [
"https://duckduckgo.com/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab"
],
"manifest_version": 2,
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
}
}