Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To self-host the extension you need to host two files, the update file (e.g. update.xml) and the extension package (e.g. abgmfmhjplgnlmjoglbgddpdnfdcjenjlmw-2024-2.crx).
These needs to be hosted over HTTPS (Reference: https://developer.chrome.com/docs/extensions/how-to/distribute/host-on-linux#update) and we recommend hosting these together with the guide data JSON.

...

Code Block
languagexml
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
  <app appid='abgmfmhjplgnlmjoglbgddpdnfdcjenj'>
    <updatecheck codebase='https://companyurl/abgmfmhjplgnlmjoglbgddpdnfdcjenjlmw-2024-2.crx' version='2024.2' />
  </app>
</gupdate>

...