-
Notifications
You must be signed in to change notification settings - Fork 223
Add Monitor Refresh Rate Changer plugin configuration #683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "ID": "f38c9470-7d31-401e-88ca-06c964bb3fc3", | ||
| "ActionKeyword": "hz", | ||
| "Name": "Monitor Refresh Rate Changer", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
With this Useful? React with 👍 / 👎. |
||
| "Description": "Change your monitor refresh rate easily from Flow Launcher", | ||
| "Author": "MUSFIKUR RHAMAN SIFAT", | ||
| "Version": "0.2.0", | ||
| "Language": "python", | ||
| "Website": "https://github.com/psycodess/hz-plugin", | ||
| "IcoPath": "https://cdn.jsdelivr.net/gh/psycodess/hz-plugin@main/Images/app.png", | ||
| "UrlDownload": "https://github.com/psycodess/hz-plugin/raw/main/hz-plugin.zip", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The manifest validator requires Useful? React with 👍 / 👎. |
||
| "UrlSourceCode": "https://github.com/psycodess/hz-plugin" | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repository only allows the fields listed in
necessary_fieldsandoptional_fields; addingActionKeywordmakespython -m pytest ci/src/validator.py -qfail intest_optional_fieldswithunknown fields: ['ActionKeyword'], so this manifest cannot pass CI until this field is removed.Useful? React with 👍 / 👎.