Skip to content

Instantly share code, notes, and snippets.

@bennyty
Last active July 19, 2023 01:18
Show Gist options
  • Save bennyty/39e4527e5ca7560075f9adbccb481032 to your computer and use it in GitHub Desktop.
Save bennyty/39e4527e5ca7560075f9adbccb481032 to your computer and use it in GitHub Desktop.
PF2e Perception v10 shim
{
"id": "pf2e-perception",
"title": "PF2e Perception",
"author": "Idle",
"description": "",
"authors": [
{
"name": "Idle",
"discord": "Idle#3251"
}
],
"esmodules": [
"scripts/main.js"
],
"scripts": [
"libs/jquery-ui.min.js"
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"version": "0.6.0",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-perception",
"readme": "https://github.com/reonZ/pf2e-perception/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-perception/master/module.json",
"download": "https://github.com/reonZ/pf2e-perception/releases/download/0.6.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-perception/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-perception/issues",
"styles": [
"styles/global.css",
"styles/menu.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "4.12.9"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment