From c35f973235f37bd5410c3f6c301232160534ea98 Mon Sep 17 00:00:00 2001 From: Lincoln Coe Date: Wed, 6 Feb 2019 14:12:47 -0700 Subject: [PATCH] Updating URL handlers for chrome update This removes TEST and RC since we can't have more than 1 domain verified. --- manifest_unityclient.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/manifest_unityclient.json b/manifest_unityclient.json index 63d8aba..dfb90cb 100644 --- a/manifest_unityclient.json +++ b/manifest_unityclient.json @@ -49,21 +49,9 @@ "matches": ["*://localhost:*/*", "*://127.0.0.1:*/*", "*://*.imaginelearning.com/*"] }, "url_handlers": { - "testapp.imaginelearning.com" : { - "matches": [ - "*://testapp.imaginelearning.com/*" - ], - "title": "Open Imagine Learning" - }, - "rcapp.imaginelearning.com" : { - "matches": [ - "*://rcapp.imaginelearning.com/*" - ], - "title": "Open Imagine Learning" - }, "app.imaginelearning.com": { "matches": [ - "*://app.imaginelearning.com/*" + "https://app.imaginelearning.com/*" ], "title": "Open Imagine Learning" }