Constellix Sonar Lite Network Troubleshooting

Constellix Sonar Lite Network Troubleshooting

Sonar Lite is a performance monitoring tool designed for system administrators to troubleshoot real time network performance issues

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Constellix Sonar Lite Network Troubleshooting",
  "description": "Sonar Lite is a performance monitoring tool designed for system administrators to troubleshoot real time network performance issues",
  "short_name": "Constellix Sonar Lite",
  "author": "Constellix.com",
  "version": "0.9.4",
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png",
    "128": "images/logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "app/content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "images/logo.png",
    "default_title": "Constellix Sonar Lite"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "debugger",
    "storage",
    "webRequest",
    "<all_urls>",
    "webRequestBlocking",
    "tabs",
    "geolocation",
    "alarms",
    "http://sonarliteremote1.constellix.com/",
    "http://myip.dnsmadeeasy.com/",
    "https://code.highcharts.com/*",
    "https://maps.googleapis.com/",
    "https://*/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.googleapis.com/ https://ssl.google-analytics.com; object-src 'self'"
}