ALM Follower

ALM Follower

Follow your projects on VSTS with SonarQube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "name": "ALM Follower",
  "description": "Follow your projects on VSTS with SonarQube",
  "version": "1.1.5",
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "notifications",
    "webRequest",
    "alarms"
  ]
}