diff --git a/chrome/popup/settings.css b/chrome/popup/settings.css
index 9cd28da8..e4bf6907 100644
--- a/chrome/popup/settings.css
+++ b/chrome/popup/settings.css
@@ -149,9 +149,13 @@ p {
.categoryDisney {
background-color: #000c7d;
}
+.categoryCrunchyroll {
+ background-color: #f78b24;
+}
.categoryPrime,
.categoryNetflix,
-.categoryDisney {
+.categoryDisney,
+.categoryCrunchyroll {
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
diff --git a/chrome/popup/settings.html b/chrome/popup/settings.html
index e99f8393..36c49767 100644
--- a/chrome/popup/settings.html
+++ b/chrome/popup/settings.html
@@ -29,7 +29,7 @@
pageTitle
-
v.1.0.65
+
v.1.0.66