{
  "name": "ArbSoul",
  "short_name": "ArbSoul",
  "description": "Tree inventory, risk assessment, appraisal, planting records, landscape planning, and arborist reports.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f1e6",
  "theme_color": "#203128",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "./icons/arbsoul-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/arbsoul-logo-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tree Inventory",
      "short_name": "Inventory",
      "url": "./tree-inventory.html",
      "icons": [{ "src": "./icons/arbsoul-logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Tree Risk Studio",
      "short_name": "Risk",
      "url": "./risk-studio.html",
      "icons": [{ "src": "./icons/arbsoul-logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Tree Appraisal",
      "short_name": "Appraisal",
      "url": "./appraisal-studio.html",
      "icons": [{ "src": "./icons/arbsoul-logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Planting Records",
      "short_name": "Planting",
      "url": "./care-plans.html",
      "icons": [{ "src": "./icons/arbsoul-logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Landscape Studio",
      "short_name": "Landscape",
      "url": "./studio.html",
      "icons": [{ "src": "./icons/arbsoul-logo-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
