Anonymous

Anonymous

Search anything with 100 % anonymity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Anonymous",
  "version": "1.0.2",
  "icons": {
    "128": "/icon/icon.png"
  },
  "name": "Anonymous",
  "description": "Search anything with 100 % anonymity.",
  "browser_action": {
    "default_icon": "/icon/icon.png",
    "default_title": "Anonymous"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.anonymous.am/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "chrome_settings_overrides": {
    "homepage": "https://anonymous.am",
    "search_provider": {
      "name": "https://anonymous.am",
      "keyword": "https://anonymous.am",
      "search_url": "https://anonymous.am/?q={searchTerms}",
      "favicon_url": "https://anonymous.am/image/fav_anon_16.png?r=3524456456",
      "encoding": "UTF-8",
      "is_default": true
    },
    "startup_pages": [
      "https://anonymous.am"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "web_accessible_resources": [
    "icon/icon.png"
  ]
}