GoSocial: All Social Media

GoSocial: All Social Media

It's a simple chrome extension through which you can easily access world's most popular social networking websites .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GoSocial: All Social Media",
  "description": "It's a simple chrome extension through which you can easily access world's most popular social networking websites .",
  "version": "2.1",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}