Fast Travel Firefox

Examine source code of Fast Travel

Inspect and view changes in Fast Travel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Fast Travel",
  "version": "2.1.8",
  "default_locale": "en",
  "description": "Turn your search bar into a command line for the web. Define short triggers and jump straight to the sites and searches you use.",
  "permissions": [
    "storage",
    "alarms",
    "declarativeNetRequestWithHostAccess",
    "tabs",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "*://fast-travel-omnibox.invalid/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "omnibox": {
    "keyword": "ft"
  },
  "commands": {
    "open-focused-newtab": {
      "suggested_key": {
        "default": "Alt+T",
        "mac": "Alt+T"
      },
      "description": "Open Fast Travel with focus in the search bar"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fast-travel@kavi.sh",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Fast Travel",
      "search_url": "https://fast-travel-omnibox.invalid/search?q={searchTerms}",
      "keyword": "ft2",
      "is_default": true
    }
  }
}

Best Fast Travel Alternatives

Here are some Firefox add-ons that are similar to Fast Travel: