Chaufr

Chaufr

Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chaufr",
  "version": "2.0.3",
  "description": "Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "minimum_chrome_version": "25",
  "permissions": [
    "webRequest",
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "chaufr": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Open Chaufr Search"
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Chaufr - Click to Search"
  },
  "manifest_version": 2
}