Skip to content

Commit

Permalink
docs: add period to description in manifest.json
Browse files Browse the repository at this point in the history
- Updated description in manifest.json to include a period.
- Ensured consistency in plugin metadata formatting.
  • Loading branch information
kdnk committed Sep 13, 2024
1 parent 38db1a0 commit f42a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Full Path",
"version": "0.0.1",
"minAppVersion": "0.15.0",
"description": "Display the full path instead of just the file name",
"description": "Display the full path instead of just the file name.",
"author": "Kodai Nakamura",
"isDesktopOnly": false
}

0 comments on commit f42a6a7

Please sign in to comment.