Wands Launcher

Wands Launcher

Run excel4apps Wands for Oracle and SAP using Google Chrome™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wands Launcher",
  "version": "19.3.0.9",
  "description": "Run excel4apps Wands for Oracle and SAP using Google Chrome™",
  "permissions": [
    "declarativeContent",
    "nativeMessaging",
    "downloads",
    "http://*/*",
    "https://*/*"
  ],
  "options_page": "index.html#options",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "persistent": false,
    "page": "index.html#background"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "e4awand_16_insightlogo.png",
    "48": "e4awand_48_insightlogo.png",
    "128": "e4awand_128_insightlogo.png"
  },
  "web_accessible_resources": [
    "arrow.html",
    "link.html",
    "index.html",
    "assets/step_4.svg",
    "e4awand_svg_insightlogo.svg",
    "*.otf",
    "injected_css.css",
    "loading.component.html",
    "loading.component.css",
    "assets/wands_icon.svg"
  ],
  "manifest_version": 2
}