Content Services Toolkit

Content Services Toolkit

It includes many useful tools to help improve productivity in Microsoft content service team

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Content Services Toolkit",
  "version": "1.1.3",
  "manifest_version": 3,
  "description": "It includes many useful tools to help improve productivity in Microsoft content service team",
  "icons": {
    "128": "icons/logo128.png"
  },
  "action": {
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://dev.azure.com/*",
        "https://msasg.visualstudio.com/*"
      ],
      "js": [
        "apps/VPBaselinePreviewer.js",
        "apps/SpaLinkGenerator.js"
      ]
    },
    {
      "matches": [
        "https://titanweb/superset/explore/*"
      ],
      "js": [
        "apps/TitanTableHighlighter.js"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker/service-worker.js"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}