From 8cfa0570c1ae9a66b93827ab61871761ec11167d Mon Sep 17 00:00:00 2001 From: Rizky Luthfianto Date: Tue, 20 Jul 2021 19:04:19 +0700 Subject: [PATCH] Add "https://bytes.grubhub.com/*" --- manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fcb0645f..3416b0c4 100755 --- a/manifest.json +++ b/manifest.json @@ -79,7 +79,8 @@ "https://*.baos.pub/*", "https://www.inbitcoinwetrust.net/*", "https://blog.prototypr.io/*", - "https://blog.devgenius.io/*" + "https://blog.devgenius.io/*", + "https://bytes.grubhub.com/*" ], "js": ["main.bundle.js"] } @@ -155,7 +156,8 @@ "https://*.baos.pub/*", "https://www.inbitcoinwetrust.net/*", "https://blog.prototypr.io/*", - "https://blog.devgenius.io/*" + "https://blog.devgenius.io/*", + "https://bytes.grubhub.com/*" ], "web_accessible_resources": ["static/*"] }