Funnelyzer - Easily analyze eCommerce data

Funnelyzer - Easily analyze eCommerce data

Funnelyzer is the easiest way to analyze e-commerce stores with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "4.3.1",
  "permissions": [
    "storage",
    "https://api.funnelyzer.ai/",
    "https://stg.funnelyzer.ai/"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'; https://api.funnelyzer.ai/ https://stg.funnelyzer.ai/",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png",
      "128": "img/128.png"
    }
  },
  "web_accessible_resources": [
    "css/flags.css",
    "css/main.css",
    "js/LanguageFactory.js"
  ],
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "128": "img/128.png"
  },
  "options_page": "options.html",
  "manifest_version": 2
}