FreshRSS-Extensions/xExtension-QuickCollapse/metadata.json
Alexandre Alapetite cc6bf0d1e6
New developer command to test all third-party extensions
* `composer run-script phpstan-third-party`
* Rename the directory for generate.php to `third-party` instead of `tmp`
* Take advantage of PHPStan checkMissingOverrideMethodAttribute https://phpstan.org/config-reference#checkmissingoverridemethodattribute
* Detected and fixed bug in URL of https://github.com/tunbridgep/freshrss-invidious
2024-04-07 17:06:35 +02:00

8 lines
210 B
JSON

{
"name": "Quick Collapse",
"author": "romibi and Marien Fressinaud",
"description": "Quickly change from folded to unfolded articles",
"version": "0.2.1",
"entrypoint": "QuickCollapse",
"type": "user"
}