{
  "name": "PRECISE | Smart Tools for Civil Engineers",
  "short_name": "PRECISE",
  "description": "Professional engineering estimation and carriage tool. Smart tools for the modern civil engineer.",
  "start_url": "../landing.html",
  "display": "standalone",
  "background_color": "#0b0d0e",
  "theme_color": "#0097a7",
  "orientation": "portrait",
  "categories": ["engineering", "productivity", "utilities"],
  "icons": [
    {
      "src": "civil_engineer_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "civil_engineer_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "scope": "../",
  "shortcuts": [
    {
      "name": "Estimate & Carriage",
      "short_name": "Estimate",
      "description": "Full estimation and carriage statement tool",
      "url": "../landing.html",
      "icons": [
        {
          "src": "civil_engineer_icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}