Skip to content

Commit

Permalink
Add update manifest pointing to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Aug 7, 2024
1 parent 4ed252b commit 3c0f9f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bump.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ try {
const v = tag.ref.replace('refs/tags/v', '');
return {
version: v,
src: tag.url,
src: `https://github.com/chromeos/iwa-sink/releases/download/v${v}/iwa-sink.swbn`,
};
});
} catch (e) {
Expand Down
23 changes: 7 additions & 16 deletions public/.well-known/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"short_name": "IWA KS",
"name": "Kitchen Sink IWA",
"version": "0.0.0",
"update_manifest_url": "https://github.com/chromeos/iwa-sink/releases/latest/download/update.json",
"icons": [
{
"src": "/images/icon.png",
Expand All @@ -13,23 +14,13 @@
],
"start_url": "/",
"display": "standalone",
"display_override": [
"borderless"
],
"display_override": ["borderless"],
"scope": "/",
"isolated_storage": true,
"permissions_policy": {
"cross-origin-isolated": [
"self"
],
"direct-sockets": [
"self"
],
"controlledframe": [
"self"
],
"window-management": [
"self"
]
"cross-origin-isolated": ["self"],
"direct-sockets": ["self"],
"controlledframe": ["self"],
"window-management": ["self"]
}
}
}

0 comments on commit 3c0f9f3

Please sign in to comment.