change to EvenBetterSEQTA

This commit is contained in:
Seth Burkart
2023-08-20 06:29:01 +10:00
parent 0ef3b32028
commit 9641500302
8 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Better than Better SEQTA",
"version": "3.0",
"description": "A extension that makes the SEQTA experience customizable and unique to you",
"name": "Even BetterSEQTA",
"version": "3.0.0",
"description": "An extension that makes the SEQTA experience customizable and unique to you!",
"icons": {
"48": "icons/icon-48.png"
},
+2 -2
View File
@@ -49,7 +49,7 @@
<div>
<h1 class="addonitem">About</h1>
<p class="item subitem">Created and developed and maintained by CK and AH</p>
<p class="item subitem">Better than BetterSEQTA is a revived or BetterSEQTA
<p class="item subitem">Even BetterSEQTA is a revived or BetterSEQTA
which is no longer maintained.</p>
</div>
</div>
@@ -237,7 +237,7 @@
<div class="item-container">
<div class="text-container">
<h1 class="addonitem">Animated Background</h1>
<p class="item subitem">Adds an animated background to Better than BetterSEQTA.</p>
<p class="item subitem">Adds an animated background to Even BetterSEQTA.</p>
</div>
<div class="onoffswitch"><input class="onoffswitch-checkbox notification" type="checkbox" id="animatedbk">
<label for="animatedbk" class="onoffswitch-label"></label>
+1 -1
View File
@@ -52,7 +52,7 @@ var validURL = false;
var validName = false;
function openGithub() {
chrome.tabs.create({ url: "https://github.com/SethBurkart123/BetterThanBetterSeqta" });
chrome.tabs.create({ url: "https://github.com/SethBurkart123/EvenBetterSEQTA" });
}