TAO/client/public/manifest.json

34 lines
690 B
JSON
Raw Normal View History

2023-09-02 04:53:15 +00:00
{
2023-11-19 07:00:22 +00:00
"short_name": "wired",
"name": "The Wired",
2023-09-02 04:53:15 +00:00
"icons": [
{
2023-11-19 07:00:22 +00:00
"src": "favicon.gif",
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"
}
],
"orientation": "portrait"
}