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
-~----------~----~----~----~------~----~------~--~---

Reply via email to