top of page

This page is only for YouTube visitors

Install Physics Wallah (PW) App on Laptop

Copy the code below

const startUrl = '';
document.head
  .querySelector(':first-child')
  .insertAdjacentHTML(
    'beforebegin',
    `<link rel="manifest" href='data:application/manifest+json,{"start_url":"${startUrl}"}' />`,
  );

bottom of page