{
  "name": "AuditMyChildSupport",
  "short_name": "AuditCS",
  "description": "Free child support calculator and audit tool. All 50 states + DC.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#c9a84c",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Calculator",
      "short_name": "Calculator",
      "url": "/calculator",
      "description": "Free child support calculator"
    },
    {
      "name": "My Cases",
      "short_name": "Cases",
      "url": "/dashboard/cases",
      "description": "View your audit cases"
    }
  ]
}
