{
  "id": "/sts-taxrepair-pwa",
  "name": "STS TaxRepair",
  "short_name": "STS Tax",
  "description": "Expert Tax Refund Solutions - Maximum Refund Guaranteed",
  "start_url": "/client-login",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#4CAF50",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71b3-4d8e-86ae-31a614c09123",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-64x64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "STS TaxRepair Mobile App"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "STS TaxRepair Desktop App"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "display_override": ["tabbed", "window-controls-overlay", "standalone"],
  "note_taking": {
    "new_note_url": "/new-note"
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.ststaxrepair.app"
    }
  ],
  "scope_extensions": [
    { "origin": "https://ststaxrepair.org", "scope": "/", "type": "navigation" },
    { "origin": "https://app.ststaxrepair.org", "scope": "/", "type": "navigation" },
    { "origin": "https://ststaxrepair.net", "scope": "/", "type": "navigation" }
  ],
  "shortcuts": [
    {
      "name": "Client Portal",
      "short_name": "Portal",
      "description": "Access your tax documents",
      "url": "/client-portal",
      "icons": [
        { "src": "/icons/icon-64x64.png", "sizes": "64x64", "type": "image/png" },
        { "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Upload Documents",
      "short_name": "Upload",
      "description": "Upload tax documents",
      "url": "/client-portal/documents",
      "icons": [
        { "src": "/icons/icon-64x64.png", "sizes": "64x64", "type": "image/png" },
        { "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/pdf": [".pdf"],
        "text/csv": [".csv"]
      }
    },
    {
      "action": "/client-portal/documents",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".jpg", ".jpeg", ".png", ".gif"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/contact?email=%s"
    },
    {
      "protocol": "web+ststax",
      "url": "/client-portal?action=%s"
    }
  ],
  "share_target": {
    "action": "/client-portal/documents",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "documents",
          "accept": ["application/pdf", "image/*", ".pdf", ".jpg", ".jpeg", ".png"]
        }
      ]
    }
  }
}
