Shortify

Shortify

Takes long URLs and squeezes them into fewer characters to make a link that is easier to share, tweet, or email to friends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shortify",
  "short_name": "Url Shortener",
  "version": "0.11",
  "description": "Takes long URLs and squeezes them into fewer characters to make a link that is easier to share, tweet, or email to friends",
  "permissions": [
    "https://www.googleapis.com/",
    "tabs"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  }
}