Skip to content

Commit

Permalink
fix(manifest): main key no longer required for themes
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeIlLeone committed Oct 19, 2023
1 parent e0f298a commit d4207ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manifest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ All keys in the [common section](#common), as well as the following:
| Key | Type | Description |
| ---------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| type&nbsp;<Required /> | 'replugged-theme' | Must be `replugged-theme`. |
| main&nbsp;<Required /> | string | The path to the main entrypoint of your theme (CSS). The [theme template](https://github.com/replugged-org/theme-template) will allow you to also use SCSS and will handle compiling and updating the file location for you. |
| main | string | The path to the main entrypoint of your theme (CSS). The [theme template](https://github.com/replugged-org/theme-template) will allow you to also use SCSS and will handle compiling and updating the file location for you. |
| splash | string | The path to Discord's splash screen entrypoint of your theme (CSS). The [theme template](https://github.com/replugged-org/theme-template) will allow you to also use SCSS and will handle compiling and updating the file location for you. |

## Types
Expand Down

0 comments on commit d4207ef

Please sign in to comment.