-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 562 Bytes
/
plugin.json
File metadata and controls
21 lines (21 loc) · 562 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://acode.app/schema/plugin/v0.1.0.json",
"id": "bajrangcoder.acodex",
"name": "AcodeX - Terminal",
"main": "dist/main.js",
"version": "3.3.0",
"readme": "readme.md",
"icon": "icon.png",
"files": [],
"minVersionCode": 290,
"license": "MIT",
"keywords": ["terminal", "acodex", "termux"],
"changelogs": "ChangeLog.md",
"contributors": [],
"author": {
"name": "Raunak Raj",
"email": "[email protected]",
"url": "https://github.com/bajrangCoder/acode-plugin-acodex",
"github": "bajrangCoder"
}
}