VisualSP Training for Microsoft 365

VisualSP Training for Microsoft 365

Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "VisualSP Training for Microsoft 365",
  "version": "2.0.123",
  "homepage_url": "http://www.visualsp.com",
  "description": "Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.",
  "author": "VisualSP",
  "icons": {
    "16": "images/VisualSP_16x16.png",
    "32": "images/VisualSP_32x32.png",
    "48": "images/VisualSP_48x48.png",
    "128": "images/VisualSP_128x128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "css/*.css",
        "js/*.js",
        "lib/host/js/*.js",
        "lib/host/css/*.css",
        "lib/jquery/*.js",
        "lib/Hopscotch/css/*",
        "lib/Hopscotch/img/*",
        "lib/Hopscotch/js/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://visualsponline.azurewebsites.net/*",
      "*://static.contextall.com/*",
      "*://api.contextall.com/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src *; img-src *;"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/bootstrap.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}