Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions bucket/win-codexbar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "0.45.3",
"description": "Windows system-tray app that shows usage stats for AI coding tools (Claude, Codex, Copilot, and more).",
"homepage": "https://github.com/nesszer/Win-CodexBar",
"license": "MIT",
Comment thread
z-Fng marked this conversation as resolved.
"suggest": {
"Microsoft Edge WebView2": "extras/webview2"
},
"architecture": {
"64bit": {
"url": "https://github.com/nesszer/Win-CodexBar/releases/download/v0.45.3/CodexBar-0.45.3-portable.exe#/CodexBar.exe",
"hash": "051dcd61abcf332902a5ba337c683b7c24e5a7e8fc5575e196820c951785669e"
}
},
"bin": "CodexBar.exe",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"shortcuts": [
[
"CodexBar.exe",
"Win-CodexBar"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nesszer/Win-CodexBar/releases/download/v$version/CodexBar-$version-portable.exe#/CodexBar.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}
Loading