We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684086b commit 729710fCopy full SHA for 729710f
manifest.json.php
@@ -5,7 +5,7 @@
5
{
6
"short_name": "<?php echo config::byKey('product_name'); ?>",
7
"background_color": "#ffffff",
8
- "theme_color": "#94ca02",
+ "theme_color": "<?php echo config::byKey('theme_color'); ?>",
9
"name": "<?php echo config::byKey('product_name'); ?>",
10
"gcm_sender_id": "103953800507",
11
"start_url": "index.php",
0 commit comments