caps_enhancer/server/update.xml
2026-03-24 10:12:35 +03:00

19 lines
844 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version='1.0' encoding='UTF-8'?>
<!--
Файл обновления расширения для Chrome.
Chrome периодически опрашивает этот файл и сравнивает версию.
Замените:
EXTENSION_ID — ID расширения (см. chrome://extensions после первой установки)
version — текущая версия (должна совпадать с manifest.json)
codebase — прямая ссылка на .crx файл на вашем сервере
-->
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='hpjnlbenmhmigajedbgmonmnediljbfa'>
<updatecheck
status='ok'
codebase='https://git.ihateamerica.ru/caps_enhancer/caps-enhancer.crx'
version='2.8'
/>
</app>
</gupdate>