{
  "short_name": "SignaTrue",
  "name": "SignaTrue - Legal Practice Management",
  "description": "A comprehensive legal practice management platform designed to streamline legal workflows. It serves as an all-in-one solution for matter control, collaboration, and secure e-signatures, transforming how legal professionals manage case documentation throughout the entire legal lifecycle.",
  "categories": [
    "business",
    "productivity",
    "finance"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Task Management"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#0F172A",
  "background_color": "#F9FAFB",
  "orientation": "any",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/zip",
            "application/x-zip-compressed",
            "text/plain",
            "image/*",
            "application/pdf"
          ]
        }
      ]
    }
  }
}