1{
2 "name": "Hello World",
3 "description": "A sample addon that demonstrates the Nexus addon API. Adds a small footer note to every post.",
4 "version": "1.0.0",
5 "author": "Nexus Forum",
6 "url": "",
7 "hooks": ["render_post_footer", "after_topic_created"],
8 "requires": { "nexus": ">=14" }
9}