Free link shortener goo.su

Free link shortener goo.su

Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "48": "48.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "homepage_url": "https://goo.su/",
  "short_name": "Goo.su",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "author": "[email protected]",
  "offline_enabled": false,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "clipboardWrite",
    "contextMenus"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "version": "1.2.0"
}