Skip to content

About app for OWD Client

License

Notifications You must be signed in to change notification settings

owdproject/app-about

Repository files navigation

About

About App for Open Web Desktop.


Overview

This app for Open Web Desktop displays the version and other information.

Installation

owd install-app @owdproject/app-about

Usage

Configuration

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.

About

About app for OWD Client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published