mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3] plugin.toml -> plugin.yaml
This commit is contained in:
parent
e6c691a376
commit
3ac557ccb1
14 changed files with 77 additions and 77 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
11
v3/plugins/browser/plugin.yaml
Normal file
11
v3/plugins/browser/plugin.yaml
Normal 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
|
||||
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
||||
11
v3/plugins/kvstore/plugin.yaml
Normal file
11
v3/plugins/kvstore/plugin.yaml
Normal 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
|
||||
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
||||
11
v3/plugins/log/plugin.yaml
Normal file
11
v3/plugins/log/plugin.yaml
Normal 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
|
||||
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
||||
11
v3/plugins/oauth/plugin.yaml
Normal file
11
v3/plugins/oauth/plugin.yaml
Normal 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
|
||||
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
||||
11
v3/plugins/single_instance/plugin.yaml
Normal file
11
v3/plugins/single_instance/plugin.yaml
Normal 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
|
||||
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
||||
11
v3/plugins/sqlite/plugin.yaml
Normal file
11
v3/plugins/sqlite/plugin.yaml
Normal 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
|
||||
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
||||
11
v3/plugins/start_at_login/plugin.yaml
Normal file
11
v3/plugins/start_at_login/plugin.yaml
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue