{
  "name": "TruckLeap — Trucking Calculators",
  "short_name": "TruckLeap",
  "description": "Free trucking calculators for owner-operators. Freight class, profit, IFTA, fuel cost, and more.",
  "start_url": "/tools",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1d4ed8",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Profit Calculator",
      "short_name": "Profit",
      "description": "Calculate your monthly trucking profit",
      "url": "/tools/profit-calculator",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Freight Class Calculator",
      "short_name": "Freight Class",
      "description": "Find your NMFC freight class",
      "url": "/tools/freight-class-calculator",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Load Profitability",
      "short_name": "Load Check",
      "description": "Should you take this load?",
      "url": "/tools/load-profitability-calculator",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
