Changed filenames

This commit is contained in:
Ian Stanion
2023-06-06 12:17:44 -04:00
parent 4b39ac94b7
commit e1e51d1e69
4 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
"permissions": ["history"],
"action": {
"default_popup": "typedUrls.html",
"default_popup": "typed-urls.html",
"default_icon": "clock.png"
},
"manifest_version": 3

View File

@@ -7,11 +7,11 @@
min-width: 250px;
}
</style>
<script src="typedUrls.js"></script>
</head>
<body>
<h2>Recently Typed URLs:</h2>
<script src="typed-urls.js"></script>
<div id="typedUrl_div"></div>
</body>
</html>