{
  "name": "JunkFlow",
  "short_name": "JunkFlow",
  "description": "JunkFlow — customers, scheduling, and invoicing in one place.",
  "start_url": "/jobs",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4d88ff",
  "theme_color": "#000000",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/contacts",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "name",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    { "protocol": "tel", "url": "/contacts?phone=%s" },
    { "protocol": "sms", "url": "/contacts?phone=%s" }
  ]
}
