YOURLS shortener Firefox

Examine source code of YOURLS shortener

Inspect and view changes in YOURLS shortener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YOURLS WebExtension",
  "version": "2.5.2",
  "description": "Shorten URLs with your own YOURLS instance",
  "homepage_url": "https://binfalse.de/software/browser-extensions/yourls-firefox-webextension/",
  "applications": {
    "gecko": {
      "id": "yourls-shortener@binfalse.de",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "48": "yourls.svg",
    "96": "yourls.svg"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "yourls.svg",
    "default_title": "YOURLS",
    "default_popup": "popup.html"
  }
}

Best YOURLS shortener Alternatives

Here are some Firefox add-ons that are similar to YOURLS shortener: