[cmd.ms]

[cmd.ms]

Type 'c' <spacebar> and then type in the [cmd.ms] command.

Merlin
Additional files are visible only to premium users

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"
}