Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3bfe9ae
Add Google Meet Creator plugin info
renzocastillo Apr 3, 2025
7cebb32
Update plugins.json
renzocastillo Apr 3, 2025
4adb68a
Update plugins.json
renzocastillo Apr 3, 2025
8be594e
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 3, 2025
101b3b6
Adds tags for Google Meet Creator plugin
renzocastillo Apr 4, 2025
6944f83
Update plugins.json
renzocastillo Apr 4, 2025
06a10bc
Ensures file ends with a newline
renzocastillo Apr 4, 2025
0aa2f52
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 4, 2025
021e264
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 6, 2025
f76668a
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 6, 2025
dad9f1d
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 8, 2025
c727664
Update plugins.json
renzocastillo Apr 8, 2025
7b0df29
Update plugins.json
renzocastillo Apr 8, 2025
ea220d3
Update plugins.json
renzocastillo Apr 8, 2025
e495824
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 10, 2025
1da93ef
fix: ensure newline at end of plugins.json
renzocastillo Apr 10, 2025
ce84ea1
fix: remove unused ActionKeyword from Google Meet Creator plugin
renzocastillo Apr 10, 2025
86c3065
fix: remove Tags field from Google Meet Creator plugin entry
renzocastillo Apr 10, 2025
281206c
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 10, 2025
ff7f07d
Adds Google Meet Creator plugin
renzocastillo Apr 21, 2025
ccd48be
Merge branch 'plugin_api_v2' into plugin_api_v2
renzocastillo Apr 21, 2025
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
15 changes: 15 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3490,5 +3490,20 @@
"Tested": true,
"DateAdded": "2022-11-06T05:01:49Z",
"LatestReleaseDate": "2025-02-08T20:06:49Z"
},
{
"ID": "9B1E4E14-15DB-48E5-9156-3C1A9AB3FF31",
"Name": "Google Meet Creator",
"Description": "Quickly create Google Meet meetings from Flow Launcher",
"Author": "Renzo Castillo",
"Version": "1.0.0",
"Language": "python",
"Website": "https://github.com/renzocastillo/Flow.Launcher.Plugin.GoogleMeetCreator",
"UrlDownload": "https://github.com/renzocastillo/Flow.Launcher.Plugin.GoogleMeetCreator/releases/download/v1.0.0/Flow.Launcher.Plugin.GoogleMeetCreator.zip",
"UrlSourceCode": "https://github.com/renzocastillo/Flow.Launcher.Plugin.GoogleMeetCreator",
"IcoPath": "https://cdn.jsdelivr.net/gh/renzocastillo/[email protected]/Images/app.png",
"Tested": true,
"DateAdded": "2025-03-26T00:00:00Z",
"LatestReleaseDate": "2025-03-26T00:00:00Z"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"ID": "9B1E4E14-15DB-48E5-9156-3C1A9AB3FF31",
"Name": "Google Meet Creator",
"Description": "Quickly create Google Meet meetings from Flow Launcher",
"Author": "Renzo Castillo",
"Version": "1.0.0",
"Language": "python",
"Website": "https://github.com/renzocastillo/Flow.Launcher.Plugin.GoogleMeetCreator",
"UrlDownload": "https://github.com/renzocastillo/Flow.Launcher.Plugin.GoogleMeetCreator/releases/download/v1.0.0/Flow.Launcher.Plugin.GoogleMeetCreator.zip",
"UrlSourceCode": "https://github.com/renzocastillo/Flow.Launcher.Plugin.GoogleMeetCreator",
"IcoPath": "https://cdn.jsdelivr.net/gh/renzocastillo/[email protected]/Images/app.png"
}