From 3767a41a74176dddb937a63c25eeab17a2f21a40 Mon Sep 17 00:00:00 2001 From: Stuart <11183054+stuartwk@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:45:41 +0900 Subject: [PATCH] adds chrome_web_store to manifest --- web/bringyour.com/manifest.json | 8 ++++++-- web/ur.io/.well-known/manifest.json | 14 ++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/web/bringyour.com/manifest.json b/web/bringyour.com/manifest.json index b0f89ef..ef6ec2d 100644 --- a/web/bringyour.com/manifest.json +++ b/web/bringyour.com/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "BringYour", - "name": "All of the internet with ultimate privacy, security and speed", + "short_name": "URnetwork", + "name": "URnetwork: Goodbye VPN!", "icons": [ { "src": "/favicon.png", @@ -18,6 +18,10 @@ { "platform": "play", "id": "com.bringyour.network" + }, + { + "platform": "chrome_web_store", + "id": "kpnklgbgjkihebbieiggfeokkddjbkfb" } ] } diff --git a/web/ur.io/.well-known/manifest.json b/web/ur.io/.well-known/manifest.json index 66fd0d2..c7933b8 100644 --- a/web/ur.io/.well-known/manifest.json +++ b/web/ur.io/.well-known/manifest.json @@ -17,8 +17,14 @@ "sizes": "512x512" }], "prefer_related_applications": true, - "related_applications": [{ - "platform": "play", - "id": "com.bringyour.network" - }] + "related_applications": [ + { + "platform": "play", + "id": "com.bringyour.network" + }, + { + "platform": "chrome_web_store", + "id": "kpnklgbgjkihebbieiggfeokkddjbkfb" + } + ] } \ No newline at end of file