Sho.ink Link Shortener

Sho.ink Link Shortener

This extension allows you to easily shorten and track links using the right-click menu of your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sho.ink Link Shortener",
  "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.",
  "version": "0.0.0.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_icon": "small-icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "author": "Matthew Brennan",
  "homepage_url": "http://sho.ink"
}