https://github.com/owdproject/app-about
About app for OWD Client
https://github.com/owdproject/app-about
owd-apps owd-client
Last synced: 3 months ago
JSON representation
About app for OWD Client
- Host: GitHub
- URL: https://github.com/owdproject/app-about
- Owner: owdproject
- License: mit
- Created: 2021-12-02T06:06:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T02:11:43.000Z (12 months ago)
- Last Synced: 2025-10-29T03:51:30.488Z (7 months ago)
- Topics: owd-apps, owd-client
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About
About App for Open Web Desktop.
## Overview
This app for Open Web Desktop displays the version and other information.
## Installation
```bash
owd install-app @owdproject/app-about
```
## Usage
#### Configuration
```ts
export default defineDesktopConfig({
apps: [
'@owdproject/app-about'
],
about: {
title: 'Open Web Desktop',
subtitle: 'github.com/owdproject/client',
href: 'https://github.com/owdproject/client',
versionText: 'v{owdVersion} on Nuxt {nuxtVersion}',
icons: [
{
title: 'Open Web Desktop',
name: 'mdi:hexagon-multiple-outline',
size: 24,
},
]
}
})
```
#### Commands
```
about
```
## License
The application is released under the [MIT License](LICENSE).