mirror of
https://github.com/thalikbussacro/graph-filter-builder.git
synced 2026-07-22 06:52:03 +00:00
- bump minAppVersion 1.0.0 -> 1.5.0 - isDesktopOnly false -> true (alinhamento com README; plugin depende de DOM interno do graph view nao disponivel no mobile) - description em sentence case, foco no que faz, 250 chars - README: troca "Mobile not officially supported" por "Desktop only" pra refletir isDesktopOnly
9 lines
293 B
JSON
9 lines
293 B
JSON
{
|
|
"id": "graph-filter-builder",
|
|
"name": "Graph Filter Builder",
|
|
"version": "0.6.0",
|
|
"minAppVersion": "1.5.0",
|
|
"description": "Build graph view filters as structured include/exclude lines with autocomplete for tags, paths, and files.",
|
|
"author": "Thalik",
|
|
"isDesktopOnly": true
|
|
}
|