Fix index.json example not having customBackgroundFile key

This commit is contained in:
TukanDev
2022-07-05 20:31:14 +02:00
parent 2af33ccc33
commit f0d08f5e67

View File

@@ -38,7 +38,8 @@ A full, complete `index.json` will look something like this:
"css": ["/index.css"],
"js": ["/index.js"]
},
"customBackgroundURL": "https://website.com/image.png"
"customBackgroundURL": "https://website.com/image.png",
"customBackgroundFile": "/image.png"
}
```