Small visual issue - the extension icon displays "Default Popup Title" on hover:
Looks like a minor change to <title> within entrypoints/popup/index.html is all that's needed:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>solidtime</title>
<meta name="manifest.type" content="browser_action" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./main.ts"></script>
</body>
</html>
(Sorry, tried to create a PR for this but couldn't due to repo permissions)
Small visual issue - the extension icon displays "Default Popup Title" on hover:
Looks like a minor change to <title> within entrypoints/popup/index.html is all that's needed:
(Sorry, tried to create a PR for this but couldn't due to repo permissions)