Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions plugins/Shortcut-flow.launcher.plugin.shortcut.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"ID": "flow.launcher.plugin.shortcut",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ID must be a guid, also for your project's plugin.json file. You can generate one from online.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikegyi Hello, could you please update the ID field to use a GUID format? For your reference, here’s an example: 91CA1156-2B39-4A90-9D20-D0FD19336776 and you can use it for your plugin.

"Name": "Shortcut",
"Description": "Search and create stories in Shortcut (formerly Clubhouse)",
"Author": "Mike Gyi",
"Version": "1.0.0",
"Language": "TypeScript",
"Website": "https://github.com/mikegyi/flow-launcher-shortcut",
"UrlDownload": "https://github.com/mikegyi/flow-launcher-shortcut/releases/download/v1.0.0/Flow.Launcher.Plugin.Shortcut.zip",
"UrlSourceCode": "https://github.com/mikegyi/flow-launcher-shortcut",
"IcoPath": "https://cdn.jsdelivr.net/gh/mikegyi/flow-launcher-shortcut/Images/app.png"
}
Loading