go-proxy-bingai/web/manifest.webmanifest
2023-05-06 11:08:13 +08:00

27 lines
533 B
JSON

{
"name": "BingAI",
"short_name": "BingAI",
"start_url": "./chat.html",
"display": "standalone",
"background_color": "#ffffff",
"lang": "en",
"scope": "./",
"icons": [
{
"src": "./img/pwa/logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/pwa/logo-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./img/pwa/logo-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}