Gravit

Gravit

Post to your EveryoneSocial account directly from Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gravit",
  "version": "2.1.3",
  "manifest_version": 2,
  "description": "Post to your EveryoneSocial account directly from Chrome",
  "homepage_url": "http://everyonesocial.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "name": "Click to share content"
  },
  "web_accessible_resources": [
    "frame.html"
  ],
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*"
  ]
}