Follow Hound

Follow Hound

Quickly and easily see which Twitter users follow you back.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Follow Hound",
  "description": "Quickly and easily see which Twitter users follow you back.",
  "version": "1.2",
  "short_name": "Quickly and easily see which Twitter users follow you back.",
  "homepage_url": "http://tech-in-check.blogspot.com/",
  "icons": {
    "16": "fh_icon16.png",
    "48": "fh_icon48.png",
    "128": "fh_icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "fh_icon19.png",
      "38": "fh_icon38.png"
    },
    "default_title": "Follow Hound"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ]
}