Skip to content

Commit

Permalink
fix: update plugin ID in manifest.json
Browse files Browse the repository at this point in the history
- Changed plugin ID from "full-path-plugin" to "full-path".
- Ensured consistency with the plugin name and metadata.
  • Loading branch information
kdnk committed Sep 13, 2024
1 parent 79180a1 commit 38db1a0
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
@@ -1,5 +1,5 @@
{
"id": "full-path-plugin",
"id": "full-path",
"name": "Full Path",
"version": "0.0.1",
"minAppVersion": "0.15.0",
Expand Down

0 comments on commit 38db1a0

Please sign in to comment.