mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3] plugin.toml -> plugin.yaml
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user