quick search shortcuts (QSC) Firefox

Examine source code of quick search shortcuts (QSC)

By: Lumi
Inspect and view changes in quick search shortcuts (QSC) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Search Shortcuts",
  "version": "0.3",
  "description": "Quickly browse the web using custom shortcuts.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "s"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Search Shortcuts"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b303e3e3-abe4-430a-8ab3-390e640356e5}"
    }
  }
}

Best quick search shortcuts (QSC) Alternatives

Here are some Firefox add-ons that are similar to quick search shortcuts (QSC):