Skip to content

Commit 729710f

Browse files
authored
add theme color config
1 parent 684086b commit 729710f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"short_name": "<?php echo config::byKey('product_name'); ?>",
77
"background_color": "#ffffff",
8-
"theme_color": "#94ca02",
8+
"theme_color": "<?php echo config::byKey('theme_color'); ?>",
99
"name": "<?php echo config::byKey('product_name'); ?>",
1010
"gcm_sender_id": "103953800507",
1111
"start_url": "index.php",

0 commit comments

Comments
 (0)