SLT Data Portal

SLT Data Portal

Keep track of your SLT Broadband data usages in more convenient and userfriendly manner!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SLT Data Portal",
  "description": "Keep track of your SLT Broadband data usages in more convenient and userfriendly manner!",
  "version": "1.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/SM_logo16.png",
      "32": "/images/SM_logo32.png",
      "48": "/images/SM_logo48.png",
      "128": "/images/SM_logo128.png"
    }
  },
  "icons": {
    "16": "/images/SM_logo16.png",
    "32": "/images/SM_logo32.png",
    "48": "/images/SM_logo48.png",
    "128": "/images/SM_logo128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}