Taplytics

Taplytics

Taplytics Web Visual Editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Taplytics",
  "description": "Taplytics Web Visual Editor",
  "version": "1.72.0",
  "browser_action": {
    "default_icon": "16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "*.eot",
    "*.ttf",
    "*.woff",
    "*.woff2",
    "*.scss",
    "*.css",
    "*.svg",
    "*.png",
    "editor.js"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://taplytics.com/*",
      "*://tec-local.taplytics.com/*",
      "*://dev.taplytics.com/*",
      "*://staging.taplytics.com/*",
      "*://staging-upcoming.taplytics.com/*",
      "*://app.taplytics.com/*",
      "*://rfp.taplytics.com/*"
    ]
  }
}