Set default pwa_background_color
This commit is contained in:
parent
7e981729f6
commit
ab3fa58717
|
|
@ -17,8 +17,8 @@
|
||||||
"route_url_strategy": "path",
|
"route_url_strategy": "path",
|
||||||
"web_renderer": "canvaskit",
|
"web_renderer": "canvaskit",
|
||||||
"use_color_emoji": "false",
|
"use_color_emoji": "false",
|
||||||
"pwa_background_color": "",
|
"pwa_background_color": "#0175C2",
|
||||||
"pwa_theme_color": "",
|
"pwa_theme_color": "#0175C2",
|
||||||
"split_per_abi": false,
|
"split_per_abi": false,
|
||||||
"options": null
|
"options": null
|
||||||
}
|
}
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
"short_name": "{{ cookiecutter.project_name }}",
|
"short_name": "{{ cookiecutter.project_name }}",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "{{ cookiecutter.pwa_background_color if cookiecutter.pwa_background_color else '#0175C2' }}",
|
"background_color": "{{ cookiecutter.pwa_background_color }}",
|
||||||
"theme_color": "{{ cookiecutter.pwa_theme_color if cookiecutter.pwa_theme_color else '#0175C2' }}",
|
"theme_color": "{{ cookiecutter.pwa_theme_color }}",
|
||||||
"description": "{{ cookiecutter.project_description }}",
|
"description": "{{ cookiecutter.project_description }}",
|
||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue