Adiciona update manifests

master
Rodrigo O 2019-04-02 22:15:18 -03:00
parent df8a78998f
commit 7238d3b752
2 changed files with 18 additions and 0 deletions

6
updates/chromium.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='elbinineaanocdjhlppfohogabpafikh'>
<updatecheck codebase='https://burles.co/chromium/burlesco.crx' version='2.0' />
</app>
</gupdate>

12
updates/firefox.json Normal file
View File

@ -0,0 +1,12 @@
{
"addons": {
"{abcd1234-1abc-1234-12ab-abcdef123456}": {
"updates": [
{ "version": "10.0",
"update_link": "https://burles.co/chromium/burlesco.crx",
"applications": {
"gecko": { "strict_min_version": "44" } } }
]
}
}
}