서울대학교 도서관 학외접속 Easy Proxy

서울대학교 도서관 학외접속 Easy Proxy

서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "서울대학교 도서관 학외접속 Easy Proxy",
  "short_name": "SNUL Easy Proxy",
  "description": "서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.",
  "version": "1.1.0",
  "icons": {
    "16": "images/16.png",
    "19": "images/19.png",
    "32": "images/32.png",
    "38": "images/38.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_title": "서울대학교 도서관 학외접속 Easy Proxy",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/urls.min.js",
      "js/jquery.min.js",
      "js/eventPage.js",
      "js/notificationbackground.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "notifications",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "notification.html",
    "notification_mini.html"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}