Goolink

Goolink

Short URL in a click, fast and clean.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Goolink",
  "description": "Short URL in a click, fast and clean.",
  "version": "0.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_title": "Goolink - URL shorten",
    "default_popup": "popup.html"
  }
}