@ Search Shortcuts Firefox

Examine source code of @ Search Shortcuts

By: falkz
Inspect and view changes in @ Search Shortcuts 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": "1.1",
  "description": "Define custom shortcuts for websites to search",
  "icons": {
    "48": "./icons/add-search-engine-24.svg",
    "96": "./icons/add-search-engine-24.svg"
  },
  "omnibox": {
    "keyword": "@"
  },
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "page_action": {
    "browser_style": true,
    "default_icon": "./icons/add-search-engine-24.svg",
    "show_matches": [
      "https://*/*",
      "http://*/*"
    ],
    "default_title": "add @ search keyword",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "search.js"
    ]
  }
}

Best @ Search Shortcuts Alternatives

Here are some Firefox add-ons that are similar to @ Search Shortcuts: