mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-11 05:36:34 +01:00
16 lines
436 B
JSON
16 lines
436 B
JSON
|
[{ "author" : "Andr3as",
|
||
|
"version": "0.3.2",
|
||
|
"name" : "CodeSettings",
|
||
|
"url" : "https://github.com/Andr3as/Codiad-CodeSettings",
|
||
|
"exclude" : "",
|
||
|
"rightbar" : [{
|
||
|
"action" : "codiad.CodeSettings.showDialog();",
|
||
|
"icon" : "icon-keyboard",
|
||
|
"title" : "CodeSettings"
|
||
|
}],
|
||
|
"config": [{
|
||
|
"file": "dialog.php",
|
||
|
"icon": "icon-keyboard",
|
||
|
"title": "CodeSettings"
|
||
|
}]
|
||
|
}]
|