fame

fame

Good search - for a good cause! Fa.me is a new portal to search the net. With every search you can support a charity of your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "fame",
  "short_name": "fame",
  "description": "__MSG_manifest_description__",
  "default_locale": "en",
  "homepage_url": "https://fa.me/",
  "version": "1.1.0",
  "manifest_version": 2,
  "icons": {
    "16": "img/icons/icon-16x16.png",
    "32": "img/icons/icon-32x32.png",
    "48": "img/icons/icon-48x48.png",
    "128": "img/icons/icon-128x128.png"
  },
  "permissions": [
    "https://fa.me/"
  ],
  "browser_action": {
    "default_icon": "img/icons/icon-128x128.png",
    "default_title": "__MSG_manifest_browser_action__"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_ui": {
    "page": "index.html#/settings",
    "open_in_tab": true
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://fa.me/favicon.ico",
      "is_default": true,
      "keyword": "fame",
      "name": "Web ",
      "search_url": "https://fa.me/results?q={searchTerms}"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "*://*/*",
    "*.png",
    "*.jpg",
    "*.gif"
  ]
}