Skip to content

Commit a567579

Browse files
committed
chore(chrome_extension): change to hosted backend
Signed-off-by: Aryan Goyal <[email protected]>
1 parent 587212a commit a567579

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

chromium/socratic-code/static/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"default_popup": "index.html"
1414
},
1515
"permissions": ["activeTab", "storage", "webRequest"],
16-
"host_permissions": ["https://leetcode.com/*", "https://*.leetcode.com/*", "http://localhost/*"],
16+
"host_permissions": [
17+
"https://leetcode.com/*",
18+
"https://*.leetcode.com/*",
19+
"https://socratic-leetcode-875479114962.asia-south1.run.app/*"
20+
],
1721
"content_scripts": [
1822
{
1923
"matches": ["https://leetcode.com/*", "https://*.leetcode.com/*"],

0 commit comments

Comments
 (0)