{
  "id": "/?utm_source=pwa",
  "name": "PULSE — Game Performance Optimizer",
  "short_name": "PULSE",
  "description": "GPU overclocking, CPU tuning, 84+ system tweaks. Built in Rust. Free forever.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "dir": "ltr",
  "background_color": "#0a0a0f",
  "theme_color": "#00D4C8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pulse-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities", "games"],
  "lang": "en",
  "shortcuts": [
    {
      "name": "Download PULSE",
      "short_name": "Download",
      "description": "Direct download of the latest PULSE installer.",
      "url": "/download/pulse-installer.exe",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "Free vs Pro tier comparison.",
      "url": "/pricing.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Compatibility",
      "short_name": "Compat",
      "description": "Browse the HRDP game compatibility matrix.",
      "url": "/compatibility.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Account",
      "short_name": "Account",
      "description": "Manage your PULSE subscription and devices.",
      "url": "/account.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-1280.webp",
      "sizes": "1280x554",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "PULSE Dashboard — live FPS, frametime, CPU/GPU telemetry"
    },
    {
      "src": "/screenshots/cpu-tuner-1280.webp",
      "sizes": "1280x660",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "PULSE CPU Tuner — process priority, affinity, P-core pinning"
    }
  ]
}
