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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "0.0.1",
"author": "Guokai Han",
"manifest_version": 3,
"minimum_chrome_version": "102",
"omnibox": {
"keyword": "mdn"
},
"permissions": [
"alarms"
],
"host_permissions": [
"https:\/\/developer.mozilla.org\/"
],
"icons": {
"192": "icon\/mdn_logo-192.png"
},
"background": {
"service_worker": "sw.js"
}
}