ConnectBy

ConnectBy

Connect with people through interests

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ConnectBy",
  "manifest_version": 2,
  "version": "0.1.3",
  "description": "Connect with people through interests",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "images/logo_icon_small.png",
    "default_title": "Share on ConnectBy"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "javascripts/expose.js"
      ],
      "matches": [
        "*://www.connectby.com/*"
      ]
    }
  ]
}