SN QUICK

SN QUICK

A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SN QUICK",
  "version": "1.0.2",
  "description": "A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.",
  "manifest_version": 3,
  "author": "Seung Chi",
  "action": {
    "default_popup": "index.html",
    "default_title": "SN QUICK",
    "default_icon": "images/snquick_logo_16.png"
  },
  "icons": {
    "16": "images/snquick_logo_16.png",
    "32": "images/snquick_logo_32.png",
    "48": "images/snquick_logo_48.png",
    "128": "images/snquick_logo_128.png"
  }
}