diff --git a/bucket/nvidia-inspector.json b/bucket/nvidia-inspector.json
new file mode 100644
index 00000000000000..181aa4fd9c693d
--- /dev/null
+++ b/bucket/nvidia-inspector.json
@@ -0,0 +1,30 @@
+{
+ "version": "1.9.8.7",
+ "description": "NVIDIA Inspector is a utility to read all GPU relevant data from the NVIDIA driver. It also supports overclocking and changing driver settings, for example to enable SLI for unsupported games.",
+ "homepage": "https://orbmu2k.de/tools/nvidia-inspector-tool",
+ "license": "Freeware",
+ "suggest": {
+ "nvidia-profile-inspector": "extras/nvidia-profile-inspector"
+ },
+ "url": "https://download.orbmu2k.de/files/nvidiaInspector.zip",
+ "hash": "107c7255a4304d178db8fccebc637930ef3f8806d0bb72b4cbe0b64573a7079b",
+ "persist": "nvidiaInspector.exe.config",
+ "shortcuts": [
+ [
+ "nvidiaInspector.exe",
+ "NVIDIA Inspector"
+ ]
+ ],
+ "checkver": {
+ "url": "https://www.techpowerup.com/download/nvidia-inspector/changes",
+ "jsonpath": "$.result",
+ "regex": "
([\\d.]+)"
+ },
+ "autoupdate": {
+ "url": "https://download.orbmu2k.de/files/nvidiaInspector.zip",
+ "hash": {
+ "url": "https://www.techpowerup.com/download/nvidia-inspector/",
+ "regex": "
$sha256
"
+ }
+ }
+}
diff --git a/bucket/nvidia-profile-inspector.json b/bucket/nvidia-profile-inspector.json
index a78f26cb80d14d..cccb885ffca2fc 100644
--- a/bucket/nvidia-profile-inspector.json
+++ b/bucket/nvidia-profile-inspector.json
@@ -1,8 +1,11 @@
{
"version": "2.4.0.4",
- "description": "View detailed info about your nVidia graphics card. Features overclocking options and other nifty settings.",
- "homepage": "https://github.com/Orbmu2k/nvidiaProfileInspector/",
+ "description": "A tool used for modifying game profiles inside the internal driver database of the NVIDIA driver.",
+ "homepage": "https://github.com/Orbmu2k/nvidiaProfileInspector",
"license": "MIT",
+ "suggest": {
+ "nvidia-inspector": "extras/nvidia-inspector"
+ },
"url": "https://github.com/Orbmu2k/nvidiaProfileInspector/releases/download/2.4.0.4/nvidiaProfileInspector.zip",
"hash": "9dc8f944dc55c0eca9bb939b1c756a093f8250b6d9db76319bf27ef5fbe4cb83",
"bin": "nvidiaProfileInspector.exe",