{
  "name": "TRIMEDX Service Tracker",
  "short_name": "TRIMEDX",
  "description": "TRIMEDX field service work order and invoicing tracker",
  "start_url": "./TRIMEDX_Service_Tracker.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#534AB7",
  "theme_color": "#534AB7",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%23534AB7'/><text x='96' y='130' font-size='110' text-anchor='middle' fill='white' font-family='system-ui,sans-serif' font-weight='800'>T</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%23534AB7'/><text x='256' y='360' font-size='300' text-anchor='middle' fill='white' font-family='system-ui,sans-serif' font-weight='800'>T</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Work Order",
      "short_name": "New WO",
      "url": "./TRIMEDX_Service_Tracker.html#neworder",
      "description": "Create a new work order"
    },
    {
      "name": "Work Orders",
      "short_name": "Orders",
      "url": "./TRIMEDX_Service_Tracker.html#orders",
      "description": "View all work orders"
    }
  ]
}
