diff --git a/cookiecutter.json b/cookiecutter.json
index 5114cee..4c4e600 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -22,7 +22,7 @@
"base_url": "/",
"route_url_strategy": "path",
"web_renderer": "canvaskit",
- "use_color_emoji": "false",
+ "use_color_emoji": false,
"pwa_background_color": "#FFFFFF",
"pwa_theme_color": "#0175C2",
"split_per_abi": false,
diff --git a/{{cookiecutter.out_dir}}/web/index.html b/{{cookiecutter.out_dir}}/web/index.html
index 2d8b46a..91e58a1 100644
--- a/{{cookiecutter.out_dir}}/web/index.html
+++ b/{{cookiecutter.out_dir}}/web/index.html
@@ -25,13 +25,13 @@