Backspace Shortcut

Backspace Shortcut

It makes the backspace key a 'back' shortcut. It's pure and fast. No spying. No configuration. Open-source.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Backspace Shortcut",
  "version": "1.0",
  "manifest_version": 2,
  "description": "It makes the backspace key a 'back' shortcut. It's pure and fast. No spying. No configuration. Open-source.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}