Update samy.tasks.json

This commit is contained in:
2025-12-21 18:16:18 -05:00
parent 04026d2572
commit 385805fa81

View File

@@ -112,14 +112,19 @@
"Group": "apps"
},
{
"Id": "winget1Password",
"Name": "winget1Password",
"Id": "install1Password",
"Name": "install1Password",
"Label": "1Password",
"HandlerFn": "Invoke-Install1Password",
"Page": "onboard",
"Column": "right",
"Group": "apps",
"Tooltip": "Installs 1Password via winget"
"Tooltip": "Install 1Password desktop app and/or browser extensions",
"SubOptions": [
{ "Value": "desktop", "Label": "Desktop app (winget)" },
{ "Value": "chromeExt", "Label": "Chrome extension (force-install policy)" },
{ "Value": "edgeExt", "Label": "Edge extension (force-install policy)" }
]
},
{
"Id": "renameComputer",