Fix README and plugin.toml

This commit is contained in:
Yocraft-2000
2026-07-18 08:34:38 +02:00
parent 3435b11322
commit d9eea91d2b
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -8,11 +8,11 @@ Quickly open your favorite websites from the launcher. Favicons are downloaded a
| --- | --- | | --- | --- |
| ID | `yocraft/web-launcher` | | ID | `yocraft/web-launcher` |
| Entries | Launcher provider: `web-launcher` | | Entries | Launcher provider: `web-launcher` |
| Launcher Prefix | `web` | | Launcher Prefix | `/web` |
## Requirements ## Requirements
A browser. A browser and `xdg-utils`.
## Usage ## Usage
@@ -25,7 +25,7 @@ You can customize the list and order of websites in settings.
| Setting | Type | Default | Description | | Setting | Type | Default | Description |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| `links` | `string_list` | `see below` | Websites list and order. | | `links` | `string_list` | `see below` | Websites list and order. |
| `notify` | `bool` | `false` | Toggle notification when launching website. | | `notify` | `bool` | `true` | Toggle notification when launching website. |
| `icon_provider` | `select` | `google` | Icon download source. | | `icon_provider` | `select` | `google` | Icon download source. |
Default links: Default links:
+3
View File
@@ -5,6 +5,9 @@ plugin_api = 3
author = "yocraft" author = "yocraft"
description = "Quickly open your favorite websites from the launcher." description = "Quickly open your favorite websites from the launcher."
tags = ["launcher", "utility", "network", "productivity"] tags = ["launcher", "utility", "network", "productivity"]
dependencies = [ "xdg-utils" ]
licence = "MIT"
icon = "world"
[[launcher_provider]] [[launcher_provider]]
id = "web-launcher" id = "web-launcher"