Fast Pick

Fast Pick

Fast Pick provides keyboard shortcuts for search.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fast Pick",
  "short_name": "Fast Pick",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "Fast Pick provides keyboard shortcuts for search.",
  "homepage_url": "https://github.com/wildeyes/FastPick",
  "background": {
    "scripts": [
      "eventpage.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "zepto.min.js",
        "mousetrap.min.js",
        "database.js",
        "script.js"
      ]
    }
  ]
}