{
  "name": "UAS Operations",
  "short_name": "UAS Ops",
  "description": "CAL FIRE UAS Operations — Preflight, airspace, NOTAMs, and field tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0f14",
  "theme_color": "#0d0f14",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [
        {
          "name": "files",
          "accept": ["application/pdf", "image/tiff", ".tif", ".tiff", ".pdf", ".geotiff", ".geojson", ".json", "application/geo+json", "application/json"]
        }
      ]
    }
  }
}
