XRef - URL Shortener Firefox

Examine source code of XRef - URL Shortener

By: XRef
Inspect and view changes in XRef - URL Shortener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "XRef - URL Shortener",
  "version": "1.0",
  "description": "XREF URL Shortener extension",
  "homepage_url": "https://www.xref.ws/",
  "icons": {
    "48": "icons/xref-logo.svg",
    "96": "icons/xref-logo.svg"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "icons/xref-logo.svg",
    "default_title": "XRef Shorten URL",
    "default_popup": "html/menu_popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best XRef - URL Shortener Alternatives

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