{
    "id": "permission_viewer",
    "title": "Ownership Viewer",
    "description": "Quickly see which entities (Journal entries, Actors, etc..) are visible to all players or visible to a specific player.",
    "version": "14.0",
    "compatibility": {
        "minimum": "13",
        "verified": "14"
    },
    "authors": [
        {
            "name": "Matheus Clemente",
            "discord": "mclemente"
        }
    ],
    "scripts": [
        "scripts/ownership_viewer.js"
    ],
    "styles": [
        "styles/ownership_viewer.css"
    ],
    "url": "https://github.com/mclemente/fvtt-ownership-viewer",
    "manifest": "https://github.com/mclemente/fvtt-ownership-viewer/releases/latest/download/module.json",
    "download": "https://github.com/mclemente/fvtt-ownership-viewer/releases/download/14.0/module.zip",
    "bugs": "https://github.com/mclemente/fvtt-module-permission-viewer/issues",
    "changelog": "https://raw.githubusercontent.com/mclemente/fvtt-module-permission-viewer/master/CHANGELOG.md"
}