Sentralise

Sentralise

Overhauls your Sentral portal with an awesome alternative.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://stives-h.sentral.com.au/_nuxt/*",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://stives-h.sentral.com.au/*"
      ],
      "js": [
        "loader.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "redir.js"
    ]
  },
  "web_accessible_resources": [
    "build/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "name": "Sentralise",
  "version": "4",
  "description": "Overhauls your Sentral portal with an awesome alternative.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{551e1595-86c0-480e-a539-4e0703a7ae97}"
    }
  }
}