MMM/manifest.json

19 lines
453 B
JSON
Raw Normal View History

2022-10-19 00:28:08 -05:00
{
2023-05-07 11:06:33 -05:00
"id": "com.twoexem.delta.MMM",
2023-05-06 08:10:49 -05:00
"name": "MMM",
2023-05-08 04:26:30 -05:00
"description": "A simple plugin that allows you to turn a prefixed command into some expansion.",
2022-10-21 23:08:59 -05:00
"author": {
2023-05-06 08:10:49 -05:00
"name": "delta",
2023-05-07 06:47:21 -05:00
"discordID": "770804101332074547",
2023-05-06 08:10:49 -05:00
"github": "Delta-Official"
2022-10-21 23:08:59 -05:00
},
"version": "1.0.4",
2022-12-12 00:14:51 -06:00
"updater": {
"type": "store",
"id": "com.twoexem.delta.MMM"
2022-12-12 00:14:51 -06:00
},
2023-05-07 06:47:21 -05:00
"license": "GPL-3.0-or-later",
2022-12-10 16:51:13 -06:00
"type": "replugged-plugin",
2022-12-10 20:22:04 -06:00
"renderer": "src/index.ts"
2022-10-19 00:28:08 -05:00
}