Examine source code of Chzzk-PIP

Inspect and view changes in Chzzk-PIP 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
{
  "name": "Chzzk-PIP",
  "version": "2.3.0",
  "description": "치지직에 녹화, 스크린샷 등 다양한 기능을 추가합니다.",
  "manifest_version": 3,
  "action": {
    "default_popup": "pages/popup/index.html"
  },
  "icons": {
    "16": "logos/logo_16x16.png",
    "48": "logos/logo_48x48.png",
    "128": "logos/logo_128x128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content_script.tsx-loader-DSqD904A.js"
      ],
      "matches": [
        "https://chzzk.naver.com/*",
        "https://m.naver.com/shorts/*"
      ],
      "all_frames": true,
      "css": [
        "assets/content_script-FaWrDij2.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/*",
        "ffmpeg/*",
        "pages/*",
        "monkeypatch/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://chzzk.naver.com/*",
        "https://m.naver.com/*"
      ],
      "resources": [
        "assets/index-B0f5URPR.js",
        "assets/hooks-Cb_QPNgS.js",
        "assets/record_info_helper-Fn0drqWv.js",
        "assets/content_script.tsx-CfWR1o8w.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chzzk_pip@kosame.dev"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}