{
	"id": "chat-scrolling",
	"title": "Chat Scrolling",
	"description": "Allows you to scroll up and read chat messages without being sent to the bottom whenever a player sends a message.",
	"version": "1.0",

	"compatibility": {
		"minimum": "10",
		"verified": "12"
	},

	"scripts": [],
	"esmodules": [
		"./main.js"
	],

	"authors": [
		{
			"name": "relick",
			"discord": "@relick",
			"url": "https://kasha.dev"
		}
	],

	"relationships": {
		"requires": [
			{
				"id": "lib-wrapper",
				"type": "module",
				"compatibility": {
					"minimum": "1.0.0.0",
					"verified": "1.13.2.0"
				}
			}
		]
	},

	"url": "https://github.com/relick/FoundryVTT-Chat-Scrolling",
	"manifest": "https://raw.githubusercontent.com/relick/FoundryVTT-Chat-Scrolling/refs/heads/master/module.json",
	"download": "https://github.com/relick/FoundryVTT-Chat-Scrolling/archive/refs/tags/1.0.zip"
}