Hello. I am working on a project where I want to publish the chrome extensions programmatically. I found the documentation regarding the APIs
here, however there isn't much explanation besides an example curl request. I am relatively new to interacting with APIs so I would really appreciate any help or guidance!
My question is, when submitting a new extension through the developer account, there are many fields such as description, store icon, category, language, etc. to fill out, but in the documentation it seems like it's only uploading the zip file and none other fields:
Therefore I am confused on how to publish new extensions to the chrome store programmatically? Or is there a simpler way to do this?