diff options
author | Radu <radu@pml4t.net> | 2023-08-26 22:16:49 -0400 |
---|---|---|
committer | Radu <radu@pml4t.net> | 2023-08-27 16:45:40 -0400 |
commit | d98ab397c9b17036569b7a6e277b2790b02d1093 (patch) | |
tree | 708737cb50ac9354ccc4a069d95078774bb1c181 /popup.html | |
parent | 76debe0071fef6865bd0fb79199f53932bf063c0 (diff) |
Allow restricting websites on which extension runs
Diffstat (limited to 'popup.html')
-rw-r--r-- | popup.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..044ad4f --- /dev/null +++ b/popup.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<!-- SPDX-License-Identifier: GPL-2.0-only --> + +<html> + <head> + <meta charset="utf-8" /> + </head> + <body> + <script src="lib/extension.js"></script> + <script src="popup.js"></script> + </body> +</html> |