코로나 알리미

코로나 알리미

대한민국 코로나에 대한 정보를 표시해주는 확장 프로그램입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "코로나 알리미",
  "version": "1.3",
  "description": "대한민국 코로나에 대한 정보를 표시해주는 확장 프로그램입니다.",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "128": "icons.png"
  },
  "permissions": [],
  "content_security_policy": "default-src 'self'; object-src 'none'; script-src 'self' 'sha256-44PoDNRWdjA5T9vFatrHn/q3Su9eJJJMEZBKKl1eEMA='; style-src 'self' 'unsafe-inline'; connect-src http://34.64.72.53:8080/region/infectee http://34.64.72.53:8080/gender/infectee http://34.64.72.53:8080/hostpial http://34.64.72.53:8080/getComment"
}