From 4abca8678cbe976e9070f89a2e19f797490104fe Mon Sep 17 00:00:00 2001 From: Santiago Mooser Date: Wed, 8 Jul 2026 12:41:12 +0800 Subject: [PATCH] foreground: Add version 1.1.0 Co-Authored-By: Claude Fable 5 --- bucket/foreground.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/foreground.json diff --git a/bucket/foreground.json b/bucket/foreground.json new file mode 100644 index 00000000000000..a012a61a27e7dd --- /dev/null +++ b/bucket/foreground.json @@ -0,0 +1,38 @@ +{ + "version": "1.1.0", + "description": "Automatic time and activity tracker that records time spent in apps and websites, storing all data locally", + "homepage": "https://foreground.computer", + "license": { + "identifier": "Shareware", + "url": "https://foreground.computer/buy.html" + }, + "notes": [ + "Tracking data is stored in '%LOCALAPPDATA%\\HelloCode\\Foreground', and is not persisted by Scoop.", + "Consider installing the Foreground extension for your browser." + ], + "suggest": { + "Microsoft Edge WebView2": "extras/webview2" + }, + "architecture": { + "64bit": { + "url": "https://foreground.computer/static/builds/1/Foreground_1.1.0_x64_en-US.msi.zip", + "hash": "82b28fb6265344316ee654db609608ff7e9c3d0cba7d05eb9dfb2d0a333064ef" + } + }, + "pre_install": "Expand-MsiArchive \"$dir\\Foreground_$($version)_x64_en-US.msi\" \"$dir\" -ExtractDir 'PFiles\\Foreground' -Removal | Out-Null", + "shortcuts": [ + [ + "Foreground.exe", + "Foreground" + ] + ], + "pre_uninstall": "Stop-Process -Name 'Foreground' -ErrorAction SilentlyContinue", + "checkver": "static/builds/(?\\d+)/Foreground_(?[\\d.]+)_x64_en-US\\.msi\\.zip", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://foreground.computer/static/builds/$matchBuild/Foreground_$version_x64_en-US.msi.zip" + } + } + } +}