SA Loadshedding

SA Loadshedding

Loadshedding extension for South Africa

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.0.33",
  "default_locale": "en",
  "background": {
    "service_worker": "static/js/background.js"
  },
  "icons": {
    "16": "images/get_started16.png",
    "19": "images/get_started19.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "19": "images/get_started19.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    },
    "default_popup": "popup.html",
    "default_title": "SA Loadshedding"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://loadshedding.eskom.co.za/*",
    "https://sa-loadshedding-api.azurewebsites.net/*"
  ],
  "options_ui": {
    "page": "popup.html",
    "open_in_tab": false
  }
}