UTC2 Thời Khóa Biểu

UTC2 Thời Khóa Biểu

Tiện ích xem thời khóa biểu và nhắc nhở lịch học dành cho sinh viên UTC2

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UTC2 Thời Khóa Biểu",
  "description": "Tiện ích xem thời khóa biểu và nhắc nhở lịch học dành cho sinh viên UTC2",
  "version": "1.8",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/logoUTC16.png",
      "32": "/images/logoUTC32.png",
      "48": "/images/logoUTC48.png",
      "128": "/images/logoUTC128.png"
    }
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "/images/logoUTC16.png",
    "32": "/images/logoUTC32.png",
    "48": "/images/logoUTC48.png",
    "128": "/images/logoUTC128.png"
  }
}