Ask Vic (by VisualSP)

Ask Vic (by VisualSP)

Vic is the enterprise help assistant that delivers answers and guidance for any web app or site when and where customers need them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Ask Vic (by VisualSP)",
  "version": "2.0.123",
  "homepage_url": "http://www.visualsp.com",
  "description": "Vic is the enterprise help assistant that delivers answers and guidance for any web app or site when and where customers need them.",
  "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
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}