GoTo Shortcuts Firefox

Examine source code of GoTo Shortcuts

By: Steffen Add-on
Inspect and view changes in GoTo Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GoTo Shortcuts",
  "version": "1.0.1",
  "description": "A Firefox extension that lets you jump to custom URLs by keyword via the address bar. Configure your backend server in the extension settings to enable fast keyword-based navigation.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "search.js"
    ]
  },
  "omnibox": {
    "keyword": "go"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{34e704ba-a33f-4615-99a6-e4ab1aa2d784}"
    }
  }
}

Best GoTo Shortcuts Alternatives

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