{
  "name": "TradeDesk Pro",
  "short_name": "TradeDesk",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1B1612",
  "theme_color": "#1B1612",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Estimate",
      "short_name": "Estimate",
      "description": "Start a new paint or trade estimate",
      "url": "/?shortcut=estimate",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Expense",
      "short_name": "Expense",
      "description": "Log a business expense",
      "url": "/?shortcut=expense",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Clock in to active job",
      "url": "/?shortcut=clockin",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/?shortcut=share-photo",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "photo", "accept": ["image/*"] }]
    }
  }
}
