From 85e97c262a8606e101110f88f1555017842c4fe2 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 22 May 2024 13:08:02 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20options.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apks/options.json | 77 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/apks/options.json b/apks/options.json index ce93b81..59c24c6 100644 --- a/apks/options.json +++ b/apks/options.json @@ -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", "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", "options": [ @@ -44,12 +110,21 @@ } ] }, + { + "patchName": "Custom branding wordmark header", + "options": [ + { + "key": "header", + "value": "yt_premium_wordmark_header" + } + ] + }, { "patchName": "Premium heading", "options": [ { "key": "UsePremiumHeading", - "value": false + "value": true } ] },