FunnelEnvy Visual Page Editor

FunnelEnvy Visual Page Editor

Customize FunnelEnvy campaign variations by visually updating the HTML, CSS and/or JS!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.5.0",
  "name": "FunnelEnvy Visual Page Editor",
  "manifest_version": 2,
  "description": "Customize FunnelEnvy campaign variations by visually updating the HTML, CSS and/or JS!",
  "browser_action": {
    "default_title": "FunnelEnvy Visual Page Editor",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/create-store.bundle.js"
    ],
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "https://backstage.funnelenvy.com/*",
      "https://backstage-staging.funnelenvy.com/*"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage",
    "cookies",
    "https://backstage.funnelenvy.com/*",
    "https://backstage-staging.funnelenvy.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}