From 057b63a946c4e2107421f0e6f793b83799362123 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 13 Jul 2026 03:58:15 +0800 Subject: [PATCH] docs: point Chromium extension to GitHub --- chromium/manifest.json | 2 +- shared/hostname-normalization-v1.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium/manifest.json b/chromium/manifest.json index ef5eac3..a9c2647 100644 --- a/chromium/manifest.json +++ b/chromium/manifest.json @@ -4,7 +4,7 @@ "version": "2.0.3", "description": "Send pages, selections, links, and files to the local Verstak browser inbox.", "author": "Verstak", - "homepage_url": "https://git.mirv.top/verstak/verstak-browser-extension", + "homepage_url": "https://github.com/mirivlad/verstak-browser-extension", "permissions": ["alarms", "contextMenus", "idle", "storage", "tabs", "windows"], "host_permissions": ["http://127.0.0.1/*", "http://localhost/*"], "background": { diff --git a/shared/hostname-normalization-v1.json b/shared/hostname-normalization-v1.json index 92724c8..602df9b 100644 --- a/shared/hostname-normalization-v1.json +++ b/shared/hostname-normalization-v1.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/hostname-normalization-v1.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/hostname-normalization-v1.json", "title": "Verstak canonical hostname normalization v1 test vectors", "description": "Canonical hostnames are lowercase ASCII A-labels without a port or trailing DNS dot. Bare hostnames accept DNS names, IPv4, bracketed IPv6, localhost, and internal single-label names. URL inputs accept only HTTP(S). Invalid or excessively long input normalizes to an empty string.", "version": 1,