Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error with uploading my google chrome extension

Hey guys i have planned to upload my google chrome.

According to the documentation i have made the whole file in a zip format with the manifest.json in the root directory.

But when i select the file and uploaded it to the web store it shows me error like

An error occurred: Failed to process your item. Invalid package. Please make sure it is a valid zip file and the file manifest.json is at the root directory of the zip package.

Can anyone tell me why am getting like this ??..

Any help would be appreciated ..Thanx in advance

like image 745
lovemysql Avatar asked Dec 05 '25 08:12

lovemysql


2 Answers

I have the same problem, it's because of the Mac default compressor. You can use below commands to zip the built folder,

cd dist/ # where the extension stored
zip -r dist.zip *
like image 165
Anh-Thi DINH Avatar answered Dec 08 '25 16:12

Anh-Thi DINH


I was having this issue today. My issue seems to stem from the new MacOS update. First I tried to compress using Mac's built in zipper, which kept giving me the error on Chrome Webstore that I was missing the manifest.json file.

I then zipped it online, which I was able to easily upload to the Chrome Web Store.

like image 36
Remo Bajwa Avatar answered Dec 08 '25 17:12

Remo Bajwa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!