쿠로가기 KUROGAGI

쿠로가기 KUROGAGI

고려대학교 세종캠퍼스 학생들의 필수 사이트 모음

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "쿠로가기 KUROGAGI",
  "description": "고려대학교 세종캠퍼스 학생들의 필수 사이트 모음",
  "version": "1.3.0",
  "icons": {
    "128": "./icons/ku_logo_128.png",
    "256": "./icons/ku_logo_256.png"
  },
  "action": {
    "default_popup": "./popup/popup.html",
    "default_icon": "./icons/ku_logo_256.png"
  },
  "host_permissions": [
    "https://*.korea.ac.kr/*"
  ]
}