Files
MaterialDeck/module.json
Cristian Deenen 631fdbcccb v1.4.12
2022-09-07 04:55:51 +02:00

46 lines
1.2 KiB
JSON

{
"name": "MaterialDeck",
"id": "MaterialDeck",
"title": "Material Deck",
"description": "Material Deck allows you to control Foundry using an Elgato Stream Deck",
"version": "1.4.12",
"author": "CDeenen",
"authors": {
"name": "CDeenen",
"email": "cdeenen@outlook.com",
"discord": "Cris#6864",
"patreon": "MaterialFoundry",
"reddit": "CDeenen123"
},
"esmodules": ["./MaterialDeck.js"],
"styles": ["./css/style.css"],
"socket": true,
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "9",
"verified": "10"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/CDeenen/MaterialDeck/Master/img/MaterialFoundry512x512.png"
}
],
"manifestPlusVersion": "1.1.0",
"url": "https://github.com/CDeenen/MaterialDeck",
"manifest": "https://raw.githubusercontent.com/CDeenen/MaterialDeck/Master/module.json",
"download": "https://github.com/CDeenen/MaterialDeck/archive/Master.zip"
}