Compare commits
No commits in common. "ce720da6fda4838ad60a0aefc223a65d7ecff7e9" and "28b20ee501d5e1390aaf6d3f53904d6efddd87c7" have entirely different histories.
ce720da6fd
...
28b20ee501
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "SGDB Button on Steam",
|
"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.",
|
"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",
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
const headerIcon = document.querySelector("#sgdb-icon");
|
const headerIcon = cotument.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");
|
||||||
|
|
Loading…
Reference in New Issue