[v3] plugin.toml -> plugin.yaml

This commit is contained in:
Lea Anthony 2023-08-11 08:20:21 +10:00
commit 3ac557ccb1
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
14 changed files with 77 additions and 77 deletions

View file

@ -1,11 +0,0 @@
# This is the plugin definition file for the "browser" plugin.
Name = "browser"
Description = "Opens URLs and files in the default browser."
Author = "Lea Anthony"
Version = "v1.0.0"
Website = "https://wails.io"
Repository = "https://github.com/wailsapp/wails/v3/plugins/browser"
License = "MIT"

View file

@ -0,0 +1,11 @@
# This is the plugin definition file for the "browser" plugin.
---
Name: browser
Description: Opens URLs and files in the default browser.
Author: Lea Anthony
Version: v1.0.0
Website: https://wails.io
Repository: https://github.com/wailsapp/wails/v3/plugins/browser
License: MIT

View file

@ -1,11 +0,0 @@
# This is the plugin definition file for the "kvstore" plugin.
Name = "kvstore"
Description = "A Simple Key/Value Store for Wails Applications"
Author = "Lea Anthony"
Version = "v1.0.0"
Website = "https://wails.io"
Repository = "https://github.com/wailsapp/wails/v3/plugins/kvstore"
License = "MIT"

View file

@ -0,0 +1,11 @@
# This is the plugin definition file for the "kvstore" plugin.
---
Name: kvstore
Description: A Simple Key/Value Store for Wails Applications
Author: Lea Anthony
Version: v1.0.0
Website: https://wails.io
Repository: https://github.com/wailsapp/wails/v3/plugins/kvstore
License: MIT

View file

@ -1,11 +0,0 @@
# This is the plugin definition file for the "log" plugin.
Name = "log"
Description = "A basic logger"
Author = "Lea Anthony"
Version = "v1.0.0"
Website = "https://wails.io"
Repository = "https://github.com/wailsapp/wails/v3/plugins/log"
License = "MIT"

View file

@ -0,0 +1,11 @@
# This is the plugin definition file for the "log" plugin.
---
Name: log
Description: A basic logger
Author: Lea Anthony
Version: v1.0.0
Website: https://wails.io
Repository: https://github.com/wailsapp/wails/v3/plugins/log
License: MIT

View file

@ -1,11 +0,0 @@
# This is the plugin definition file for the "oauth" plugin.
Name = "oauth"
Description = "Provides oauth capabilities."
Author = "Lea Anthony"
Version = "v1.0.0"
Website = "https://wails.io"
Repository = "https://github.com/wailsapp/wails/v3/plugins/oauth"
License = "MIT"

View file

@ -0,0 +1,11 @@
# This is the plugin definition file for the "oauth" plugin.
---
Name: oauth
Description: Provides oauth capabilities.
Author: Lea Anthony
Version: v1.0.0
Website: https://wails.io
Repository: https://github.com/wailsapp/wails/v3/plugins/oauth
License: MIT

View file

@ -1,11 +0,0 @@
# This is the plugin definition file for the "single-instance" plugin.
Name = "single-instance"
Description = "Allows only a single instance of your application to run"
Author = "Lea Anthony"
Version = "v1.0.0"
Website = "https://wails.io"
Repository = "https://github.com/wailsapp/wails/v3/plugins/single-instance
License = "MIT"

View file

@ -0,0 +1,11 @@
# This is the plugin definition file for the "single-instance" plugin.
---
Name: single-instance
Description: Allows only a single instance of your application to run
Author: Lea Anthony
Version: v1.0.0
Website: https://wails.io
Repository: https://github.com/wailsapp/wails/v3/plugins/single-instance
License: MIT

View file

@ -1,11 +0,0 @@
# This is the plugin definition file for the "sqlite" plugin.
Name = "sqlite"
Description = "Provides easy access to SQLite DBs"
Author = "Lea Anthony"
Version = "v1.0.0"
Website = "https://wails.io/plugins/sqlite"
Repository = "https://github.com/wailsapp/wails/v3/plugins/sqlite"
License = "MIT"

View file

@ -0,0 +1,11 @@
# This is the plugin definition file for the "sqlite" plugin.
---
Name: sqlite
Description: Provides easy access to SQLite DBs
Author: Lea Anthony
Version: v1.0.0
Website: https://wails.io/plugins/sqlite
Repository: https://github.com/wailsapp/wails/v3/plugins/sqlite
License: MIT

View file

@ -1,11 +0,0 @@
# This is the plugin definition file for the "start_at_login" plugin.
Name = "start_at_login"
Description = "Plugin to control whether the application should start at login"
Author = "Lea Anthony"
Version = "v1.0.0"
Website = "https://wails.io/plugins/start_at_login"
Repository = "https://github.com/wailsapp/wails/v3/plugins/start_at_login"
License = "MIT"

View file

@ -0,0 +1,11 @@
# This is the plugin definition file for the "start_at_login" plugin.
---
Name: start_at_login
Description: Plugin to control whether the application should start at login
Author: Lea Anthony
Version: v1.0.0
Website: https://wails.io/plugins/start_at_login
Repository: https://github.com/wailsapp/wails/v3/plugins/start_at_login
License: MIT