SD Case Title Updater

SD Case Title Updater

Service Desk case title update

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "SD Case Title Updater",
  "description": "Service Desk case title update",
  "version": "1.0.0",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "Fill.js",
        "background.js"
      ]
    }
  ],
  "permissions": [],
  "externally_connectable": {},
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}