Bitsy.in - Go tiny with your links

Bitsy.in - Go tiny with your links

Bitsy.in is URL Shortening site that allows your URL converted in to tiny 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": "Bitsy.in - Go tiny with your links",
  "description": "Bitsy.in is URL Shortening site that allows your URL converted in to tiny URL.",
  "version": "4.5",
  "browser_action": {
    "default_icon": "bitsy.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "https://bitsy.in/"
  ]
}