Examine source code of 쏘요 - 트렌디한 나를 위한 라이프스타일 매거진 플랫폼

Inspect and view changes in 쏘요 - 트렌디한 나를 위한 라이프스타일 매거진 플랫폼 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",
  "short_name": "쏘요",
  "name": "쏘요 - 트렌디한 나를 위한 라이프스타일 매거진 플랫폼",
  "version": "1.3.5",
  "manifest_version": 3,
  "description": "새 탭을 열 때마다 펼쳐지는 세상의 모든 Trendy한 스타일 매거진!",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "oauth2": {
    "client_id": "221869857670-gff10h6suujclk6gdgos2a7h5hcefu3i.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "action": {
    "default_icon": "logo16.png",
    "default_popup": "showNewTab.html"
  },
  "permissions": [
    "identity",
    "identity.email",
    "runtime"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src-elem 'self'; object-src 'self'; connect-src 'self' https://api.ssoyo.me https://www.googleapis.com http://ec2-43-200-39-50.ap-northeast-2.compute.amazonaws.com:80 http://ec2-3-37-248-72.ap-northeast-2.compute.amazonaws.com:8080; img-src 'self' https://* http://* data: https://s-media-cache-ak0.pinimg.com; style-src-elem 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}