diff --git a/src/manifest.json b/src/manifest.json index f099e76..ef26938 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -52,6 +52,8 @@ "css": ["content-script.css"] } ] +} + // TODO : deliberately failing dynamic file loads to avoid captcha (https://stackoverflow.com/a/63620236/865220) // "web_accessible_resources": [ // { @@ -77,4 +79,3 @@ // ] // } // ] -} diff --git a/src/manifest.v2.json b/src/manifest.v2.json index b8cf1d3..a1ccd28 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -51,10 +51,13 @@ "css": ["content-script.css"] } ] +} + + + // TODO : deliberately failing dynamic file loads to avoid captcha (https://stackoverflow.com/a/63620236/865220) // "web_accessible_resources": [ // "/js/v2/35536E1E-65B4-4D96-9D97-6ADB7EFF8147/api.js", // "/js/setuparkose.js", // "/js/callgeneratearkose.js" - // ] -} + // ] \ No newline at end of file