Skip to content

Commit

Permalink
Add automatically parsed data (test)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
GitHub Actions committed Mar 25, 2024
1 parent 95b0553 commit 3533de0
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 0 deletions.
56 changes: 56 additions & 0 deletions apps/Bitwarden.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: app

permalink: /Bitwarden/
description: A secure and free password manager for all of your devices.

icons:
- Bitwarden/icons/128x128/bitwarden.png

screenshots:
- Bitwarden/screenshot.png

authors:
- name: bitwarden
url: https://github.com/bitwarden

links:
- type: GitHub
url: bitwarden/clients
- type: Download
url: https://github.com/bitwarden/clients/releases

desktop:
Desktop Entry:
Name: Bitwarden
Exec: AppRun --no-sandbox %U
Terminal: false
Type: Application
Icon: bitwarden
StartupWMClass: Bitwarden
X-AppImage-Version: 2024.3.0
GenericName: Password Manager
Comment: A secure and free password manager for all of your devices.
MimeType: x-scheme-handler/bitwarden
Categories: Utility
AppImageHub:
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
could not be verified. Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.'
X-AppImage-Type: 2
X-AppImage-Architecture: x86_64

electron:
version: 2024.3.0
author: Bitwarden Inc. <[email protected]> (https://bitwarden.com)
homepage: https://bitwarden.com
license: GPL-3.0
main: main.js
repository:
type: git
url: git+https://github.com/bitwarden/clients.git
dependencies:
"@bitwarden/desktop-native": file:../desktop_native
argon2: 0.31.0
---
19 changes: 19 additions & 0 deletions database/Bitwarden/bitwarden.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[Desktop Entry]
Name=Bitwarden
Exec=AppRun --no-sandbox %U
Terminal=false
Type=Application
Icon=bitwarden
StartupWMClass=Bitwarden
X-AppImage-Version=2024.3.0
GenericName=Password Manager
Comment=A secure and free password manager for all of your devices.
MimeType=x-scheme-handler/bitwarden;
Categories=Utility;

[AppImageHub]
# Dear upstream developer, please include update information in your AppImage
# (e.g., with appimagetool -u) so that users can easily update the AppImage
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
X-AppImage-Type=2
X-AppImage-Architecture=x86_64
Binary file added database/Bitwarden/icons/128x128/bitwarden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions database/Bitwarden/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "2024.3.0",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/clients.git"
},
"dependencies": {
"@bitwarden/desktop-native": "file:../desktop_native",
"argon2": "0.31.0"
}
}
Binary file added database/Bitwarden/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3533de0

Please sign in to comment.