shortcutblocker/module.json

27 lines
956 B
JSON

{
"name": "shortcutblocker",
"title": "Shortcut Blocker",
"description": "This blocks all shortcuts on the browser. No Alt+F4 No CTRL+R.... nada!",
"authors": [
{
"name": "Jesse James",
"discord": "JAMES#0009",
"url": "https://git.james-things.com/James"
}
],
"version": "2",
"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",
"download": "https://git.james-things.com/James/shortcutblocker/archive/main.zip",
"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"
]
}