Sam Hoque

Results 19 comments of Sam Hoque

> 1. Same issue with Wxt v.0.19.22 > 2. I don't think its an npm package manager issue, since I am using the template https://github.com/mefengl/wxt-starter, and that doesn't seem to...

https://www.virustotal.com/gui/file/6e24e2944f62981d8104d1d6829f6715fef279fdd3f571a4a349a3c8f0232f64

Removing either the content, background or sidepanel fixes the bug, but having all 3 causing the bug, I am guessing microsoft is checking for a pattern, maybe the order in...

my theory was correct, this is the same file, with just fields in a different order https://www.virustotal.com/gui/file-analysis/ZTQ3MjVkODFiMmRmMDI3MWJhNGIyYjY2NzA3NDhjMmE6MTczNTA3OTI2Nw==

> So is it a file hash they're checking? Does your manifest just happen to have the same MD5 or something as a known virus? I don't think its a...

however, I am rearranging it now, and still seem to be getting virus alerts, very weird.

it has something to do with the generated manifest file, the virus defender doesn't like something in it.

![giphy](https://github.com/user-attachments/assets/abf2c711-6b08-48c1-8eff-9034b16c3d1b) Fixed manifest.json https://www.virustotal.com/gui/file/5fa1d911cbf2722aa4b04be355ba78b1eaa13af35e5470fc1974a39b5a79e368 Manifest detected on virus: https://www.virustotal.com/gui/file/0f446169195a22d7737152208a3c2b726ad2986fb80c5dd8b6abc9a46a2f55ff the problem is the background service_worker [manifest_virus.json](https://github.com/user-attachments/files/18242141/manifest_virus.json) [manifest_fix.json](https://github.com/user-attachments/files/18242142/manifest_fix.json) worker, changing it to a different path doesn't trigger virus detection I have...

locally updating the `getEntrypointOutputFile` function has fixed the anti virus problem for me. I just append a random id as a suffix. ``` export function getEntrypointOutputFile( entrypoint: Entrypoint, ext: string,...