{
  "name": "GripCalc",
  "short_name": "GripCalc",
  "description": "Starting tyre pressures for track days and club racing, and pyrometer analysis after the session.",
  "start_url": "./index.html?skip=true&src=installed",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#0d0f11",
  "theme_color": "#0d0f11",
  "categories": [
    "sports",
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New calculation",
      "short_name": "Calculate",
      "url": "./index.html?skip=true&src=shortcut",
      "description": "Work out cold pressures for the next session"
    },
    {
      "name": "Session history",
      "short_name": "History",
      "url": "./index.html?skip=true&open=history&src=shortcut",
      "description": "What you ran last time"
    }
  ]
}