{
    "name": "Hacla Tenten Calculator",
    "short_name": "HACLA",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0f0f0f",
    "theme_color": "#e11d48",
    "icons": [
        {
        "src": "logo.webp",
        "sizes": "512x512",
        "type": "image/webp",
        "purpose": "any"
        },
        {
        "src": "logo.webp",
        "sizes": "192x192",
        "type": "image/webp",
        "purpose": "any"
        }
    ]
  }