SimilarWeb - Website Traffic Sources and Ranking

SimilarWeb - Website Traffic Sources and Ranking

Get in-depth traffic and engagement stats for any website with a single click. See how popular a website is, its geography and traffic sources, .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_title": "SimilarWeb"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "*://*/*",
    "tabs",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "storage"
  ],
  "version": "5.5.7",
  "web_accessible_resources": [
    "images/*",
    "fonts/*",
    "panel/panel.html"
  ],
  "options_ui": {
    "chrome_style": false,
    "page": "options/options.html",
    "firefox_style": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}