TAO/client/public/manifest.json

40 lines
831 B
JSON
Raw Normal View History

2023-09-02 04:53:15 +00:00
{
2023-11-19 07:47:06 +00:00
"short_name": "The Wired",
2023-11-19 07:00:22 +00:00
"name": "The Wired",
2023-09-02 04:53:15 +00:00
"icons": [
{
2024-08-16 03:51:18 +00:00
"src": "favicon.ico",
2023-09-02 04:53:15 +00:00
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
2023-11-19 07:00:22 +00:00
"src": "192_icon.png",
2023-09-02 04:53:15 +00:00
"type": "image/png",
2023-11-19 07:00:22 +00:00
"sizes": "192x192",
"purpose": "any maskable"
2023-09-02 04:53:15 +00:00
},
{
2023-11-19 07:00:22 +00:00
"src": "icon.png",
2023-09-02 04:53:15 +00:00
"type": "image/png",
2023-11-19 07:00:22 +00:00
"sizes": "512x512",
"purpose": "any maskable"
2023-09-02 04:53:15 +00:00
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
2023-11-19 07:00:22 +00:00
"background_color": "#000000",
"related_applications": [
{
"platform": "webapp",
"url": "http://localhost:3000/manifest.json"
}
],
2023-11-19 07:47:06 +00:00
"orientation": "portrait",
"splash": {
"image": "icon.png",
"background_color": "#000000",
"resize_mode": "contain",
"image_size": "512x512"
}
2023-11-19 07:00:22 +00:00
}