SearchScene – The Charitable Search Engine

SearchScene – The Charitable Search Engine

SearchScene is a search engine that donates 95% of its profits to major international charities, especially those that focus on climate change. By adding this extension, you make SearchScene your homepage, your new tab and your default search engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SearchScene – The Charitable Search Engine",
  "version": "1.10",
  "description": "SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "16": "images/icon-16x16.png",
      "32": "images/icon-32x32.png",
      "48": "images/icon-48x48.png",
      "128": "images/icon-128x128.png"
    }
  },
  "icons": {
    "16": "images/icon-16x16.png",
    "32": "images/icon-32x32.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.searchscene.com/?ext=firefox&action=homepage",
    "search_provider": {
      "name": "SearchScene",
      "search_url": "https://www.searchscene.com/search/?q={searchTerms}&ext=firefox",
      "keyword": "searchscene",
      "favicon_url": "https://www.searchscene.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "activeTab",
    "cookies",
    "https://www.searchscene.com/*"
  ]
}