Examine source code of VidMix - Online Video Editor

Inspect and view changes in VidMix - Online Video Editor 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
{
  "action": {
    "default_icon": {
      "16": "icon/i16.png",
      "32": "icon/i32.png",
      "128": "icon/i128.png"
    }
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "description": "Video editor in your browser.",
  "icons": {
    "16": "icon/i16.png",
    "32": "icon/i32.png",
    "128": "icon/i128.png"
  },
  "manifest_version": 3,
  "name": "VidMix - Online Video Editor",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}