20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"name": "Crypto Portfolio Tracker",
|
|
"short_name": "CryptoTracker",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#4A90E2",
|
|
"icons": [
|
|
{
|
|
"src": "/static/images/logo-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/images/logo-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |