{ "name": "markers", "title": "Markers", "description": "A simple module that contains markers (1-100, A-Z, a-z, and some symbols) for a DM to use to mark their maps.", "author": "flamableconcrete", "url": "https://github.com/flamableconcrete/fvtt-markers", "readme": "https://github.com/flamableconcrete/fvtt-markers/blob/main/README.md", "manifest": "https://raw.githubusercontent.com/flamableconcrete/fvtt-markers/main/src/module.json", "version": "0.0.12", "download": "https://github.com/flamableconcrete/fvtt-markers/releases/download/0.0.12/fvtt-markers-v0.0.12.zip", "minimumCoreVersion": "0.5.0", "compatibleCoreVersion": "0.7.9", "bugs": "https://github.com/flamableconcrete/fvtt-markers/issues", "allowBugReporter": true, "packs": [ { "name": "markers-alphabet-lower", "label": "Markers (Alphabet lowercase)", "path": "/packs/markers-alphabet-lower.db", "entity": "Actor" }, { "name": "markers-alphabet-upper", "label": "Markers (Alphabet uppercase)", "path": "/packs/markers-alphabet-upper.db", "entity": "Actor" }, { "name": "markers-numbers", "label": "Markers (Numbers)", "path": "/packs/markers-numbers.db", "entity": "Actor" }, { "name": "markers-symbols", "label": "Markers (Symbols)", "path": "/packs/markers-symbols.db", "entity": "Actor" } ] }