{
	"id": "nodebb-plugin-custom-persona-templates",
	"name": "Custom Persona Templates",
	"description": "Adds custom templates to the persona theme",
	"url": "https://github.com/btw6391/nodebb-plugin-custom-persona-templates",
	"library": "./library.js",
	"hooks": [
		{ "hook": "filter:teasers.get", "method": "getTeasers" },
		{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" },
		{ "hook": "filter:config.get", "method": "getThemeConfig" },
		{ "hook": "static:app.load", "method": "init" },
		{ "hook": "filter:admin.header.build", "method": "addAdminNavigation" },
		{ "hook": "filter:topic.build", "method": "addUserToTopic" }
	],
	"staticDirs": {
		"static": "./static"
	},
	"less": [
	],
	"scripts": [
		"lib/persona.js",
		"lib/modules/nprogress.js",
		"lib/modules/autohidingnavbar.min.js",
		"lib/modules/slideout.min.js",
		"lib/modules/quickreply.js",
		"lib/client/chats.js"
	],
	"templates": "static/templates",
	"languages": "public/language",
	"acpScripts": [
		"lib/admin.js"
	]
}