Skip to content

Commit 1730910

Browse files
authored
Create manifest.json for devtools plugin
Added a manifest file for the devtools plugin with metadata.
1 parent 2536a60 commit 1730910

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"devtools": {
3+
"id": "devtools",
4+
"name": "devtools",
5+
"version": "1.0.0",
6+
"signature": "a770588d71e9caf5c57d5aef88e3cf8b0e814e0260d5aafc324092b6a0cf6d8b",
7+
"path": "plugins\\devtools.exe",
8+
"capabilities": {
9+
"network_access": false,
10+
"filesystem_write": false,
11+
"registry_access": false,
12+
"description": "A Lucidshell plugin"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)