Hootsuite

Hootsuite

Publish updates, track activity, and analyze results across multiple social networks including Twitter and Facebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "5.245",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "app": {
    "urls": [
      "*://hootsuite.com/",
      "*://*.hootsuite.com/"
    ],
    "launch": {
      "web_url": "http://hootsuite.com/dashboard"
    }
  },
  "icons": {
    "24": "24.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "geolocation"
  ]
}