Shorten me - URL Shortener Firefox

Examine source code of Shorten me - URL Shortener

Inspect and view changes in Shorten me - URL Shortener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shorten me - URL Shortener",
  "version": "3.0.3",
  "author": "André Veríssimo",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "shorten.me.mozilla@gmail.com",
      "strict_min_version": "79.0"
    }
  },
  "description": "Shorten me - URL Shortener",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "<all_urls>",
    "tabs",
    "contextMenus",
    "notifications",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "URL Shortener"
  },
  "background": {
    "scripts": [
      "src/core.js",
      "src/background.js"
    ]
  }
}

Best Shorten me - URL Shortener Alternatives

Here are some Firefox add-ons that are similar to Shorten me - URL Shortener: