YT URL Shortener

YT URL Shortener

Shorten YouTube video URLs and share them on social media.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "YT URL Shortener",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Shorten YouTube video URLs and share them on social media.",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}