Case Status for Google Chrome

Case Status for Google Chrome

Access key Case Status features from the same window of your Case Management System.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Case Status for Google Chrome",
  "short_name": "Case Status",
  "description": "Access key Case Status features from the same window of your Case Management System.",
  "version": "1.0.4",
  "version_name": "1.0.4",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png"
    },
    "default_title": "Log into CMS to\nactivate Case Status"
  },
  "commands": {
    "logout": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Log out of Case Status."
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "cs-frame.css",
        "/images/icon-48.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}