Compare commits
No commits in common. "ce720da6fda4838ad60a0aefc223a65d7ecff7e9" and "28b20ee501d5e1390aaf6d3f53904d6efddd87c7" have entirely different histories.
ce720da6fd
...
28b20ee501
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "SGDB Button on Steam",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"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 = document.querySelector("#sgdb-icon");
|
||||
const headerIcon = cotument.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