33 lines
893 B
JSON
33 lines
893 B
JSON
{
|
|
"short_name": "Fontune Generator",
|
|
"name": "Fontune Generator",
|
|
"description": "Get your daily fortune with just a click.",
|
|
"background_color": "#1a1b1e",
|
|
"theme_color": "#1a1b1e",
|
|
"icons": [
|
|
{
|
|
"src": "../images/lifeadventurer-192*192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "../images/lifeadventurer-512*512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "../images/lifeadventurer-180*180.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "../images/lifeadventurer-270*270.png",
|
|
"sizes": "270x270",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/index.html",
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|