TekSavvy Usage Meter

TekSavvy Usage Meter

Display your internet usage for the current 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": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.1",
  "default_locale": "en",
  "permissions": [
    "storage",
    "https://api.teksavvy.com/"
  ],
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "128": "img/icon128.png"
  }
}