shorten-url : Professional URL shortener

shorten-url : Professional URL shortener

URL shortener with lot of features, detailed stats, traffic filters, redirect rules, QR codes, password protected links and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "shorten-url : Professional URL shortener",
  "description": "URL shortener with lot of features, detailed stats, traffic filters, redirect rules, QR codes, password protected links and more.",
  "homepage_url": "https://shorten-url.com",
  "version": "1.1",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://*.shorten-url.com/*"
  ],
  "action": {
    "default_popup": "popup/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}