Learn Helper

Learn Helper

Helper of Web Learning of Tsinghua University, showing course notices, homeworks, deadlines and other information in one page, providing one-stop service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_CN",
  "author": "Harry Chen",
  "version": "4.6.2",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "19": "icons/19.png"
    },
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "serviceWorker.js",
    "type": "module"
  },
  "host_permissions": [
    "*://learn.tsinghua.edu.cn/*",
    "*://id.tsinghua.edu.cn/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "declarativeNetRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pages/about.html",
        "pages/index.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}