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
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"ID": "f38c9470-7d31-401e-88ca-06c964bb3fc3",
"ActionKeyword": "hz",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Remove unsupported ActionKeyword field

This repository only allows the fields listed in necessary_fields and optional_fields; adding ActionKeyword makes python -m pytest ci/src/validator.py -q fail in test_optional_fields with unknown fields: ['ActionKeyword'], so this manifest cannot pass CI until this field is removed.

Useful? React with 👍 / 👎.

"Name": "Monitor Refresh Rate Changer",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Rename the manifest to match Name and ID

With this Name, the validator expects the file to be named exactly Monitor Refresh Rate Changer-f38c9470-7d31-401e-88ca-06c964bb3fc3.json; the added file omits the spaces in the plugin name, so test_file_name_construct fails and blocks the submission. Rename the file or change the manifest name so they match.

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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Use a GitHub release asset download URL

The manifest validator requires UrlDownload to match the GitHub releases/download/.../*.zip pattern, but this points at a raw file on main; test_valid_download_url fails for this plugin. Publish the zip as a release asset and use that immutable https://github.com/<owner>/<repo>/releases/download/<tag>/<file>.zip URL instead.

Useful? React with 👍 / 👎.

"UrlSourceCode": "https://github.com/psycodess/hz-plugin"
}