From 7cdd79f069a7475cf961bb764e1629fae6bcb602 Mon Sep 17 00:00:00 2001 From: Delta Date: Thu, 16 Nov 2023 21:56:36 -0800 Subject: [PATCH 1/2] Add SettingsRedux --- manifest/net.deltawolf/SettingsRedux/info.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifest/net.deltawolf/SettingsRedux/info.json diff --git a/manifest/net.deltawolf/SettingsRedux/info.json b/manifest/net.deltawolf/SettingsRedux/info.json new file mode 100644 index 0000000..93b44b6 --- /dev/null +++ b/manifest/net.deltawolf/SettingsRedux/info.json @@ -0,0 +1,17 @@ +{ + "name": "SettingsRedux", + "id": "net.deltawolf.SettingsRedux", + "description": "Replaces the default Resonite Settings page with an enhanced settings page that adds in many QoL changes", + "category": "Dashboard", + "sourceLocation": "https://github.com/XDelta/SettingsRedux", + "versions": { + "2.0.0": { + "releaseUrl": "https://github.com/XDelta/SettingsRedux/releases/tag/2.0.0", + "artifacts": [{ + "url": "https://github.com/XDelta/SettingsRedux/releases/download/2.0.0/SettingsRedux.dll", + "filename": "SettingsRedux.dll", + "sha256": "c41298c54a0ae16ac723d3e616f502fa025f3fec02235f1da47c2b892dfbec21" + }] + } + } +} \ No newline at end of file From a50684e3960c9e2737289673fc29a933d7e193fb Mon Sep 17 00:00:00 2001 From: Delta Date: Thu, 16 Nov 2023 21:58:24 -0800 Subject: [PATCH 2/2] Add ShowSourceLocation --- .../net.deltawolf/ShowSourceLocation/info.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifest/net.deltawolf/ShowSourceLocation/info.json diff --git a/manifest/net.deltawolf/ShowSourceLocation/info.json b/manifest/net.deltawolf/ShowSourceLocation/info.json new file mode 100644 index 0000000..067cb44 --- /dev/null +++ b/manifest/net.deltawolf/ShowSourceLocation/info.json @@ -0,0 +1,17 @@ +{ + "name": "ShowSourceLocation", + "id": "net.deltawolf.ResoniteShowSourceLocation", + "description": "Allows seeing what is driving a field and where a component is located.", + "category": "Inspectors", + "sourceLocation": "https://github.com/XDelta/ResoniteShowSourceLocation", + "versions": { + "1.1.1": { + "releaseUrl": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/tag/1.1.1", + "artifacts": [{ + "url": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/download/1.1.1/ResoniteShowSourceLocation.dll", + "filename": "ResoniteShowSourceLocation.dll", + "sha256": "362d18bc3e5c75865ed86fb5dbfc7959fbf152f4d8fe05e39e66859af9f219ff" + }] + } + } +} \ No newline at end of file