{
  "name": "Wivrix \u2014 57 Free Online Tools",
  "short_name": "Wivrix",
  "description": "Free calculators, converters and image or PDF tools that run in your browser.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "any",
  "lang": "en",
  "categories": [
    "utilities",
    "productivity",
    "finance",
    "education"
  ],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Unit Converter",
      "url": "/tools/unit-converter.html",
      "description": "Length, weight, temperature, volume and more \u2014 with a full conversion table."
    },
    {
      "name": "Loan & EMI Calculator",
      "url": "/tools/loan-emi-calculator.html",
      "description": "Monthly payment, total interest and a full amortization schedule."
    },
    {
      "name": "Currency Converter",
      "url": "/tools/currency-converter.html",
      "description": "Convert 160+ currencies with daily-updated exchange rates."
    },
    {
      "name": "BMI & Body Fat Calculator",
      "url": "/tools/bmi-calculator.html",
      "description": "BMI, healthy weight range and an estimated body fat percentage."
    }
  ]
}