Skip to content

Commit

Permalink
Update manifest options
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 14, 2024
1 parent 24a7e8b commit 8634bf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,14 @@
$wgCitizenMaxSearchResults = 10;
// Default to dark theme
$wgCitizenThemeDefault = 'dark';
$wgCitizenThemeColor = '#0d1012';
$wgCitizenManifestOptions = [
'background_color' => '#0d1012',
'description' => 'Unofficial wiki dedicated to Star Citizen and Squadron 42',
'short_name' => 'SC Wiki',
'theme_color' => "#0d1012",
'icons' => [],
];

/**
* Enable WikiDiff2
Expand Down

0 comments on commit 8634bf2

Please sign in to comment.