LINK.GY URL Shortener

LINK.GY URL Shortener

Shorten long urls, a Free URL Shortener!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "LINK.GY URL Shortener",
  "version": "2.0.0",
  "description": "Shorten long urls, a Free URL Shortener!",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/img16.png",
      "32": "images/img32.png",
      "48": "images/img48.png",
      "128": "images/img128.png"
    }
  },
  "icons": {
    "16": "images/img16.png",
    "32": "images/img32.png",
    "48": "images/img48.png",
    "128": "images/img128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}