{
  "name": "Ball Screw Selection Calculator",
  "short_name": "ScrewCalc",
  "description": "Engineering calculator for ball-screw driven axes: sizing, checks, life, bearings, motors.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Sizing calculator",
      "short_name": "Sizing",
      "url": "horizontal.html"
    },
    {
      "name": "Screw catalog & life",
      "short_name": "Catalog",
      "url": "catalog.html"
    },
    {
      "name": "Selection report",
      "short_name": "Report",
      "url": "report.html"
    }
  ]
}
