Catch twins

Catch twins

Catch twins.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Catch twins",
  "description": "Catch twins.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "bitsy.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "http://www.bitsy.in/"
  ]
}