From 54ffa372196356436cd1bf3c147f53afa675fdb7 Mon Sep 17 00:00:00 2001 From: Alexey Fedorov Date: Thu, 18 Jun 2026 15:55:52 -0700 Subject: [PATCH] feat: route chrome.* redirects to Chrome Web Store Chrome extension is now live. Updates chrome.prodigyorigin.com and chrome.playorig.in to redirect directly to the CWS listing (301). Co-Authored-By: Claude Sonnet 4.6 --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index da06d51..9842ac2 100644 --- a/vercel.json +++ b/vercel.json @@ -15,8 +15,8 @@ { "source": "/(.*)", "has": [{ "type": "host", "value": "chrome.prodigyorigin.com" }], - "destination": "https://prodigyorigin.com/get", - "statusCode": 302 + "destination": "https://chromewebstore.google.com/detail/meckkcfdiildmoohhfkddapggojdhpgo", + "statusCode": 301 }, { "source": "/(.*)", @@ -39,8 +39,8 @@ { "source": "/(.*)", "has": [{ "type": "host", "value": "chrome.playorig.in" }], - "destination": "https://playorig.in/get", - "statusCode": 302 + "destination": "https://chromewebstore.google.com/detail/meckkcfdiildmoohhfkddapggojdhpgo", + "statusCode": 301 }, { "source": "/(.*)",