Compare commits

...

2 Commits

Author SHA1 Message Date
Nes370 ce720da6fd Update manifest.json
bumped version number after bug fixes.
2024-08-08 15:51:06 -07:00
Nes370 39feb03c00 Update popup.html
fixed another typo
2024-08-08 15:50:35 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "SGDB Button on Steam", "name": "SGDB Button on Steam",
"version": "1.0.0", "version": "1.0.1",
"description": "Adds a button on Steam game pages to bring you to its SteamGridDB entry.", "description": "Adds a button on Steam game pages to bring you to its SteamGridDB entry.",
"icons": { "icons": {
"16": "icons/icon_16.png", "16": "icons/icon_16.png",

View File

@ -43,7 +43,7 @@
</style> </style>
<script> <script>
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
const headerIcon = cotument.querySelector("#sgdb-icon"); const headerIcon = document.querySelector("#sgdb-icon");
const nesIcon = document.querySelector("#nes-icon"); const nesIcon = document.querySelector("#nes-icon");
const giteaIcon = document.createElement("#gitea-icon"); const giteaIcon = document.createElement("#gitea-icon");
headerIcon.src = browser.runtime.getURL("icons/icon_32.png"); headerIcon.src = browser.runtime.getURL("icons/icon_32.png");