Skip to content

Commit 2671b6a

Browse files
authored
improved custom script schema
1 parent e213743 commit 2671b6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Your custom (and homebrew) scripts can be augmented with "meta data" to improve
2222
"name": "Your Custom Script Name",
2323
"author": "Your Name",
2424
"logo": "https://i.imgur.com/logo.png",
25-
"background": "https://i.imgur.com/background-image.jpg"
25+
"background": "https://i.imgur.com/background-image.jpg",
26+
"firstNight": ["dusk","minioninfo", "demoninfo","poisoner","...","dawn"],
27+
"otherNight": ["dusk","poisoner","...","dawn"]
2628
}
2729
```
2830

0 commit comments

Comments
 (0)