HoloSchedule

HoloSchedule

One browser extension COVERs all livestreams.

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_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.1.2",
  "homepage_url": "https://github.com/YunzheZJU/holo-schedule",
  "author": "Yunzhe <[email protected]>",
  "default_locale": "en",
  "icons": {
    "16": "icons/[email protected]",
    "32": "icons/[email protected]",
    "48": "icons/[email protected]",
    "96": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "background": {
    "service_worker": "src/background.js"
  },
  "action": {
    "chrome_style": false,
    "default_title": "__MSG_browserActionTitle__",
    "default_icon": {
      "16": "icons/[email protected]",
      "32": "icons/[email protected]"
    },
    "default_popup": "src/popup.html"
  },
  "options_ui": {
    "page": "src/options.html",
    "open_in_tab": true
  },
  "minimum_chrome_version": "88.0"
}