{
  "name": "Free1099TaxCalc — Global Freelancer Tax Calculator",
  "short_name": "Free1099TaxCalc",
  "description": "Free, instant tax calculator for freelancers in 25+ countries. Calculate income tax, social contributions, and take-home pay.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0f1a",
  "theme_color": "#10b981",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate Taxes",
      "url": "/",
      "description": "Open the tax calculator"
    },
    {
      "name": "FAQ",
      "url": "/faq",
      "description": "Frequently asked questions"
    }
  ]
}
