Follow

Follow

The world's fastest competitive intelligence tool.

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",
  "description": "The world's fastest competitive intelligence tool.",
  "version": "2.12",
  "homepage_url": "http://follow.net",
  "icons": {
    "16": "skin/follow-16x16.png",
    "48": "skin/follow-48x48.png",
    "128": "skin/follow-128x128.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "skin/icon-off-19.png",
      "38": "skin/icon-off.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}