diff --git a/dtmt.cfg-Reference.md b/dtmt.cfg-Reference.md
index d88e481..50b484f 100644
--- a/dtmt.cfg-Reference.md
+++ b/dtmt.cfg-Reference.md
@@ -8,9 +8,17 @@ summary = ""
// A version number to track changes in your mod with. Shows up in DTMM
version = ""
// An optional, longer description of your mod. Currently unused, but matched to Nexus's long description
-description = ""
+// description = ""
// Name of the individual or group that made this mod
author = ""
+// A file path with extension to an image to show in DTMM. Recommended width: 500 - 1000 px
+image = "assets/icon.png"
+
+// A list of arbitrary strings that will show up in DTMM.
+// Grouping, filtering and other features may be implemented in the future, so you'll want to match up with other mods
+categories = [
+ Misc
+]
// A list of mod IDs that this mod depends on.
depends = [
@@ -45,5 +53,5 @@ packages = [
```
-**Note:** All file paths must be specified _without_ file extension.
+**Note:** Unless otherwise noted file paths must be specified _without_ file extension.
**Note**: All instances of `` are intended to be replaced with the value you specify in `id = ""`.
\ No newline at end of file