From d4c1e3174566a20ef415b1ecf7241c1fcaa0da85 Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:06:59 -0400 Subject: [PATCH] support file url and fixed extension version --- extension/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 37a79d7..e8867cf 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "moddle-gpt", - "version": "1.0", + "version": "1.0.1", "description": "Hidden chat-gpt for moodle cheat", "permissions": ["activeTab", "tabs", "storage"], "action": { @@ -22,7 +22,8 @@ "*://*/**/mod/quiz/*", "*://*/mod/quiz/*", "http://localhost:*/*", - "http://127.0.0.1:*/*" + "http://127.0.0.1:*/*", + "file:///*" ], "js": ["moodle-gpt.js"], "run_at": "document_end"