{"id":19408956,"url":"https://github.com/lexz-08/url-scheme-manager","last_synced_at":"2026-04-24T12:03:15.048Z","repository":{"id":126982370,"uuid":"548568487","full_name":"Lexz-08/url-scheme-manager","owner":"Lexz-08","description":"Makes adding/removing and managing custom URL Protocols for Windows easier.","archived":false,"fork":false,"pushed_at":"2022-10-09T21:01:44.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T18:47:38.494Z","etag":null,"topics":["csharp","registry","registry-editor","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"https://github.com/Lexz-08/url-scheme-manager/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lexz-08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-09T20:43:51.000Z","updated_at":"2024-09-05T12:35:48.000Z","dependencies_parsed_at":"2023-06-19T14:03:02.158Z","dependency_job_id":null,"html_url":"https://github.com/Lexz-08/url-scheme-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Lexz-08/url-scheme-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2Furl-scheme-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2Furl-scheme-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2Furl-scheme-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2Furl-scheme-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexz-08","download_url":"https://codeload.github.com/Lexz-08/url-scheme-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexz-08%2Furl-scheme-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32222483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","registry","registry-editor","windows-10","windows-11"],"created_at":"2024-11-10T12:08:50.198Z","updated_at":"2026-04-24T12:03:15.030Z","avatar_url":"https://github.com/Lexz-08.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url-scheme-manager\n## Description\nMakes adding/removing and managing custom URL Protocols for Windows easier.\n\n## How To Use\nThis code example is made automatically referencing ***`url-scheme-manager.dll`***.\n```csharp\n// create custom uri-scheme info for example\nvar schemeInfo = new URLSchemeInfo\n{\n    FriendlyName = \"Example Scheme\",\n    ProtocolPrefix = \"example-scheme\",\n    ProgramPath = \"example-program.exe\n};\nbool hasScheme = SchemeManager.CheckForSchemeInfo(schemeInfo);\n\n// add scheme info to Registry if not already added\nif (!hasInstall) SchemeManager.AddSchemeInfo(schemeInfo);\n\n// remove scheme info from Registry if already added\nif (hasInstall) SchemeManager.RemoveSchemeInfo(schemeInfo);\n```\n\n## Documentation\n  * `URLSchemeInfo`: Uri-scheme info for your program\n  * `SchemeManager`\n    * `CheckForSchemeInfo`\n      * Returns `true` or `false` depending on whether or not the specified uri-scheme info was added to the Registry\n    * `AddSchemeInfo`\n      * Adds the provided uri-scheme info to the Registry\n    * `RemoveSchemeInfo`\n      * Removes the specified uri-scheme info from the Registry\n\n## Download\n[Standalone (x86/x32)](https://github.com/Lexz-08/url-scheme-manager/releases/latest/download/url-scheme-manager-x86.dll)\u003cbr/\u003e\n[Standalone (x64)](https://github.com/Lexz-08/url-scheme-manager/releases/latest/download/url-scheme-manager-x64.dll)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Furl-scheme-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexz-08%2Furl-scheme-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexz-08%2Furl-scheme-manager/lists"}