Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DuckDuckGo Search - Context Menu and Omnibox",
"short_name": "DDG Search",
"description": "Search DuckDuckGo using the context menu option and omnibox.",
"version": "0.0.4",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "sw.js"
},
"omnibox": {
"keyword": "ddg"
},
"manifest_version": 3,
"homepage_url": "https:\/\/browsernative.com\/duckduckgo-chrome-extension\/"
}