{
  "name": "AMREST COMPANION",
  "short_name": "AMREST",
  "description": "Restoration estimating and project management tools for AMREST",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#10316b",
  "theme_color": "#10316b",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/American-Restoration-Logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/static/American-Restoration-Logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Estimate",
      "short_name": "New",
      "description": "Create a new estimate",
      "url": "/data-entry",
      "icons": [
        {
          "src": "/static/American-Restoration-Logo.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Manage Estimates",
      "short_name": "Manage",
      "description": "View and manage all estimates",
      "url": "/manage-estimates",
      "icons": [
        {
          "src": "/static/American-Restoration-Logo.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Calculators",
      "short_name": "Calc",
      "description": "Access estimating calculators",
      "url": "/days-calculator",
      "icons": [
        {
          "src": "/static/American-Restoration-Logo.webp",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
