GoogleChromeLabs / extension-manifest-converter

Apache License 2.0
156 stars 42 forks source link

Error: Source directory doesn't exist. #18

Open sachin-droisys opened 1 year ago

sachin-droisys commented 1 year ago

After running command "python3 emc.py dir/path/" it gives error as Source directory doesn't exist.

Please suggest!

zm00622 commented 1 year ago

I had the same issue. I used this prompt in ChatGPT and the AI language model successfully converted the V2 manifest.json file to V3:

I have a chrome extension that uses manifest version 2. Can you convert this manifest file to version 3?

zm00622 commented 1 year ago

If anyone has any guidance on how to determine what the path should be, or how to find the path that this program needs, please comment here or update the Readme. For those struggling, try ChatGPT:

https://chat.openai.com/

megaroeny commented 8 months ago

Same thing here: No such file or directory. My file structure is super simple too. I was trying to target the manifest.json file directly, and no luck.