26 lines
499 B
JSON
26 lines
499 B
JSON
{
|
|
"name": "Shark Game",
|
|
"short_name": "Sharg",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "sharkgame.png",
|
|
"sizes": "200x200",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"purpose": "maskable",
|
|
"src": "maskable_icon.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/index.html",
|
|
"display": "standalone",
|
|
"background_color": "#536892",
|
|
"theme_color": "#2e4372"
|
|
}
|