Change design of DuckDuckGo
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": "CustomDuckDuckGo",
"version": "1.1",
"description": "Change design of DuckDuckGo",
"icons": {
"48": "icons/square-duckduckgo-48.png",
"96": "icons/square-duckduckgo-96.png"
},
"content_scripts": [
{
"matches": [
"*://*.duckduckgo.com/*"
],
"js": [
"duckduckgo.js"
]
}
]
}