Halo Notification Service

Halo Notification Service

Receive Discord notifications for updates in Halo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Halo Notification Service",
  "version": "2.4.1",
  "description": "Receive Discord notifications for updates in Halo",
  "host_permissions": [
    "*://halo.gcu.edu/"
  ],
  "permissions": [
    "cookies",
    "identity",
    "storage"
  ],
  "minimum_chrome_version": "92",
  "action": {
    "default_icon": {
      "16": "static/icon-16.png",
      "32": "static/icon-32.png",
      "48": "static/icon-48.png",
      "128": "static/icon-128.png"
    },
    "default_popup": "popup/index.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "static/icon-16.png",
    "32": "static/icon-32.png",
    "48": "static/icon-48.png",
    "128": "static/icon-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}