SLT Usage Extended

SLT Usage Extended

An extension to get a summary of remaining data volumes from SLT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SLT Usage Extended",
  "description": "An extension to get a summary of remaining data volumes from SLT",
  "version": "0.1",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://internetvas.slt.lk/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}