Move to Start Firefox

Examine source code of Move to Start

Inspect and view changes in Move to Start source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "1.3.0",
  "applications": {
    "gecko": {
      "id": "move-to-start@mozilla.kewis.ch"
    }
  },
  "icons": {
    "16": "addon.svg"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "addon.svg",
    "default_title": "__MSG_extensionName__"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Left"
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Move to Start Alternatives

Here are some Firefox add-ons that are similar to Move to Start: