Compare commits
2 Commits
28b20ee501
...
ce720da6fd
Author | SHA1 | Date |
---|---|---|
Nes370 | ce720da6fd | |
Nes370 | 39feb03c00 |
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"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.",
|
||||
"icons": {
|
||||
"16": "icons/icon_16.png",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</style>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
const headerIcon = cotument.querySelector("#sgdb-icon");
|
||||
const headerIcon = document.querySelector("#sgdb-icon");
|
||||
const nesIcon = document.querySelector("#nes-icon");
|
||||
const giteaIcon = document.createElement("#gitea-icon");
|
||||
headerIcon.src = browser.runtime.getURL("icons/icon_32.png");
|
||||
|
|
Loading…
Reference in New Issue