Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
use new minimal plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Feb 19, 2022
1 parent 2c98883 commit 0d0292c
Show file tree
Hide file tree
Showing 6 changed files with 11,411 additions and 134 deletions.
Binary file added stream-deck-plugin/plugin/Newtonsoft.Json.dll
Binary file not shown.
11,305 changes: 11,305 additions & 0 deletions stream-deck-plugin/plugin/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file modified stream-deck-plugin/plugin/com.dim.streamdeck.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions stream-deck-plugin/plugin/com.dim.streamdeck.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
2 changes: 1 addition & 1 deletion stream-deck-plugin/plugin/index.js

Large diffs are not rendered by default.

232 changes: 99 additions & 133 deletions stream-deck-plugin/plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Author": "fcannizzaro",
"Description": "DIM actions",
"Icon": "./icons/pluginIcon",
"Version": "1.0.2",
"Version": "1.0.3",
"SDKVersion": 2,
"Bundle": "index.js",
"Engine": {
Expand All @@ -12,139 +12,105 @@
"Software": {
"MinimumVersion": "5.0"
},
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"OS": [{
"Platform": "windows",
"MinimumVersion": "10"
}],
"Category": "DIM / Destiny 2",
"CategoryIcon": "icons/category",
"CodePath": "com.dim.streamdeck.exe",
"PropertyInspectorPath": "pi/index.html",
"Actions": [
{
"Icon": "icons/loadoutIcon",
"Name": "Equip Loadout",
"States": [
{
"Image": "icons/loadoutState"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Allow to switch Destiny 2 Loadout",
"UUID": "com.dim.streamdeck.loadout"
},
{
"Icon": "icons/searchIcon",
"Name": "Search",
"States": [
{
"Image": "icons/searchState"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Search with a specific query",
"UUID": "com.dim.streamdeck.search"
},
{
"Icon": "icons/refreshIcon",
"Name": "Refresh DIM",
"States": [
{
"Image": "icons/refreshState"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Refresh DIM",
"UUID": "com.dim.streamdeck.refresh"
},
{
"Icon": "icons/randomIcon",
"Name": "Randomize Character",
"States": [
{
"Image": "icons/randomState"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Randomize a specific character",
"UUID": "com.dim.streamdeck.randomize"
},
{
"Icon": "icons/appIcon",
"Name": "Open DIM",
"States": [
{
"Image": "icons/appState"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Open DIM on the browser",
"UUID": "com.dim.streamdeck.app"
},
{
"Icon": "icons/vaultIcon",
"Name": "Vault",
"States": [
{
"Image": "icons/vaultState"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Show a specific param from the vault",
"UUID": "com.dim.streamdeck.vault"
},
{
"Icon": "icons/postmasterIcon",
"Name": "Postmaster",
"States": [
{
"Image": "icons/vaultState"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Show the used percentage of the current character postmaster",
"UUID": "com.dim.streamdeck.postmaster"
},
{
"Icon": "icons/metricsIcon",
"Name": "Metrics",
"States": [
{
"Image": "icons/metricsState"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Show a specific game metric",
"UUID": "com.dim.streamdeck.metrics"
},
{
"Icon": "icons/maxPowerIcon",
"Name": "Max Power",
"States": [
{
"Image": "icons/loadoutState"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Show the current character Max Power and tap to apply",
"UUID": "com.dim.streamdeck.power"
},
{
"Icon": "icons/farmingIcon",
"Name": "Farming Mode",
"States": [
{
"Image": "icons/farming-mode-off"
},
{
"Image": "icons/farming-mode-on"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Turn on/off the DIM Farming mode",
"UUID": "com.dim.streamdeck.farming-mode"
}
]
}
"Actions": [{
"Icon": "icons/loadoutIcon",
"Name": "Equip Loadout",
"States": [{
"Image": "icons/loadoutState"
}],
"SupportedInMultiActions": true,
"Tooltip": "Allow to switch Destiny 2 Loadout",
"UUID": "com.dim.streamdeck.loadout"
}, {
"Icon": "icons/searchIcon",
"Name": "Search",
"States": [{
"Image": "icons/searchState"
}],
"SupportedInMultiActions": true,
"Tooltip": "Search with a specific query",
"UUID": "com.dim.streamdeck.search"
}, {
"Icon": "icons/refreshIcon",
"Name": "Refresh DIM",
"States": [{
"Image": "icons/refreshState"
}],
"SupportedInMultiActions": true,
"Tooltip": "Refresh DIM",
"UUID": "com.dim.streamdeck.refresh"
}, {
"Icon": "icons/randomIcon",
"Name": "Randomize Character",
"States": [{
"Image": "icons/randomState"
}],
"SupportedInMultiActions": true,
"Tooltip": "Randomize a specific character",
"UUID": "com.dim.streamdeck.randomize"
}, {
"Icon": "icons/appIcon",
"Name": "Open DIM",
"States": [{
"Image": "icons/appState"
}],
"SupportedInMultiActions": true,
"Tooltip": "Open DIM on the browser",
"UUID": "com.dim.streamdeck.app"
}, {
"Icon": "icons/vaultIcon",
"Name": "Vault",
"States": [{
"Image": "icons/vaultState"
}],
"SupportedInMultiActions": false,
"Tooltip": "Show a specific param from the vault",
"UUID": "com.dim.streamdeck.vault"
}, {
"Icon": "icons/postmasterIcon",
"Name": "Postmaster",
"States": [{
"Image": "icons/vaultState"
}],
"SupportedInMultiActions": false,
"Tooltip": "Show the used percentage of the current character postmaster",
"UUID": "com.dim.streamdeck.postmaster"
}, {
"Icon": "icons/metricsIcon",
"Name": "Metrics",
"States": [{
"Image": "icons/metricsState"
}],
"SupportedInMultiActions": false,
"Tooltip": "Show a specific game metric",
"UUID": "com.dim.streamdeck.metrics"
}, {
"Icon": "icons/maxPowerIcon",
"Name": "Max Power",
"States": [{
"Image": "icons/loadoutState"
}],
"SupportedInMultiActions": false,
"Tooltip": "Show the current character Max Power and tap to apply",
"UUID": "com.dim.streamdeck.power"
}, {
"Icon": "icons/farmingIcon",
"Name": "Farming Mode",
"States": [{
"Image": "icons/farming-mode-off"
}, {
"Image": "icons/farming-mode-on"
}],
"SupportedInMultiActions": false,
"Tooltip": "Turn on/off the DIM Farming mode",
"UUID": "com.dim.streamdeck.farming-mode"
}]
}

0 comments on commit 0d0292c

Please sign in to comment.