Unlink

Unlink

Unlinks the link shortening services (currently sh.st only)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unlink",
  "description": "Unlinks the link shortening services (currently sh.st only)",
  "version": "0.1",
  "icons": {
    "32": "img/molecular1_32.png",
    "64": "img/molecular1_64.png",
    "128": "img/molecular1_128.png",
    "512": "img/molecular1_512.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "page": "background.html"
  }
}