1-Click Shorten URL

1-Click Shorten URL

Click to shorten any URL with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "1-Click Shorten URL",
  "version": "1.0.7resigned1",
  "description": "Click to shorten any URL with one click.",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ef00e33-5492-4e4f-9567-a5230ab28aca}"
    }
  }
}