Rahul Raman
unread,9:20 AM (7 hours ago) 9:20 AMSign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Patrick Kettner, Chromium Extensions, Rahul Raman
Yes as you can check in the sample profile i added i am giving boolean value only to "
override_update_url",and the xml url in the update url field.
So the flow is like this -
I install the Profile.
I install an application App1 on MAC which puts in the crx and xml at a specific location in the system.(the file:/// path given in the profile).
On browser restart the extension gets installed in the browser.
I update App1 and so the crx and xml also gets updated in the system.
Now in the next extension update cycle(~5hrs) my extension doesn't gets updated on its own. So the issue is the file protocol handler ?
If i will host these xml and crx somewhere else then the auto update will happen ?