copay/app-template/manifest.ionic-template.json

14 lines
299 B
JSON

{
"name": "*packageDescription*",
"short_name": "*nameCase*",
"start_url": "index.html",
"display": "standalone",
"icons": [{
"src": "assets/img/app/logo.png",
"sizes": "150x65",
"type": "image/png"
}],
"background_color": "*THEMECOLOR*",
"theme_color": "*THEMECOLOR*"
}