Short URL

Short URL

Extension for shortening url

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Short URL",
  "description": "Extension for shortening url",
  "version": "1.0",
  "author": "Zezula Martin",
  "short_name": "ShortURL",
  "permissions": [
    "tabs",
    "http://r.g6.cz/short.php"
  ],
  "browser_action": {
    "default_title": "Short Extension",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon128.png"
  }
}