Hi, I am developing an extension for Chrome and I am having a problem.
Here is my "ChromeUpdates.xml" file:
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='
http://www.google.com/update2/response'
protocol='2.0'>
<app appid='hjfakkpgpfbdpbibcmghdnpjcpmlnpbm'>
<updatecheck codebase='
http://dl.dropbox.com/u/XXXXXXXX/
PicasaWebForGooglePlus/PicasaWebForGooglePlus.crx' version='1.0.2' />
</app>
</gupdate>
And here is my "manifest.json" file:
{
"name": "PicasaWeb for Google+",
"version": "1.0.2",
"background_page": "background.html",
"options_page": "opciones.html",
"description": "Google+",
"icons": { "16": "icono16.png","48": "icono48.png","128":
"icono128.png" },
"browser_action": {"default_icon": "icono128.png"},
"content_scripts": [{ "matches": ["http://*/*"], "js":
["jquery.min.js"] }],
"permissions": ["tabs", "http://*/", "
https://plus.google.com/" ],
"update_url": "
http://dl.dropbox.com/u/XXXXXXXX/ChromeUpdates.xml"
}
I can not get working that, i dont know what is the problem.
The <app appid='hjfakkpgpfbdpbibcmghdnpjcpmlnpbm'> is the code that
Chrome return me when i load my extension...
Could anybody help my with that?
Thanks in advanced and sorry, my english isn`t good.