← back to Calc 67
public/manifest.json
25 lines
{
"name": "Boomer Calc",
"short_name": "Boomer Calc",
"description": "Simple, easy-to-read calculator with big numbers. Perfect for everyone!",
"start_url": "/",
"display": "standalone",
"background_color": "#9333ea",
"theme_color": "#9333ea",
"orientation": "portrait",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}