HoloSchedule

HoloSchedule

Keep you informed of the recent livestreams of members from Hololive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "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": {
    "page": "src/background.html"
  },
  "browser_action": {
    "browser_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,
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}