27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "羽球記分板",
|
|
"short_name": "羽球記分板",
|
|
"description": "羽毛球記分板,可在手機主畫面像 App 一樣開啟。",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f4ecd8",
|
|
"theme_color": "#143f49",
|
|
"lang": "zh-Hant",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{
|
|
"src": "/pwa-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/pwa-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|