Syntax fix for manifest.json - an unexpected character slipped in

This commit is contained in:
SebastianMC 2025-01-23 23:10:43 +01:00
parent 2d8b478f0e
commit b0592e471d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"id": "custom-sort", "id": "custom-sort",
"name": "Custom File Explorer sorting", "name": "Custom File Explorer sorting",
"version": "3.1.2",§ "version": "3.1.2",
"minAppVersion": "1.7.2", "minAppVersion": "1.7.2",
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer", "description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
"author": "SebastianMC", "author": "SebastianMC",