mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-04-03 16:05:32 -05:00
21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"short_name": "PhaseII",
|
|
"name": "PhaseII eAmusement Network",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icon.gif",
|
|
"sizes": "512x512",
|
|
"type": "image/gif"
|
|
}
|
|
],
|
|
"start_url": "https://web3.phaseii.network/",
|
|
"display": "fullscreen",
|
|
"theme_color": "#1f2937",
|
|
"background_color": "#1f2937"
|
|
}
|
|
|