Lnnkin - Safe Url Shortener

Lnnkin - Safe Url Shortener

Lnnkin is a free URL shortener that provides companies with short, unique, secure & customizable links which can be monitored.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lnnkin - Safe Url Shortener",
  "description": "Lnnkin is a free URL shortener that provides companies with short, unique, secure & customizable links which can be monitored.",
  "version": "23.0",
  "action": {
    "default_icon": "lnnkin_logo_1.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://www.lnnkin.com/"
  ]
}