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