mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
This pull request adds support for the LastPass password manager to the maintained apps ecosystem, including its metadata, installation and uninstallation scripts, and a new icon for the frontend. The changes ensure that LastPass can be managed like other supported applications and is visually represented in the software UI. **LastPass app integration:** * Added LastPass metadata to `winget` inputs, including installer details and default categories. * Added LastPass to the maintained apps output list (`apps.json`) with a description for display in the UI. * Created a new output file for LastPass (`lastpass/windows.json`) specifying versioning, detection queries, install/uninstall scripts, and installer hash. **Frontend/UI updates:** * Added a new React SVG icon component for LastPass (`LastPass.tsx`). * Registered the LastPass icon in the software icon map so it appears in the UI when LastPass is detected. [[1]](diffhunk://#diff-628095892e1d16090be1db6cc1a5c9cebc65248c32a8b1312385394818f2907bR10) [[2]](diffhunk://#diff-628095892e1d16090be1db6cc1a5c9cebc65248c32a8b1312385394818f2907bR297)
10 lines
263 B
JSON
10 lines
263 B
JSON
{
|
|
"name": "LastPass",
|
|
"slug": "lastpass/windows",
|
|
"package_identifier": "LastPass.LastPass",
|
|
"unique_identifier": "LastPass",
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"]
|
|
}
|