Apricott Firefox

Examine source code of Apricott

By: t3Y
Inspect and view changes in Apricott source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Apricott",
  "version": "0.1.2",
  "description": "Provides additional keyboard shortcuts for navigation",
  "icons": {
    "48": "icons/apricott-48.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/apricott-48.png"
    },
    "default_title": "Apricott"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "apricott.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "applications": {
    "gecko": {
      "id": "apricott@t3y.eu"
    }
  }
}

Best Apricott Alternatives

Here are some Firefox add-ons that are similar to Apricott: