34 lines
690 B
JSON
34 lines
690 B
JSON
{
|
|
"name": "AsiaGolf",
|
|
"short_name": "AsiaGolf",
|
|
"description": "AsiaGolf - Store",
|
|
"lang" : "en",
|
|
"dir": "ltr",
|
|
"start_url": "/index.html",
|
|
"scope": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/logo/logo-app.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/logo/logo-app.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/logo/logo-app.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"background_color": "#fff",
|
|
"theme_color": "#394696",
|
|
"display": "standalone",
|
|
"orientation": "portrait-primary"
|
|
}
|