HYU LMS HELPER

HYU LMS HELPER

LearningX Helper Made By Rn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HYU LMS HELPER",
  "version": "1.5.0",
  "description": "LearningX Helper Made By Rn",
  "action": {
    "default_popup": "view/popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/src/script.js"
      ],
      "matches": [
        "https://learning.hanyang.ac.kr/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/src/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3
}