URL Shortener & Automatic copy

URL Shortener & Automatic copy

Generate a shortened URL from the URL of the current page with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "version": "1.3.1",
  "manifest_version": 2,
  "icons": {
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "default_locale": "en",
  "homepage_url": "https://x.gd/"
}