Create bootable Windows10 USB on Mac-Tutorial

Create bootable Windows10 USB on Mac-Tutorial

Step by step guide on creating bootable Windows 10 USB on Mac

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Create bootable Windows10 USB on Mac-Tutorial",
  "description": "Step by step guide on creating bootable Windows 10 USB on Mac",
  "version": "1.0.0",
  "permissions": [],
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "action": {},
  "manifest_version": 3,
  "icons": {
    "128": "icons/icon128.png"
  }
}