Added all available META options

Qwerasd 2018-08-27 20:29:03 -04:00
parent 22c403b464
commit 4a538bcc6b
1 changed files with 2 additions and 2 deletions

@ -16,10 +16,10 @@ BandagedBD requires one line at the beginning of a theme file to identify it:
//META{"name":"Theme Name"}*// //META{"name":"Theme Name"}*//
``` ```
Optionally you can also include a website, source, and description field in the meta like so: Optionally you can also include a website, source, author, version, and description field in the meta like so:
```js ```js
//META{"name":"Theme","website":"https://example.com","source":"https://example.com/theme.css","description":"This theme makes things look better."}*// //META{"name":"Theme","website":"https://example.com","source":"https://example.com/theme.css","author":"me","version":"0.0.6","description":"This theme makes things look better."}*//
``` ```
# Extra # Extra