TDTU Schedubuild

TDTU Schedubuild

Phần mềm xếp thời khóa biểu vào Google Calendar, Calendar iOS, ... cho sinh viên TDTU.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TDTU Schedubuild",
  "description": "Phần mềm xếp thời khóa biểu vào Google Calendar, Calendar iOS, ... cho sinh viên TDTU.",
  "version": "1.0.3",
  "action": {
    "default_icon": "src/options/assets/img/logo/icon.png"
  },
  "icons": {
    "16": "src/options/assets/img/logo/icon16.png",
    "48": "src/options/assets/img/logo/icon48.png",
    "128": "src/options/assets/img/logo/icon128.png"
  },
  "background": {
    "service_worker": "src/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://lichhoc-lichthi.tdtu.edu.vn/*"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "options_page": "src/options/index.html",
  "permissions": [
    "https://lichhoc-lichthi.tdtu.edu.vn/*",
    "contextMenus",
    "notifications",
    "storage"
  ],
  "manifest_version": 3
}