diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json index f0f671d..a86d4af 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -4,7 +4,7 @@ "version": "0.0.0", "description": "Snowflake ...", "background": { - "page": "snowflake.html", + "scripts": ["snowflake.js"], "persistent": true }, "browser_action": { diff --git a/proxy/webext/snowflake.html b/proxy/webext/snowflake.html deleted file mode 100644 index 6d28fe6..0000000 --- a/proxy/webext/snowflake.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - -
- - diff --git a/proxy/webext/tmp.js b/proxy/webext/tmp.js deleted file mode 100644 index 4bd0a10..0000000 --- a/proxy/webext/tmp.js +++ /dev/null @@ -1,2 +0,0 @@ -// FIXME: Refactor snowflake.js to eliminate the need for this -document.cookie = "snowflake-allow=1";