YTBN-Graphing-Software/www/manifest.json
2022-04-20 14:36:28 -04:00

29 lines
703 B
JSON

{
"name": "YTBN Graphing Software PWA",
"short_name": "ytbn-graphing-software-pwa",
"icons": [
{
"src": "./icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./icon-1024.png",
"sizes": "1024x1024",
"type": "image/png"
}
],
"lang": "en-US",
"id": "/index.html",
"start_url": "./index.html",
"display": "standalone",
"background_color": "black",
"theme_color": "#404040"
}