Ecotopio — Carbon Negative Search Engine Firefox

Examine source code of Ecotopio — Carbon Negative Search Engine

Inspect and view changes in Ecotopio — Carbon Negative Search Engine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ecotopio — Carbon Negative Search Engine",
  "description": "Save the planet - one search at a time! We remove 1kg of CO2 from the atmosphere for every search made.",
  // NOTE: update this in search_url as well
  "version": "1.1.1",
  "applications": {
    "gecko": {
      "strict_min_version": "63.0"
    }
  },
  "icons": {
    "64": "icons/icon_64.png"
  },
  "permissions": [
    "search",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://*.ecotopio.com/*"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Ecotopio",
      "search_url": "https://www.ecotopio.com/search/s.php?q={searchTerms}",
      "favicon_url": "https://www.ecotopio.com/favicon.ico",
      "is_default": true
    }
  },
  "background": {
    "scripts": ["js/background.js"]
  },
  "content_scripts": [
    {
      "matches": ["https://*.ecotopio.com/*"],
      "js": ["js/content.js"],
      "css": ["css/content.css"],
      "run_at": "document_end"
    }
  ]
}

Best Ecotopio — Carbon Negative Search Engine Alternatives

Here are some Firefox add-ons that are similar to Ecotopio — Carbon Negative Search Engine: