A repo for my personal website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding static hosting of PF2E Table Mode module json file

+60
+60
public/foundry/pf2e-table-mode.json
··· 1 + { 2 + "id": "pf2e-table-mode", 3 + "title": "Table Mode", 4 + "description": "<p>A module for playing at an in-person table.</p>", 5 + "version": "v0.1.1", 6 + "compatibility": { 7 + "minimum": 13, 8 + "verified": 13 9 + }, 10 + "relationships": { 11 + "requires": [ 12 + { 13 + "id": "socketlib", 14 + "type": "module", 15 + "compatibility": { 16 + "minimum": "v1.1.3", 17 + "verified": "v1.1.3" 18 + } 19 + } 20 + ] 21 + }, 22 + "esmodules": [ 23 + "main.iife.js" 24 + ], 25 + "styles": [ 26 + { 27 + "src": "style.css" 28 + } 29 + ], 30 + "authors": [ 31 + { 32 + "name": "Cass Forest", 33 + "discord": "cityboundforest", 34 + "email": "cityboundforest@gmail.com", 35 + "url": "https://cityboundforest.com" 36 + } 37 + ], 38 + "languages": [ 39 + { 40 + "lang": "en", 41 + "name": "English", 42 + "path": "lang/en.json" 43 + } 44 + ], 45 + "packs": [ 46 + { 47 + "name": "table-mode-macros", 48 + "label": "Macros for Table Mode", 49 + "path": "packs/macros", 50 + "type": "Macro", 51 + "ownership": { 52 + "PLAYER": "NONE", 53 + "ASSISTANT": "OWNER" 54 + } 55 + } 56 + ], 57 + "socket": true, 58 + "manifest": "https://cityboundforest.com/foundry/pf2e-table-mode.json", 59 + "download": "https://tangled.org/cass.cityboundforest.com/pf2e-table-mode/tags/b52f2af1c1461e241567feb8521c2c9d1e37b3ff/download/module.zip" 60 + }