12 lines
446 B
JSON
12 lines
446 B
JSON
{
|
|
"id": "hello-exbyte",
|
|
"name": "Hello Exbyte",
|
|
"version": "1.0.0",
|
|
"author": "Exbyte Studios",
|
|
"description": "Example plugin — a menu action, a per-workspace notes panel, a file context item, and a submit guard. Copy it as a starting point.",
|
|
"entry": "index.js",
|
|
"minAppVersion": "0.3.5",
|
|
"permissions": ["p4:read", "notify"],
|
|
"contributes": { "menu": true, "views": ["notes"], "fileContext": true, "submitHooks": true }
|
|
}
|