diff options
Diffstat (limited to 'platform/mv3/firefox/background.html')
-rw-r--r-- | platform/mv3/firefox/background.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/mv3/firefox/background.html b/platform/mv3/firefox/background.html new file mode 100644 index 0000000..58e9c5e --- /dev/null +++ b/platform/mv3/firefox/background.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>uBlock Origin Background Page</title> +</head> +<body> +<script src="js/background.js" type="module"></script> +</body> +</html> |