Skip to content

Commit

Permalink
Add chromium auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
aokellermann committed Aug 16, 2023
1 parent f0e7d3d commit bf267f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Nexus Now!",
"short_name": "nexus-now",
"version": "0.2.0",
"version": "0.2.1",
"author": "Antony Kellermann",
"homepage_url": "https://github.com/aokellermann/nexus-now",
"description": "Access scientific literature using nexus.",
Expand Down Expand Up @@ -42,5 +42,6 @@
},
"options_ui": {
"page": "options.html"
}
},
"update_url": "https://raw.githubusercontent.com/aokellermann/nexus-now/master/updates/chromium.xml"
}
6 changes: 6 additions & 0 deletions updates/chromium.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='dlkgopgehblcicoegdnoehgifnimkafi'>
<updatecheck codebase='https://github.com/aokellermann/nexus-now/releases/download/v0.2.1/nexus-now_0.2.1_chromium.crx' version='0.2.1' />
</app>
</gupdate>

0 comments on commit bf267f1

Please sign in to comment.