{
  "id": "errorfix-pro",
  "name": "ErrorFix Pro",
  "short_name": "ErrorFix Pro",
  "description": "Your ultimate diagnostic companion for Windows error codes, bloatware cleanup, hardware guides, and component compatibility checking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#111827",
  "theme_color": "#3B82F6",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "developer"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/image.png",
      "sizes": "2560x1600",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ErrorFix Pro – Dashboard showing error codes, bloatware, and hardware guides"
    },
    {
      "src": "/image.png",
      "sizes": "2560x1600",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ErrorFix Pro – Mobile view of the diagnostic dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Error Lookup",
      "short_name": "Errors",
      "description": "Search Windows error codes and BSOD stop codes",
      "url": "/errors",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Bloatware Cleanup",
      "short_name": "Bloatware",
      "description": "Find and remove unwanted preinstalled software",
      "url": "/bloatware",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Hardware Guides",
      "short_name": "Hardware",
      "description": "Step-by-step PC component guides",
      "url": "/hardware",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Compatibility Checker",
      "short_name": "Compat",
      "description": "Check component compatibility before you buy",
      "url": "/compatibility",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/errors",
    "method": "GET",
    "params": {
      "text": "q",
      "title": "q",
      "url": "q"
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred"
}
