Examine source code of Kopyst Simplifies Video & Document Creation

Inspect and view changes in Kopyst Simplifies Video & Document Creation 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
{
  "manifest_version": 3,
  "name": "Kopyst Simplifies Video & Document Creation",
  "description": "Kopyst simplifies guide creation, shares expertise, and develops training modules through guided steps.",
  "version": "0.0.5",
  "icons": {
    "16": "./img/icon-16.png",
    "48": "./img/icon-48.png",
    "128": "./img/icon-128.png"
  },
  "action": {
    "default_title": "Kopyst"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "runAt": "document_start"
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+I",
        "mac": "Command+I"
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; connect-src 'self' *; img-src 'self' https://kopist-zehntech.s3.ap-south-1.amazonaws.com; media-src 'self'"
  },
  "permissions": [
    "tabs",
    "sidePanel",
    "scripting",
    "storage",
    "management",
    "activeTab",
    "desktopCapture",
    "tabCapture"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "video-controls.html",
        "video-recording.html",
        "capture-control.html",
        "video-recording-pinned.html",
        "permissions-check.html",
        "video-camera.html",
        "audio.html",
        "css/*",
        "_favicon/*",
        "img/*",
        "js/wavesurfer.min.js",
        "js/regions.min.js",
        "js/video.min.js",
        "js/WavAudioEncoder.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://api.kopyst.com/*",
      "https://web.kopyst.com/*",
      "https://api-dev.kopyst.com/*",
      "https://development-web.kopyst.zehntech.net/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}