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",
"manifest_version": 3,
"name": "DuckDuckGo Send Email Formatter",
"version": "1.2",
"description": "Generate DuckDuckGo Email special recipient address ([email protected]) with just one click.",
"permissions": [
"sidePanel",
"storage",
"clipboardRead"
],
"action": [],
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
}