phaistonian / MyExtensions

Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new comments, ratings and more!
https://chrome.google.com/webstore/detail/igejgfmbjjjjplnnlgnbejpkpdajkblm
52 stars 24 forks source link

Chrome Web Store update patch: Part II #9

Closed neocotic closed 13 years ago

neocotic commented 13 years ago

This is a followup to my previous pull request that reintroduces version information through a significant rework of getMeta. A different endpoint is now called to get the extension details as JSON. However, Google return dirty JSON so xhr.responseJSON was not viable and xhr.responseText is treated before being parsed in to JSON.

I've also included a few minor changes;