Great, glad to hear it. On Thu, Oct 15, 2009 at 4:32 AM, Jeremy Selier <[email protected]>wrote:
> > Ok my bad!!! There was a typo in the .xml about where the crx was... > Now fully working! > > On Oct 15, 11:39 am, Jeremy Selier <[email protected]> wrote: > > Hi there, > > > > I tried integrating extension autoupdate but it seems to not working, > > I wonder if I have done something wrong. > > > > First : > > In my manifest.json: > > > > { > > "name": "Google Wave Checker", > > "description": "Displays number of unread Waves.", > > "permissions": [ "http://wave.google.com/*", "https:// > > wave.google.com/*" ], > > "toolstrips": [ "wave_checker.html" ], > > "update_url": "http://dev.jeremyselier.com/wave-extension/wave- > > updates.xml", > > "version": "1.0" > > > > } > > > > In my wave-updates.xml: > > <?xml version='1.0' encoding='UTF-8'?> > > <gupdate xmlns='http://www.google.com/update2/response' > > protocol='2.0'> > > <app appid='aphncaagnlabkeipnbbicmcahnamibgb'> > > <updatecheck codebase='http://dev.jeremyselier.com/wave- > > extension.crx' version='1.0' /> > > </app> > > </gupdate> > > > > Next, I'm doing an update and so, I update my manifest.json : > > { > > "name": "Google Wave Checker", > > "description": "Displays number of unread Waves.", > > "permissions": [ "http://wave.google.com/*", "https:// > > wave.google.com/*" ], > > "toolstrips": [ "wave_checker.html" ], > > "update_url": "http://dev.jeremyselier.com/wave-extension/wave- > > updates.xml", > > "version": "1.1" > > > > } > > > > I repack the extension with the same pem file. > > > > I update my wave-updates.xml: > > <?xml version='1.0' encoding='UTF-8'?> > > <gupdate xmlns='http://www.google.com/update2/response' > > protocol='2.0'> > > <app appid='aphncaagnlabkeipnbbicmcahnamibgb'> > > <updatecheck codebase='http://dev.jeremyselier.com/wave- > > extension.crx' version='1.1' /> > > </app> > > </gupdate> > > > > An nothing happens on Chrome, Update extensions now does nothing. > > > > Am I missing something? > > > > Thanks > > > > -- > > Jeremy > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
