shortcutblocker/module.json

27 lines
956 B
JSON
Raw Normal View History

2022-06-20 20:58:36 +00:00
{
"name": "shortcutblocker",
"title": "Shortcut Blocker",
2022-06-20 21:18:50 +00:00
"description": "This blocks all shortcuts on the browser. No Alt+F4 No CTRL+R.... nada!",
2022-06-20 20:58:36 +00:00
"authors": [
{
"name": "Jesse James",
"discord": "JAMES#0009",
"url": "https://git.james-things.com/James"
}
],
2022-06-24 08:10:00 +00:00
"version": "2",
2022-06-20 20:58:36 +00:00
"compatibleCoreVersion": "9",
"minimumCoreVersion": "0.8.8",
"bugs": "https://git.james-things.com/James/shortcutblocker/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-gmScreen/releases",
"manifest": "https://git.james-things.com/James/shortcutblocker/raw/branch/main/module.json",
2022-06-20 21:19:32 +00:00
"download": "https://git.james-things.com/James/shortcutblocker/archive/main.zip",
2022-06-20 20:58:36 +00:00
"readme": "https://git.james-things.com/James/shortcutblocker/raw/branch/main/README.md",
"url": "https://git.james-things.com/James/shortcutblocker",
"allowBugReporter": true,
"manifestPlusVersion": "1.1.0",
"scripts": [
"scripts/shortcutblocker.js"
]
}