Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SLT Usage Meter",
"description": "SLT Usage Meter allows you to view Sri Lanka Telecom broadband usage",
"version": "2.4",
"manifest_version": 2,
"permissions": [
"storage",
"alarms",
"notifications",
"contextMenus",
"https:\/\/internetvas.slt.lk\/*",
"https:\/\/omniscapp.slt.lk\/*"
],
"options_page": "options.html",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/favicon-16x16.png",
"32": "images\/favicon-32x32.png",
"96": "images\/favicon-96x96.png",
"128": "images\/favicon-128x128.png",
"196": "images\/favicon-196x196.png"
}
},
"icons": {
"16": "images\/favicon-16x16.png",
"32": "images\/favicon-32x32.png",
"96": "images\/favicon-96x96.png",
"128": "images\/favicon-128x128.png",
"196": "images\/favicon-196x196.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
}