Net Usage Item

Net Usage Item

Internet Usage extension for Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Net Usage Item",
  "short_name": "Net Usage",
  "version": "2.1.5",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Internet Usage extension for Google Chrome",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Net Usage Item",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "app.html",
  "sandbox": {
    "pages": [
      "sandbox.html"
    ],
    "content_security_policy": "sandbox allow-scripts"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ]
}