Airtel Balance Quota

Airtel Balance Quota

This extension shows the remaining GBs for current bill cycle

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 Balance Quota",
  "description": "This extension shows the remaining GBs for current bill cycle",
  "version": "1.30",
  "background": {
    "persistent": true,
    "scripts": [
      "jquery-1.11.1.min.js",
      "common.js",
      "background.js"
    ]
  },
  "permissions": [
    "http://122.160.230.125:8080/gbod/gb_on_demand.do",
    "storage"
  ],
  "browser_action": {
    "default_icon": "Red16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Red16.png",
    "48": "Red48.png",
    "128": "Red128.png"
  }
}