{ "name": "popout", "title": "PopOut!", "description": "

This module adds a PopOut! button to most actor sheets, journal entries, and applications.

The PopOut! button allows you to open a sheet/application/document into its own window, for easier viewing or for use with multiple monitors.

This module does not work in the standalone FVTT Application.

This module is tested on Chrome and Firefox and under Linux and Windows 10.

This module is only tested against the base Foundry application using the DnD5e system. While most other systems and modules should work; Just because there is a PopOut! button on a window, does not guarantee that it will work. Due to the necessarily brittle nature of how this module is implemented, other modules may lack functionality or break completely when popped out.

If you do see a incorrect behavior, feel free to report it to the bugs url.

", "version": "2.0", "authors": ["KaKaRoTo", "Alec Posney"], "scripts": ["./popout.js"], "styles": [], "packs": [], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "es", "name": "Español", "path": "lang/es.json" }, { "lang": "zh-tw", "name": "正體中文", "path": "lang/zh-tw.json" }, { "lang": "ja", "name": "日本語", "path": "lang/ja.json" } ], "readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout#readme", "url": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout", "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/fvtt-module-popout/master/module.json", "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.0.zip", "bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues", "minimumCoreVersion": "0.6.0", "compatibleCoreVersion": "0.8.7" }