Fast URL Shortener

Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fast URL Shortener",
  "version": "2.0.3",
  "manifest_version": 2,
  "description": "Fast and simple shorten of current tab urls with direct sharing options.",
  "browser_action": {
    "default_title": "Short and share url",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}