Easy CF Page Cloner Pro

Easy CF Page Cloner Pro

Why spend too much time on building funnels? Clone any funnel in a second.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easy CF Page Cloner Pro",
  "description": "Why spend too much time on building funnels? Clone any funnel in a second.",
  "version": "1.0.0",
  "permissions": [
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Easy CF Page Cloner Pro"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "js": [
        "js/vendor.js",
        "js/content.js"
      ],
      "css": [
        "jquery.toast.min.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "/js/web/savepage.js",
    "/js/web/stylehero.js",
    "/js/web/movecss.js",
    "images/*"
  ],
  "icons": {
    "16": "images/5e82703c568e944b9d22417d-Easy_CF_Page_Cloner_Pro-1622997372010-small_icon.png",
    "48": "images/1621337186924-mediumLogo.png",
    "128": "images/1621337186975-largeLogo.png"
  },
  "short_name": "ECPCP"
}