joaomgcd/JoinChrome

The "key" line you deleted in the manifest JSON breaks everything

Closed this issue · 3 comments

Prompts infinite Google account sign-ins.

Returning the "key: " line fixes it.

Thanks. I thought it was specific to my PC so I removed it. I'll put it pack on the next commit

Well, interestingly, it looks like we need it during development, but if you try to upload the extension to the Web Store with the key value in the manifest, it will reject it because the key is actually generated specific to the Web Store listing. But if the key is the same then it should be no problem. I think that's what these people were saying:
yeoman/generator-chrome-extension#59

Yep :) Thank for letting me know!