Files
chengyu/manifest.json
M1ngdaXie cf64244b21
All checks were successful
Deploy / deploy (push) Successful in 2s
Add PWA support with service worker, manifest, and icons
2026-03-27 18:37:10 -07:00

25 lines
561 B
JSON

{
"name": "梅子的成语填字",
"short_name": "成语填字",
"description": "每天练习成语填字,越练越强!",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a2e",
"theme_color": "#1a1a2e",
"orientation": "portrait",
"icons": [
{
"src": "icons/icon-192.png?v=3",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-512.png?v=3",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}