{
  "name": "WhatIsMyPay \u2014 Free Paycheck Calculator",
  "short_name": "WhatIsMyPay",
  "description": "Free paycheck calculator for all 50 US states. See your exact take-home pay after taxes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f0d",
  "theme_color": "#0a0f0d",
  "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"
    }
  ]
}