Skip to content

Commit e425df1

Browse files
authored
Merge pull request #519 from Flow-Launcher/Jack251970-patch-1
Add example for properties & Add helper string
2 parents c15b131 + 300384d commit e425df1

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ Looking for a list of currently available plugins in Flow? Visit [here](https://
2323
4. It should look like this:
2424
```json
2525
{
26-
"ID": "Unique GUID from your plugin.json",
27-
"Name": "Plugin name",
28-
"Description": "Short description",
29-
"Author": "Author",
30-
"Version": "Version from your plugin.json",
31-
"Language": "Programming language",
32-
"Website": "Plugin website",
33-
"UrlDownload": "URL to download",
34-
"UrlSourceCode": "URL to source code",
35-
"IcoPath": "Plugin icon image's CDN URL, e.g. https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Images/explorer.png"
26+
"ID": "Unique GUID from your plugin.json, e.g. 2f4e384e-76ce-45c3-aea2-b16f5e5c328f",
27+
"Name": "Plugin name, e.g. Hello World Python",
28+
"Description": "Short description, e.g. Python Hello World example plugin",
29+
"Author": "Author, e.g. Flow Launcher",
30+
"Version": "Version from your plugin.json, e.g. 1.0.0",
31+
"Language": "Programming language, e.g. python",
32+
"Website": "Plugin website, e.g. https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython",
33+
"UrlDownload": "URL to download, e.g. https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/releases/download/v1.0.0/Flow.Launcher.Plugin.HelloWorldPython.zip",
34+
"UrlSourceCode": "URL to source code, e.g. https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/tree/main",
35+
"IcoPath": "Plugin icon image's CDN URL, e.g. https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython@main/Images/app.png"
3636
}
3737
```
3838
5. For `IcoPath`, use a CDN provider for global accessibility. [jsdelivr.com](https://www.jsdelivr.com/) for example as shown above, works well with GitHub repositories.
@@ -49,6 +49,8 @@ While the plugin has not yet appeared in the store, you and your users can manua
4949

5050
Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version.
5151

52+
So you do not need to manually submit a pull request after you make a new release.
53+
5254
## Plugin Store policy
5355

5456
Plugins that facilitate or contain any of the following will not be allowed:

0 commit comments

Comments
 (0)