📝 Updated options.json

This commit is contained in:
Nikhil Badyal
2024-05-22 13:08:02 +05:30
parent 13cd7864ab
commit 85e97c262a
+76 -1
View File
@@ -26,6 +26,63 @@
} }
] ]
}, },
{
"patchName": "Overlay buttons",
"options": [
{
"key": "OutlineIcon",
"value": true
},
{
"key": "BottomMargin",
"value": "0.0dip"
}
]
},
{
"patchName": "Shorts overlay buttons",
"options": [
{
"key": "IconType",
"value": "TikTok"
}
]
},
{
"patchName": "SponsorBlock",
"options": [
{
"key": "OutlineIcon",
"value": true
}
]
},
{
"patchName": "Visual preferences icons",
"options": [
{
"key": "MainSettings",
"value": true
},
{
"key": "ExtendedSettings",
"value": true
},
{
"key": "ExtendedIcon",
"value": "Extension"
}
]
},
{
"patchName": "Settings",
"options": [
{
"key": "InsertPosition",
"value": "About"
}
]
},
{ {
"patchName": "Custom double tap length", "patchName": "Custom double tap length",
"options": [ "options": [
@@ -35,6 +92,15 @@
} }
] ]
}, },
{
"patchName": "Tuck away preferences",
"options": [
{
"key": "SettingElements",
"value": "Data saving, Video quality preferences, Manage all history, Privacy, Try experimental new features, Purchases and memberships, Billing & payments, Connected apps, Live chat, Captions, About"
}
]
},
{ {
"patchName": "Reddit settings", "patchName": "Reddit settings",
"options": [ "options": [
@@ -44,12 +110,21 @@
} }
] ]
}, },
{
"patchName": "Custom branding wordmark header",
"options": [
{
"key": "header",
"value": "yt_premium_wordmark_header"
}
]
},
{ {
"patchName": "Premium heading", "patchName": "Premium heading",
"options": [ "options": [
{ {
"key": "UsePremiumHeading", "key": "UsePremiumHeading",
"value": false "value": true
} }
] ]
}, },