aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 0e1eb7a4d4c78b510f9f608329a4995bebd00e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "plugins": [
    {
      "name": "plugin_manager",
      "version": "0.1",
      "description": "A GUI interface to the Adam's lite plugin manager.",
      "path": "plugins/plugin_manager",
      "mod_version": 3,
      "provides": [
        "plugin-manager"
      ],
      "files": [
        {
          "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.9/lpm.x86_64-linux",
          "arch": "x86_64-linux",
          "checksum": "SKIP"
        },
        {
          "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.9/lpm.x86_64-windows.exe",
          "arch": "x86_64-windows",
          "checksum": "SKIP"
        },
        {
          "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.9/lpm.x86_64-darwin",
          "arch": "x86_64-darwin",
          "checksum": "SKIP"
        }
      ],
      "dependencies": {
        "json": {}
      }
    },
    {
      "name": "json",
      "version": "1.0",
      "description": "JSON support plugin, provides encoding/decoding.",
      "type": "library",
      "path": "plugins/json.lua",
      "provides": [
        "json"
      ]
    }
  ],
  "remotes": [
    "https://github.com/lite-xl/lite-xl-plugins.git:master",
    "https://github.com/adamharrison/lite-xl-simplified.git:master"
  ]
}