Cadence Support

Cadence Support

Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cadence Support",
  "description": "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.",
  "version": "1.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "cs"
  },
  "action": {
    "default_icon": {
      "16": "newtab_search16.png",
      "32": "newtab_search32.png"
    }
  },
  "icons": {
    "16": "newtab_search16.png",
    "32": "newtab_search32.png",
    "48": "newtab_search48.png",
    "128": "newtab_search128.png"
  }
}