Airtel Data Usage

Airtel Data Usage

This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Airtel Data Usage",
  "description": "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.",
  "version": "3.0.2",
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "main.html"
  },
  "web_accessible_resources": [
    "images/*.png"
  ],
  "background": {
    "scripts": [
      "js/jquery-2.2.1.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "https://www.airtel.in/",
    "http://122.160.230.125:8080/"
  ]
}