Branalyzer Brand's Instant Analyzer

Branalyzer Brand's Instant Analyzer

Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Branalyzer Brand's Instant Analyzer",
  "short_name": "branalyzer-chrome-extension",
  "version": "1.0.0.29",
  "description": "Analyze brand traffic and key metrics for any website, including competitors, social metrics, and Truspilot...in less than a minute.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "images/branalyzer16.png",
    "32": "images/branalyzer32.png",
    "48": "images/branalyzer64.png",
    "128": "images/branalyzer128.png"
  },
  "action": {
    "default_popup": "index.html?#/popup",
    "default_icon": {
      "16": "images/branalyzer16.png",
      "32": "images/branalyzer32.png",
      "48": "images/branalyzer64.png",
      "128": "images/branalyzer128.png"
    },
    "default_title": "Branalyzer Chrome Extension Beta"
  },
  "content_scripts": [
    {
      "js": [
        "contentPage.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://fpnpmcdn.net/v3/i1xY5mY8v8taQAk8EECj/loader_v3.8.1.js;"
  }
}