An open API service indexing awesome lists of open source software.

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

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).