HitPath Network Stats

HitPath Network Stats

A Google Chrome extension for Network Administrators to view their current stats for the month.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HitPath Network Stats",
  "short_name": "HitPath",
  "version": "1.1.7",
  "author": "HitPath Development",
  "browser_action": {
    "default_icon": "images/icon_default.png",
    "default_popup": "popup.html"
  },
  "description": "A Google Chrome extension for Network Administrators to view their current stats for the month.",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/",
    "storage",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}