{
  "name": "JetMind SQMS",
  "short_name": "JetMind",
  "description": "Aviation Safety & Quality Management System \u2014 offline-capable audit execution for EASA / ICAO / IOSA compliance",
  "start_url": "/",
  "scope": "/audit/",
  "id": "/audit/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#00f2ff",
  "categories": [
    "productivity",
    "utilities",
    "business"
  ],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Execute Audit",
      "short_name": "Execute",
      "url": "/audit/execution",
      "description": "Start or continue offline audit execution",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "CAPA Findings",
      "short_name": "CAPAs",
      "url": "/audit/findings",
      "description": "Open CAPA findings board",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Audit Planner",
      "short_name": "Planner",
      "url": "/audit/planning",
      "description": "Plan and schedule audits",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+sqmsaudit",
      "url": "/audit/execution?id=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/audit/execution",
      "accept": {
        "application/json": [
          ".sqms"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/audit/execution",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "evidence",
          "accept": [
            "image/jpeg",
            "image/png",
            "application/pdf"
          ]
        }
      ]
    }
  }
}