{
  "name": "QC Field — Field reports",
  "short_name": "QC Field",
  "description": "Document your fiber jobs with photos by stage and send QC and Drop Ready reports with one button.",
  "id": "qcfield-app",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "en",
  "icons": [
    { "src": "icons/qcfield-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/qcfield-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "share-receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "images", "accept": ["image/*"] }]
    }
  }
}
