Url Shortener

Url Shortener

The best way to create a short links using T.LY, JPEG.ly, Bitly, Rebrandly, TinyUrl, is.gd, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Url Shortener",
  "homepage_url": "https://timleland.com/link-shortener-extension/",
  "version": "1.2.5",
  "icons": {
    "16": "media/icons/icon16.png",
    "48": "media/icons/icon48.png",
    "128": "media/icons/icon128.png"
  },
  "description": "The best way to create a short links using T.LY, JPEG.ly, Bitly, Rebrandly, TinyUrl, is.gd, and more!",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "38": "media/icons/icon38.png"
    },
    "default_title": "Url Shortener",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}