{
  "name": "Linear Guideway Selection Calculator",
  "short_name": "GuideCalc",
  "description": "Linear rolling guideway sizing: load distribution, rated life and model pick — offline engineering calculator.",
  "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": "calc.html"
    },
    {
      "name": "Catalog & model pick",
      "short_name": "Catalog",
      "url": "catalog.html"
    }
  ]
}
