Cactus Search

Cactus Search

With our extension, you set Cactus Search as your default search engine & your new tab so you can help plant trees with every search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "1.3.4",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_title": "Cactus Search"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "./js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://cactus-search.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://static.onlinewebapitrack.com ; object-src 'self'"
}