pages/oob-profile/reset.ps1
$content = @"
{ "name": "Jakoby", "bio": "Passionate bug-hunter & PowerShell ninja.", "profileImage": "", "contactLink": "https://x.com/I_Am_Jakoby" } "@ set-content -Path .\manifest.json -Value $content |