{
  "name": "PayUtility - Freelance Tax Calculators",
  "short_name": "PayUtility",
  "description": "Free self-employment tax calculator, 1099 tax estimator, and invoice fee calculator for freelancers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "categories": ["finance", "business", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "SE Tax Calculator",
      "short_name": "SE Tax",
      "url": "/self-employment-tax",
      "description": "Calculate self-employment tax"
    },
    {
      "name": "1099 Tax Calculator",
      "short_name": "1099 Tax",
      "url": "/1099-tax",
      "description": "Estimate 1099 contractor taxes"
    },
    {
      "name": "Freelance Rate Calculator",
      "short_name": "Rate Calc",
      "url": "/freelance-rate",
      "description": "Find your hourly rate"
    },
    {
      "name": "Invoice Fee Calculator",
      "short_name": "Fees",
      "url": "/invoice-fee",
      "description": "Compare PayPal, Stripe, Square fees"
    }
  ]
}
