Toolshed for Power Platform / Dynamics 365

Toolshed for Power Platform / Dynamics 365

Utility Bot for Power Platform / Dynamics 365 Developers and Admins

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Toolshed for Power Platform / Dynamics 365",
  "description": "Utility Bot for Power Platform / Dynamics 365 Developers and Admins",
  "author": "Root16",
  "version": "1.1.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "app.js",
        "bot/responseHTML.js"
      ],
      "css": [
        "bot/bot.css"
      ]
    }
  ],
  "action": {
    "default_title": "Toolshed for Power Platform / Dynamics 365"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "bot/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "imgs/logo16.png",
    "48": "imgs/logo48.png",
    "128": "imgs/logo128.png"
  }
}