diff --git a/v3/plugins/browser/plugin.toml b/v3/plugins/browser/plugin.toml deleted file mode 100644 index 47e547389..000000000 --- a/v3/plugins/browser/plugin.toml +++ /dev/null @@ -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" - - diff --git a/v3/plugins/browser/plugin.yaml b/v3/plugins/browser/plugin.yaml new file mode 100644 index 000000000..965625073 --- /dev/null +++ b/v3/plugins/browser/plugin.yaml @@ -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 + + diff --git a/v3/plugins/kvstore/plugin.toml b/v3/plugins/kvstore/plugin.toml deleted file mode 100644 index cebd76c8a..000000000 --- a/v3/plugins/kvstore/plugin.toml +++ /dev/null @@ -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" - - diff --git a/v3/plugins/kvstore/plugin.yaml b/v3/plugins/kvstore/plugin.yaml new file mode 100644 index 000000000..2c2a80cc2 --- /dev/null +++ b/v3/plugins/kvstore/plugin.yaml @@ -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 + + diff --git a/v3/plugins/log/plugin.toml b/v3/plugins/log/plugin.toml deleted file mode 100644 index 0315468df..000000000 --- a/v3/plugins/log/plugin.toml +++ /dev/null @@ -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" - - diff --git a/v3/plugins/log/plugin.yaml b/v3/plugins/log/plugin.yaml new file mode 100644 index 000000000..ea0cf5f67 --- /dev/null +++ b/v3/plugins/log/plugin.yaml @@ -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 + + diff --git a/v3/plugins/oauth/plugin.toml b/v3/plugins/oauth/plugin.toml deleted file mode 100644 index b99d12153..000000000 --- a/v3/plugins/oauth/plugin.toml +++ /dev/null @@ -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" - - diff --git a/v3/plugins/oauth/plugin.yaml b/v3/plugins/oauth/plugin.yaml new file mode 100644 index 000000000..c6932094e --- /dev/null +++ b/v3/plugins/oauth/plugin.yaml @@ -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 + + diff --git a/v3/plugins/single_instance/plugin.toml b/v3/plugins/single_instance/plugin.toml deleted file mode 100644 index 6682e4493..000000000 --- a/v3/plugins/single_instance/plugin.toml +++ /dev/null @@ -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" - - diff --git a/v3/plugins/single_instance/plugin.yaml b/v3/plugins/single_instance/plugin.yaml new file mode 100644 index 000000000..49416bba6 --- /dev/null +++ b/v3/plugins/single_instance/plugin.yaml @@ -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 + + diff --git a/v3/plugins/sqlite/plugin.toml b/v3/plugins/sqlite/plugin.toml deleted file mode 100644 index 7e53e00d6..000000000 --- a/v3/plugins/sqlite/plugin.toml +++ /dev/null @@ -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" - - diff --git a/v3/plugins/sqlite/plugin.yaml b/v3/plugins/sqlite/plugin.yaml new file mode 100644 index 000000000..08a3d6926 --- /dev/null +++ b/v3/plugins/sqlite/plugin.yaml @@ -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 + + diff --git a/v3/plugins/start_at_login/plugin.toml b/v3/plugins/start_at_login/plugin.toml deleted file mode 100644 index fa359f46b..000000000 --- a/v3/plugins/start_at_login/plugin.toml +++ /dev/null @@ -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" - - diff --git a/v3/plugins/start_at_login/plugin.yaml b/v3/plugins/start_at_login/plugin.yaml new file mode 100644 index 000000000..36e8c6b3a --- /dev/null +++ b/v3/plugins/start_at_login/plugin.yaml @@ -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 + +