Freshmarketer-A/B Testing & Heatmap Software

Freshmarketer-A/B Testing & Heatmap Software

Website Optimization Redefined

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Freshmarketer-A/B Testing & Heatmap Software",
  "description": "Website Optimization Redefined",
  "version": "4.2",
  "icons": {
    "16": "img/icon.png",
    "32": "img/icon.png",
    "128": "img/icon.png"
  },
  "content_security_policy": "script-src 'self' https://s3-us-west-2.amazonaws.com; object-src 'self'",
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*",
    "background",
    "activeTab",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "http://rbk/*",
        "http://zappycub.com/*",
        "http://labs.osmizer.com/*",
        "http://zargetlab/*",
        "http://zargetlab.com/*",
        "http://localhost:4200/*",
        "http://localhost:8080/*",
        "https://localhost:8443/*",
        "http://osmizer.local:8080/*",
        "https://osmizer.local:8443/*",
        "http://app.zarget.com/*",
        "http://app.freshmarketer.com/*",
        "https://app.zarget.com/*",
        "https://app.freshmarketer.com/*",
        "http://app.pre-zarget.com/*",
        "http://app.pre-freshmarketer.com/*",
        "https://app.pre-zarget.com/*",
        "https://app.pre-freshmarketer.com/*",
        "https://app.pre-freshmarketer.com/*"
      ],
      "js": [
        "js/install.js",
        "js/messaging.js"
      ],
      "run_at": "document_start",
      "allframes": false
    }
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "Freshmarketer - A/B Testing & Heatmap Software"
  },
  "web_accessible_resources": [
    "js/*",
    "img/*",
    "css/*",
    "libs/*",
    "fonts/*",
    "osmize.html",
    "heatmaps-toolbar.html",
    "feedback.html",
    "ab-experiment-name.html"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  }
}