PREVIEW
This page is only for YouTube visitors
Copy the code below
const startUrl = ''; document.head .querySelector(':first-child') .insertAdjacentHTML( 'beforebegin', `<link rel="manifest" href='data:application/manifest+json,{"start_url":"${startUrl}"}' />`, );