SocioNetwork

SocioNetwork

Access all your favourite social networking sites all from one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "SocioNetwork",
  "version": "1.0.8.7",
  "manifest_version": 2,
  "description": "Access all your favourite social networking sites all from one place",
  "icons": {
    "32": "images/icons/icon_32.png",
    "48": "images/icons/icon_48.png",
    "128": "images/icons/icon_128.png"
  },
  "minimum_chrome_version": "6",
  "options_page": "options/changes.html",
  "browser_action": {
    "default_title": "",
    "default_icon": "images/icons/icon_32.png",
    "default_popup": "popup.html"
  }
}