Examine source code of Go려대

Inspect and view changes in Go려대 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Go려대",
  "version": "0.1.2",
  "description": "고대생들을 위한 고려대학교 사이트 모음",
  "icons": {
    "16": "./assets/logo.png",
    "48": "./assets/logo.png",
    "128": "./assets/logo.png"
  },
  "action": {
    "default_popup": "./popup/index.html",
    "default_icon": {
      "16": "./assets/logo.png"
    }
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://www.koreapas.com/*",
    "https://klue.kr/",
    "https://*.korea.ac.kr/*",
    "https://github.com/*"
  ]
}