Firefox-UI-Fix/addon/background.html
alstjr7375 d3b9669221 Add: Web Extension - Prototype of AGENT/USER Sheet theme
Need copy `css/`, `icons` at addon
2023-04-18 18:32:57 +09:00

7 lines
143 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script type="module" src="background.js"></script>
</head>
</html>