Files
Web-NibblePoker/tools/items/formula-wizard.json
Herwin cd015b43a7 removed trash files, changed how Formula Wozard catalog works
Update .gitignore, strings.json, and 21 more files...
2023-08-16 11:16:09 +02:00

27 lines
594 B
JSON

{
"dom": "formula-wizard/page.php",
"lang": "formula-wizard/lang.json",
"code": [],
"module": [
"formula-wizard/src/main.js"
],
"styles": [
"formula-wizard/styles.css"
],
"icon": "fad fa-magic",
"title": "tool.formula-wizard.title",
"opengraph": {
"title": {
"en": "Formula Wizard",
"fr": "Ensorceleur de formules"
},
"description": {
"en": "TODO: Description",
"fr": "TODO: Description"
},
"type": "website",
"url": "https://nibblepoker.lu/tools/formula-wizard",
"image": "/resources/NibblePoker/images/placeholder.png",
"image_type": "image/png"
}
}