FreshRSS-Extensions/xExtension-QuickCollapse/metadata.json
Alexis Degrugillier 26be877e7a Fix extension definitions
Before, extensions were missing the definition of mandatory methods.
At the moment, it's not a problem because the coding guidelines are not
enforced by the code. But in the future, it will break.
Now, extensions have all mandatory method definitions.
2021-01-05 11:31:01 -05:00

8 lines
206 B
JSON

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