Similar Sites - Discover Related Websites

Similar Sites - Discover Related Websites

Instantly find websites similar to the one you’re currently browsing. Explore the web, discover more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icons/ss-addon-icon-16.png",
    "default_title": "SimilarSites"
  },
  "content_scripts": [
    {
      "css": [
        "content/content.css"
      ],
      "js": [
        "content/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/content2.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://ajax.googleapis.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/icons/ss-addon-icon-16.png",
    "32": "images/icons/icon-32x32.png",
    "48": "images/icons/icon-48x48.png",
    "128": "images/icons/icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "*://*/*",
    "tabs",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "storage",
    "contextMenus"
  ],
  "version": "7.1.5.0",
  "web_accessible_resources": [
    "images/*",
    "fonts/*",
    "panel/panel.html",
    "serp_overlay/serp_overlay.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}