Release v1.0.1

Adding Release in, removal of License's in headers, fixes for Auth colors bug and new feature theater mode. Other minor fixes to styling and updates to html.
This commit is contained in:
wompmacho
2020-11-01 20:09:33 -05:00
parent 9b62707f36
commit 5482041645
7 changed files with 180 additions and 2284 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,15 @@
</head>
<body>
<span style="display:inline-block;vertical-align: middle; margin-right: 2%;"><img src="../assets/icons/icon128.png" alt="🔴" style="height: 2.5em;"></span><span style="display:inline-block;vertical-align: middle;"><h1>Live Chat Options</h1></span>
<span style="display:inline-block;vertical-align: middle; margin-right: 2%;">
<img src="../assets/icons/icon128.png" alt="🔴" style="height: 2.5em;">
</span>
<span style="display:inline-block;vertical-align: middle;">
<h1>Live Chat Options</h1>
</span>
<span class="">
<button class="info_button" id="infoButton" >Info</button>
</span>
<br>
<br>
@@ -125,20 +133,26 @@
</div>
<div class="hr"></div>
<h2 class="options-heading">Font Size</h2>
<span>
</span>
<span>
<div class="options-table">
<div class="option-row">
<div class="slidecontainer">
<input disabled type="range" min="1" max="50" value="13" class="slider option-input" id="textSizeSlider">
</div>
<div class="options-table">
<div class="option-row">
<div class="option-cell"><label for="allowTextSlider"></label></div>
<div class="option-cell"><input disabled type="checkbox" id="allowTextSlider" class="option-input"></div>
<div class="option-cell">
<label for="allowTextSlider"></label>
</div>
<div class="option-cell">
<input disabled type="checkbox" id="allowTextSlider" class="option-input">
</div>
</div>
</div>
</span>
<div id="save-status">&nbsp;</div>
<div class="omega"></div>

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "🔴 LIVE CHAT",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
"icons": {
"48": "assets/icons/icon48.png",
@@ -15,7 +15,6 @@
"background"
],
"options_ui": {
"page": "html/options.html",
"chrome_style": true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long