Social Permissions

Social Permissions

Manage your social accounts, privacy and permissions directly from the address bar!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Social Permissions",
  "version": "1.0.7",
  "description": "Manage your social accounts, privacy and permissions directly from the address bar!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "128.png",
    "default_title": "Manage account"
  },
  "permissions": [
    "http://www.social-permissions.com/api.php",
    "tabs"
  ],
  "icons": {
    "16": "16.png",
    "24": "24.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png",
    "256": "256.png"
  },
  "manifest_version": 2
}