Type 'c' <spacebar> and then type in the [cmd.ms] command.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "[cmd.ms]",
"description": "Type 'c' <spacebar> and then type in the [cmd.ms] command.",
"version": "0.4",
"homepage_url": "https://cmd.ms",
"author": "Merill Fernando",
"omnibox": {
"keyword": "c"
},
"icons": {
"16": "img/icon-16.png",
"32": "img/icon-32.png",
"64": "img/icon-64.png",
"128": "img/icon-128.png",
"256": "img/icon-256.png",
"512": "img/icon-512.png"
},
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "img/icon-16.png",
"32": "img/icon-32.png",
"64": "img/icon-64.png",
"128": "img/icon-128.png",
"256": "img/icon-256.png",
"512": "img/icon-512.png"
}
},
"content_security_policy": {
"script-src": "self",
"object-src": "self"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}