StatsCrop - Site Ranking & Traffic Analysis

StatsCrop - Site Ranking & Traffic Analysis

Check the ranking and traffic of any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.4",
  "action": {
    "default_title": "StatsCrop",
    "default_icon": "images/icon-128x128.png"
  },
  "background": {
    "service_worker": "background/background.js"
  },
  "content_scripts": [
    {
      "css": [
        "content/content.css"
      ],
      "js": [
        "js/jquery.min.js",
        "content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "32": "images/icon-32x32.png",
    "64": "images/icon-64x64.png",
    "128": "images/icon-128x128.png"
  },
  "name": "__MSG_name__",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "js/*",
        "panel/panel.html",
        "chart/chart.html"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}