puffin-app/public/manifest.json

37 lines
893 B
JSON
Raw Normal View History

{
"name": "Puffin Calculator",
"short_name": "Puffin Calc",
"description": "Carbon calculator for yacht owners - calculate and offset your carbon footprint",
"start_url": "/mobile-app",
"display": "standalone",
"background_color": "#f1f5f9",
"theme_color": "#3b82f6",
"orientation": "portrait",
"scope": "/",
"icons": [
{
"src": "/puffinOffset.webp",
"sizes": "192x192",
"type": "image/webp",
"purpose": "any maskable"
},
{
"src": "/puffinOffset.webp",
"sizes": "512x512",
"type": "image/webp",
"purpose": "any maskable"
}
],
"categories": ["utilities", "business", "finance"],
"screenshots": [
{
"src": "/puffinOffset.webp",
"sizes": "540x720",
"type": "image/webp",
"form_factor": "narrow"
}
],
"related_applications": [],
"prefer_related_applications": false
}