@tririga/cra-template
Version:
Quickstart Create React App (CRA) template for building TRIRIGA UX Web applications using ReactJS and IBM Carbon Components.
26 lines (25 loc) • 557 B
JSON
{
"short_name": "TRIRIGA UX Web Application Template",
"name": "TRIRIGA UX Web Application Template",
"icons": [
{
"src": "favicon.svg",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/svg+xml"
},
{
"src": "Tririga-Logo-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "Tririga-Logo-192x192.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}