Another.site - find all similar sites

Another.site - find all similar sites

Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Another.site - find all similar sites",
  "description": "Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.",
  "version": "1.3",
  "browser_action": {
    "default_icon": "128x128.png",
    "default_title": "Another Site"
  },
  "permissions": [
    "activeTab",
    "background",
    "tabs",
    "https://another.site/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "128x128.png"
  ]
}