diff --git a/.all-contributorsrc b/.all-contributorsrc old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md old mode 100644 new mode 100755 diff --git a/.github/changelog-configuration.json b/.github/changelog-configuration.json old mode 100644 new mode 100755 diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/.github/labeler.yml b/.github/labeler.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/deploy-clean.yml b/.github/workflows/deploy-clean.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/deploy-docker-all.yml b/.github/workflows/deploy-docker-all.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/deploy-docker-dockerhub.yml b/.github/workflows/deploy-docker-dockerhub.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/deploy-docker-github.yml b/.github/workflows/deploy-docker-github.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/issues-new.yml b/.github/workflows/issues-new.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/issues-scan.yml b/.github/workflows/issues-scan.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/labels-clean.yml b/.github/workflows/labels-clean.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/labels-create.yml b/.github/workflows/labels-create.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile index 3518db8d..049f33e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,10 +57,9 @@ LABEL BUILDVERSION="TVApp2 v${VERSION} Build ${BUILDDATE}" # # ENV TZ="Etc/UTC" -ENV URL_REPO_BASE="https://github.com/aetherinox/alpine-base/pkgs/container/alpine-base" -ENV URL_REPO_APP="https://git.binaryninja.net/BinaryNinja/tvapp2" -ENV FILE_NAME="index.html" -ENV PORT_HTTP=4124 +ENV URL_REPO="https://git.binaryninja.net/BinaryNinja/" +ENV WEB_IP="0.0.0.0" +ENV WEB_PORT=4124 ENV NODE_VERSION=18.20.5 ENV YARN_VERSION=1.22.22 @@ -83,16 +82,22 @@ RUN \ COPY docker-entrypoint.sh /usr/local/bin/ # # -# Set work directory +# copy s6-overlays root to image root +# # + +COPY root/ / + +# # +# set work directory # # WORKDIR /usr/src/app # # -# copy node package.json to workdir +# copy tvapp2 project to workdir # # -COPY package*.json ./ +COPY tvapp2/ ./ # # # install node (production) @@ -100,35 +105,17 @@ COPY package*.json ./ RUN npm install --only=production -# # -# Add local files -# # - -COPY . . -# COPY node_modules/ package.json package-lock.json formatted.dat index.js ./ - -# # -# when copying with the command above, all files in root folder will be copied. -# # - -RUN rm -rf ./root -RUN rm ./Dockerfile ./Dockerfile.aarch64 docker-entrypoint.sh - -# # -# copy s6-overlays root to image root -# # - -COPY root/ / - # # # Ports and volumes # # -EXPOSE ${PORT_HTTP}/tcp +EXPOSE ${WEB_PORT}/tcp # # # In case user sets up the cron for a longer duration, do a first run # and then keep the container running. Hacky, but whatever. # # -CMD ["sh", "-c", "npm start"] +#CMD ["npm start"] + +ENTRYPOINT ["/init"] diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100755 index 00000000..087a6c89 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,18 @@ +services: + + tvapp2: + container_name: ${TVAPP2CONTAINER_NAME:-tvapp2} +# image: ghcr.io/aetherinox/tvapp2:latest + image: tvapp2:latest + hostname: tvapp2 + environment: + TZ: "Etc/UTC" + volumes: + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro + - /var/run/docker.sock:/var/run/docker.sock + - ./config:/config + ulimits: + memlock: + soft: -1 + hard: -1 diff --git a/root/defaults/nginx/dhparams.pem b/root/defaults/nginx/dhparams.pem deleted file mode 100644 index eed4c41e..00000000 --- a/root/defaults/nginx/dhparams.pem +++ /dev/null @@ -1,13 +0,0 @@ ------BEGIN DH PARAMETERS----- -MIICCAKCAgEA//////////+t+FRYortKmq/cViAnPTzx2LnFg84tNpWp4TZBFGQz -+8yTnc4kmz75fS/jY2MMddj2gbICrsRhetPfHtXV/WVhJDP1H18GbtCFY2VVPe0a -87VXE15/V8k1mE8McODmi3fipona8+/och3xWKE2rec1MKzKT0g6eXq8CrGCsyT7 -YdEIqUuyyOP7uWrat2DX9GgdT0Kj3jlN9K5W7edjcrsZCwenyO4KbXCeAvzhzffi -7MA0BM0oNC9hkXL+nOmFg/+OTxIy7vKBg8P+OxtMb61zO7X8vC7CIAXFjvGDfRaD -ssbzSibBsu/6iGtCOGEfz9zeNVs7ZRkDW7w09N75nAI4YbRvydbmyQd62R0mkff3 -7lmMsPrBhtkcrv4TCYUTknC0EwyTvEN5RPT9RFLi103TZPLiHnH1S/9croKrnJ32 -nuhtK8UiNjoNq8Uhl5sN6todv5pC1cRITgq80Gv6U93vPBsg7j/VnXwl5B0rZp4e -8W5vUsMWTfT7eTDp5OWIV7asfV9C1p9tGHdjzx1VA0AEh/VbpX4xzHpxNciG77Qx -iu1qHgEtnmgyqQdgCpGBMMRtx3j5ca0AOAkpmaMzy4t6Gh25PXFAADwqTs6p+Y0K -zAqCkc3OyX3Pjsm1Wn+IpGtNtahR9EGC4caKAH5eZV9q//////////8CAQI= ------END DH PARAMETERS----- \ No newline at end of file diff --git a/root/defaults/nginx/nginx.conf.sample b/root/defaults/nginx/nginx.conf.sample deleted file mode 100644 index 913d191c..00000000 --- a/root/defaults/nginx/nginx.conf.sample +++ /dev/null @@ -1,91 +0,0 @@ -# # -# @project TVApp2 -# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. -# @file nginx.conf.sample -# @repo.1 https://github.com/TheBinaryNinja/tvapp2 -# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 -# @repo.3 https://github.com/aetherinox/docker-base-alpine -# # - -user dockerx; - -# Set number of worker processes automatically based on number of CPU cores. -include /config/nginx/worker_processes.conf; - -# Enables the use of JIT for regular expressions to speed-up their processing. -pcre_jit on; - -# Configures default error logger. -error_log /config/log/nginx/error.log; - -# Includes files with directives to load dynamic modules. -include /etc/nginx/modules/*.conf; - -# Include files with config snippets into the root context. -include /etc/nginx/conf.d/*.conf; - -events -{ - # The maximum number of simultaneous connections that can be opened by - # a worker process. - worker_connections 1024; -} - -http -{ - # Includes mapping of file name extensions to MIME types of responses - # and defines the default type. - include /etc/nginx/mime.types; - default_type application/octet-stream; - - # Name servers used to resolve names of upstream servers into addresses. - # It's also needed when using tcpsocket and udpsocket in Lua modules. - # resolver 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001; - include /config/nginx/resolver.conf; - - # Don't tell nginx version to the clients. Default is 'on'. - server_tokens off; - - # Specifies the maximum accepted body size of a client request, as - # indicated by the request header Content-Length. If the stated content - # length is greater than this size, then the client receives the HTTP - # error code 413. Set to 0 to disable. Default is '1m'. - client_max_body_size 0; - - # Sendfile copies data between one FD and other from within the kernel, - # which is more efficient than read() + write(). Default is off. - sendfile on; - - # Causes nginx to attempt to send its HTTP response head in one packet, - # instead of using partial frames. Default is 'off'. - tcp_nopush on; - - # all ssl related config moved to ssl.conf - # included in server blocks where listen 443 is defined - - # Enable gzipping of responses. - # gzip on; - - # Set the Vary HTTP header as defined in the RFC 2616. Default is 'off'. - gzip_vary on; - - # Helper variable for proxying websockets. - map $http_upgrade $connection_upgrade - { - default upgrade; - '' close; - } - - # Enable http2 by default for all servers - http2 on; - - # Sets the path, format, and configuration for a buffered log write. - access_log /config/log/nginx/access.log; - - # Includes virtual hosts configs. - include /etc/nginx/http.d/*.conf; - include /config/nginx/site-confs/*.conf; -} - -daemon off; -pid /run/nginx.pid; diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample deleted file mode 100644 index 3349e53d..00000000 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ /dev/null @@ -1,82 +0,0 @@ -# # -# @project TVApp2 -# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. -# @file default.conf.sample -# @repo.1 https://github.com/TheBinaryNinja/tvapp2 -# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 -# @repo.3 https://github.com/aetherinox/docker-base-alpine -# # - -server -{ - listen 80 default_server; - listen [::]:80 default_server; - listen 443 ssl default_server; - listen [::]:443 ssl default_server; - - server_name _; - - include /config/nginx/ssl.conf; - - set $root /app/www/public; - if (!-d /app/www/public) - { - set $root /config/www; - } - - root $root; - index index.html index.htm index.php; - - location / - { - # enable for basic auth - #auth_basic "Restricted"; - #auth_basic_user_file /config/nginx/.htpasswd; - - # index > fancy - fancyindex on; - fancyindex_header "/theme/header.html"; - fancyindex_footer "/theme/footer.html"; - fancyindex_ignore "theme"; - fancyindex_time_format "%m-%d-%Y %T"; - fancyindex_name_length 255; - fancyindex_show_dotfiles off; - fancyindex_hide_symlinks on; - fancyindex_default_sort name; - - # index > auto - autoindex_exact_size off; - autoindex_format html; - autoindex_localtime on; - - gzip on; - gzip_vary on; - gzip_types text/css text/javascript text/xml application/atom+xml application/rss+xml text/markdown text/mathml text/plain text/vnd.sun.j2me.app-descriptor text/vnd.wap.wml text/x-component application/json application/xhtml+xml application/xspf+xml font/woff font/woff2 image/avif image/bmp image/png image/svg+xml image/tiff image/vnd.wap.wbmp image/webp image/x-icon image/x-jng audio/midi audio/mpeg audio/ogg audio/x-m4a audio/x-realaudio; - gzip_proxied any; - gzip_comp_level 1; - gzip_http_version 1.0; - gunzip on; - gzip_static on; - - try_files $uri $uri/ /index.html /index.htm /index.php$is_args$args; - } - - location ~ ^(.+\.php)(.*)$ - { - # enable the next two lines for http auth - #auth_basic "Restricted"; - #auth_basic_user_file /config/nginx/.htpasswd; - - fastcgi_split_path_info ^(.+\.php)(.*)$; - if (!-f $document_root$fastcgi_script_name) { return 404; } - fastcgi_pass 127.0.0.1:9000; - fastcgi_index index.php; - include /etc/nginx/fastcgi_params; - } - - # deny access to .htaccess/.htpasswd files - location ~ /\.ht - { - deny all; - } -} diff --git a/root/defaults/nginx/ssl.conf.sample b/root/defaults/nginx/ssl.conf.sample deleted file mode 100644 index 4dbb5c3f..00000000 --- a/root/defaults/nginx/ssl.conf.sample +++ /dev/null @@ -1,66 +0,0 @@ -# # -# @project TVApp2 -# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. -# @file nginx.conf.sample -# @repo.1 https://github.com/TheBinaryNinja/tvapp2 -# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 -# @repo.3 https://github.com/aetherinox/docker-base-alpine -# # - -# # -# generated 2023-06-25, Mozilla Guideline v5.7, nginx 1.24.0, OpenSSL 3.1.1, intermediate configuration -# https://ssl-config.mozilla.org/#server=nginx&version=1.24.0&config=intermediate&openssl=3.1.1&guideline=5.7 -# # - -ssl_certificate /config/keys/cert.crt; -ssl_certificate_key /config/keys/cert.key; -ssl_session_timeout 1d; -ssl_session_cache shared:MozSSL:10m; # about 40000 sessions -ssl_session_tickets off; - -# # -# curl https://ssl-config.mozilla.org/ffdhe2048.txt > /path/to/dhparam -# # - -ssl_dhparam /config/nginx/dhparams.pem; - -# # -# intermediate configuration -# # - -ssl_protocols TLSv1.2 TLSv1.3; -ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256; -ssl_prefer_server_ciphers on; - -# # -# OCSP stapling -# # - -# ssl_stapling on; -# ssl_stapling_verify on; - -# # -# verify chain of trust of OCSP response using Root CA and Intermediate certs -# # - -# ssl_trusted_certificate /config/keys/cert.crt; - -# # -# HSTS (ngx_http_headers_module is required) (63072000 seconds) -# # - -add_header X-Content-Type-Options nosniff; -add_header Strict-Transport-Security "max-age=31536000; includeSubdomains" always; - -# # -# Optional additional headers -# # - -# add_header Cache-Control "no-transform" always; -# add_header Content-Security-Policy "upgrade-insecure-requests; frame-ancestors 'self'" always; -# add_header Permissions-Policy "interest-cohort=()" always; -# add_header Referrer-Policy "same-origin" always; -# add_header X-Content-Type-Options "nosniff" always; -# add_header X-Frame-Options "SAMEORIGIN" always; -# add_header X-UA-Compatible "IE=Edge" always; -# add_header X-XSS-Protection "1; mode=block" always; diff --git a/root/etc/logrotate.d/nginx b/root/etc/logrotate.d/nginx deleted file mode 100644 index 4f2c085c..00000000 --- a/root/etc/logrotate.d/nginx +++ /dev/null @@ -1,14 +0,0 @@ -/config/log/nginx/*.log { - weekly - rotate 14 - compress - delaycompress - nodateext - notifempty - missingok - sharedscripts - postrotate - s6-svc -1 /run/service/svc-nginx - endscript - su dockerx dockerx -} diff --git a/root/etc/logrotate.d/php-fpm b/root/etc/logrotate.d/php-fpm deleted file mode 100644 index 33b92029..00000000 --- a/root/etc/logrotate.d/php-fpm +++ /dev/null @@ -1,14 +0,0 @@ -/config/log/php/*.log { - rotate 7 - weekly - missingok - notifempty - delaycompress - compress - nodateext - sharedscripts - postrotate - s6-svc -t /run/service/svc-php-fpm - endscript - su dockerx dockerx -} diff --git a/root/etc/nginx/nginx.conf b/root/etc/nginx/nginx.conf deleted file mode 100644 index 76d93e00..00000000 --- a/root/etc/nginx/nginx.conf +++ /dev/null @@ -1 +0,0 @@ -include /config/nginx/nginx.conf; diff --git a/root/etc/s6-overlay/s6-rc.d/init-adduser/run b/root/etc/s6-overlay/s6-rc.d/init-adduser/run index 597bf193..f93641ba 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-adduser/run +++ b/root/etc/s6-overlay/s6-rc.d/init-adduser/run @@ -24,14 +24,14 @@ echo " User:Group $(id -u dockerx):$(id -g dockerx)" else echo " User:Group $(stat /run -c %u):$(stat /run -c %g)" fi -echo " Port(s) $(echo $PORT_HTTP)" +echo " Port(s) $(echo $WEB_PORT)" echo " Gateway $(echo $IP_GATEWAY)" -echo " Web Server $(echo $IP_CONTAINER:$PORT_HTTP)" +echo " Web Server $(echo $IP_CONTAINER:$WEB_PORT)" echo "" echo '──────────────────────────────────────────────────────────────────────────────────────────' if [[ -z ${TVAPP_READ_ONLY_FS} ]] && [[ -z ${TVAPP_NON_ROOT_USER} ]]; then aetherxown dockerx:dockerx /app aetherxown dockerx:dockerx /config - aetherxown dockerx:dockerx /defaults + aetherxown dockerx:dockerx /usr/src/app fi diff --git a/root/etc/s6-overlay/s6-rc.d/init-config/dependencies.d/init-nginx-end b/root/etc/s6-overlay/s6-rc.d/init-config/dependencies.d/init-nginx-end deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/init-folders/run b/root/etc/s6-overlay/s6-rc.d/init-folders/run index bcdfe61a..35e4b640 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-folders/run +++ b/root/etc/s6-overlay/s6-rc.d/init-folders/run @@ -3,9 +3,5 @@ # make folders mkdir -p \ - /config/{keys,php,www} \ - /config/log/{nginx,php} \ - /config/nginx/site-confs \ + /config/keys \ /run \ - /var/lib/nginx/tmp/client_body \ - /var/tmp/nginx diff --git a/root/etc/s6-overlay/s6-rc.d/init-keygen/dependencies.d/init-php b/root/etc/s6-overlay/s6-rc.d/init-keygen/dependencies.d/init-php deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/init-keygen/run b/root/etc/s6-overlay/s6-rc.d/init-keygen/run index a24a03a6..8b0c603f 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-keygen/run +++ b/root/etc/s6-overlay/s6-rc.d/init-keygen/run @@ -18,5 +18,8 @@ else rm -f \ /config/keys/cert.key \ /config/keys/cert.crt || true - openssl req -new -x509 -days 3650 -nodes -out /config/keys/cert.crt -keyout /config/keys/cert.key -subj "$SUBJECT" + + mkdir -p /config/keys + + OUT=$(openssl req -new -x509 -days 3650 -nodes -out /config/keys/cert.crt -keyout /config/keys/cert.key -subj "$SUBJECT" 2>/dev/null) fi diff --git a/root/etc/s6-overlay/s6-rc.d/init-nginx-end/dependencies.d/init-permissions b/root/etc/s6-overlay/s6-rc.d/init-nginx-end/dependencies.d/init-permissions deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/init-nginx-end/type b/root/etc/s6-overlay/s6-rc.d/init-nginx-end/type deleted file mode 100644 index bdd22a18..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-nginx-end/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/root/etc/s6-overlay/s6-rc.d/init-nginx-end/up b/root/etc/s6-overlay/s6-rc.d/init-nginx-end/up deleted file mode 100644 index 4357f0df..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-nginx-end/up +++ /dev/null @@ -1 +0,0 @@ -# This file doesn't do anything, it's just the end of the nginx base init process diff --git a/root/etc/s6-overlay/s6-rc.d/init-nginx/dependencies.d/init-samples b/root/etc/s6-overlay/s6-rc.d/init-nginx/dependencies.d/init-samples deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/init-nginx/run b/root/etc/s6-overlay/s6-rc.d/init-nginx/run deleted file mode 100755 index 920ff189..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-nginx/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/with-contenv bash -# shellcheck shell=bash diff --git a/root/etc/s6-overlay/s6-rc.d/init-nginx/type b/root/etc/s6-overlay/s6-rc.d/init-nginx/type deleted file mode 100644 index bdd22a18..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-nginx/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/root/etc/s6-overlay/s6-rc.d/init-nginx/up b/root/etc/s6-overlay/s6-rc.d/init-nginx/up deleted file mode 100644 index b3b5b494..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-nginx/up +++ /dev/null @@ -1 +0,0 @@ -/etc/s6-overlay/s6-rc.d/init-nginx/run diff --git a/root/etc/s6-overlay/s6-rc.d/init-permissions/run b/root/etc/s6-overlay/s6-rc.d/init-permissions/run index 8f718719..0db76481 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-permissions/run +++ b/root/etc/s6-overlay/s6-rc.d/init-permissions/run @@ -3,23 +3,4 @@ # permissions aetherxown -R dockerx:dockerx \ - /var/lib/nginx \ - /var/tmp/nginx - -aetherxown -R dockerx:dockerx \ - /config/keys \ - /config/log \ - /config/nginx \ - /config/php - -aetherxown dockerx:dockerx \ - /config/www - -chmod -R g+w \ - /config/nginx - -chmod -R 644 /etc/logrotate.d - -if [[ -f "/config/log/logrotate.status" ]]; then - chmod 600 /config/log/logrotate.status -fi + /config/keys diff --git a/root/etc/s6-overlay/s6-rc.d/init-php/dependencies.d/init-nginx b/root/etc/s6-overlay/s6-rc.d/init-php/dependencies.d/init-nginx deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/init-php/run b/root/etc/s6-overlay/s6-rc.d/init-php/run deleted file mode 100755 index 1df48898..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-php/run +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/with-contenv bash -# shellcheck shell=bash - -# precreate log files -if [[ ! -f /config/log/php/error.log ]]; then - touch /config/log/php/error.log -fi - -# set default timezone -if [[ -f /etc/php83/conf.d/30_timezone.ini ]]; then - printf "date.timezone = %s\\n" "${TZ:-UTC}" >/etc/php83/conf.d/30_timezone.ini -fi - -# create local php.ini if it doesn't exist, set local timezone -if [[ ! -f /config/php/php-local.ini ]]; then - printf "; Edit this file to override php.ini directives\\n\\n" >/config/php/php-local.ini -fi - -# symlink user php-local.ini to image -rm -rf /etc/php83/conf.d/php-local.ini -rm -rf /etc/php83/conf.d/zzz_php-local.ini - -if [[ -f /config/php/php-local.ini ]] && [ -d /etc/php83/conf.d ]; then - ln -s /config/php/php-local.ini /etc/php83/conf.d/zzz_php-local.ini -fi - -# create override for www.conf if it doesn't exist -if [[ ! -f /config/php/www2.conf ]]; then - printf "; Edit this file to override www.conf and php-fpm.conf directives and restart the container\\n\\n; Pool name\\n[www]\\n\\n" >/config/php/www2.conf -fi - -# copy user www2.conf to image -if [[ -f /config/php/www2.conf ]] && [ -d /etc/php83/conf.d ]; then - cp /config/php/www2.conf /etc/php83/php-fpm.d/www2.conf -fi diff --git a/root/etc/s6-overlay/s6-rc.d/init-php/type b/root/etc/s6-overlay/s6-rc.d/init-php/type deleted file mode 100644 index bdd22a18..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-php/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/root/etc/s6-overlay/s6-rc.d/init-php/up b/root/etc/s6-overlay/s6-rc.d/init-php/up deleted file mode 100644 index 80fb24e5..00000000 --- a/root/etc/s6-overlay/s6-rc.d/init-php/up +++ /dev/null @@ -1 +0,0 @@ -/etc/s6-overlay/s6-rc.d/init-php/run diff --git a/root/etc/s6-overlay/s6-rc.d/init-version-checks/run b/root/etc/s6-overlay/s6-rc.d/init-version-checks/run index c7dae0d8..c3f66072 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-version-checks/run +++ b/root/etc/s6-overlay/s6-rc.d/init-version-checks/run @@ -2,23 +2,23 @@ # shellcheck shell=bash # detect nginx configs with dates not matching the provided sample files -active_confs=$(find /config/nginx/ -name "*.conf" -type f 2>/dev/null) +# active_confs=$(find /config/nginx/ -name "*.conf" -type f 2>/dev/null) -for i in ${active_confs}; do - if [ -f "${i}.sample" ]; then - if [ "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}")" != "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}.sample")" ]; then - active_confs_changed="│ $(printf '%10s' "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}" | tr / -)") │ $(printf '%10s' "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}.sample" | tr / -)") │ $(printf '%-70s' "${i}") │\n${active_confs_changed}" - fi - fi -done +# for i in ${active_confs}; do +# if [ -f "${i}.sample" ]; then +# if [ "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}")" != "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}.sample")" ]; then +# active_confs_changed="│ $(printf '%10s' "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}" | tr / -)") │ $(printf '%10s' "$(sed -nE 's|^## Version ([0-9]{4}\/[0-9]{2}\/[0-9]{2}).*|\1|p' "${i}.sample" | tr / -)") │ $(printf '%-70s' "${i}") │\n${active_confs_changed}" +# fi +# fi +# done # detect site-confs with wrong extension -site_confs_wrong_ext=$(find /config/nginx/site-confs/ -type f -not -name "*.conf" -not -name "*.conf.sample" 2>/dev/null) +# site_confs_wrong_ext=$(find /config/nginx/site-confs/ -type f -not -name "*.conf" -not -name "*.conf.sample" 2>/dev/null) -if [ -n "${site_confs_wrong_ext}" ]; then - echo "**** The following site-confs have extensions other than .conf ****" - echo "**** This may be due to user customization. ****" - echo "**** You should review the files and rename them to use the .conf extension or remove them. ****" - echo "**** nginx.conf will only include site-confs with the .conf extension. ****" - echo -e "${site_confs_wrong_ext}" -fi +# if [ -n "${site_confs_wrong_ext}" ]; then +# echo "**** The following site-confs have extensions other than .conf ****" +# echo "**** This may be due to user customization. ****" +# echo "**** You should review the files and rename them to use the .conf extension or remove them. ****" +# echo "**** nginx.conf will only include site-confs with the .conf extension. ****" +# echo -e "${site_confs_wrong_ext}" +# fi diff --git a/root/etc/s6-overlay/s6-rc.d/svc-nginx/dependencies.d/init-services b/root/etc/s6-overlay/s6-rc.d/svc-nginx/dependencies.d/init-services deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/svc-nginx/run b/root/etc/s6-overlay/s6-rc.d/svc-nginx/run deleted file mode 100755 index 007cec5b..00000000 --- a/root/etc/s6-overlay/s6-rc.d/svc-nginx/run +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/with-contenv bash -# shellcheck shell=bash - -if pgrep -f "[n]ginx:" >/dev/null; then - echo "Zombie nginx processes detected, sending SIGTERM" - pkill -ef [n]ginx: - sleep 1 -fi - -if pgrep -f "[n]ginx:" >/dev/null; then - echo "Zombie nginx processes still active, sending SIGKILL" - pkill -9 -ef [n]ginx: - sleep 1 -fi - -# exec /usr/sbin/nginx diff --git a/root/etc/s6-overlay/s6-rc.d/svc-nginx/type b/root/etc/s6-overlay/s6-rc.d/svc-nginx/type deleted file mode 100644 index 5883cff0..00000000 --- a/root/etc/s6-overlay/s6-rc.d/svc-nginx/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/dependencies.d/init-services b/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/dependencies.d/init-services deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/run b/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/run deleted file mode 100755 index 256fdc5d..00000000 --- a/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/run +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/with-contenv bash -# shellcheck shell=bash - -if [[ -f /usr/sbin/php-fpm83 ]]; then - exec /usr/sbin/php-fpm83 -F -fi diff --git a/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/type b/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/type deleted file mode 100644 index 5883cff0..00000000 --- a/root/etc/s6-overlay/s6-rc.d/svc-php-fpm/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-nginx b/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-nginx deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-nginx-end b/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-nginx-end deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-php b/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-php deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-nginx b/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-nginx deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-php-fpm b/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-php-fpm deleted file mode 100644 index e69de29b..00000000 diff --git a/root/etc/services.d/tvapp2/run b/root/etc/services.d/tvapp2/run new file mode 100755 index 00000000..4aff3c67 --- /dev/null +++ b/root/etc/services.d/tvapp2/run @@ -0,0 +1,3 @@ +#!/usr/bin/with-contenv sh +cd "/usr/src/app" +npm start diff --git a/root/migrations/01-nginx-site-confs-default b/root/migrations/01-nginx-site-confs-default deleted file mode 100644 index 65b40528..00000000 --- a/root/migrations/01-nginx-site-confs-default +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/with-contenv bash -# shellcheck shell=bash - -migrate() { - local OLD_LOCATION="${1}" - local NEW_LOCATION="${2}" - - if [[ -f ${OLD_LOCATION} ]]; then - echo "found ${OLD_LOCATION}" - if [[ ! -f ${NEW_LOCATION} ]]; then - echo "moving to ${NEW_LOCATION}" - mv "${OLD_LOCATION}" "${NEW_LOCATION}" - else - echo "new file location already exists ${NEW_LOCATION}" - fi - fi -} - -# rename default to default.conf -# migrate "/config/nginx/site-confs/default" "/config/nginx/site-confs/default.conf" diff --git a/index.js b/tvapp2/index.js old mode 100644 new mode 100755 similarity index 97% rename from index.js rename to tvapp2/index.js index dd30809a..a7e8bdd7 --- a/index.js +++ b/tvapp2/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + const fs = require('fs'); const https = require('https'); const path = require('path'); @@ -12,10 +14,9 @@ const cache = new Map(); let URLS_FILE; let FORMATTED_FILE; let EPG_FILE; -const xmltv_epg = 'https://git.binaryninja.net/BinaryNinja/XMLTV-EPG/raw/branch/main/xmltv.1.xml'; -const externalURL = 'https://git.binaryninja.net/BinaryNinja/tvapp2-externals/raw/branch/main/urls.txt'; -const externalEPG = 'https://git.binaryninja.net/BinaryNinja/XMLTV-EPG/raw/branch/main/xmltv.1.xml'; -const externalFORMATTED_1 = 'https://git.binaryninja.net/BinaryNinja/tvapp2-externals/raw/branch/main/formatted.dat'; +const externalURL = `${process.env.URL_REPO}/tvapp2-externals/raw/branch/main/urls.txt`; +const externalEPG = `${process.env.URL_REPO}//XMLTV-EPG/raw/branch/main/xmltv.1.xml`; +const externalFORMATTED_1 = `${process.env.URL_REPO}/tvapp2-externals/raw/branch/main/formatted.dat`; const externalFORMATTED_2 = ''; const externalFORMATTED_3 = ''; const externalEvents = ''; @@ -650,9 +651,9 @@ const server = http.createServer((req, res) => { }); (async () => { - await initialize(); - const PORT = 4124; - server.listen(PORT, '0.0.0.0', () => { - log(`Server is running on port ${PORT}`); - }); + await initialize(); + const PORT = process.env.WEB_PORT; + server.listen(PORT, `${process.env.WEB_IP}`, () => { + log(`Server is running on port ${PORT}`); + }); })(); diff --git a/node_modules/.bin/playwright b/tvapp2/node_modules/.bin/playwright old mode 100644 new mode 100755 similarity index 100% rename from node_modules/.bin/playwright rename to tvapp2/node_modules/.bin/playwright diff --git a/node_modules/.bin/playwright-core b/tvapp2/node_modules/.bin/playwright-core old mode 100644 new mode 100755 similarity index 100% rename from node_modules/.bin/playwright-core rename to tvapp2/node_modules/.bin/playwright-core diff --git a/node_modules/.bin/playwright-core.cmd b/tvapp2/node_modules/.bin/playwright-core.cmd old mode 100644 new mode 100755 similarity index 100% rename from node_modules/.bin/playwright-core.cmd rename to tvapp2/node_modules/.bin/playwright-core.cmd diff --git a/node_modules/.bin/playwright-core.ps1 b/tvapp2/node_modules/.bin/playwright-core.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/.bin/playwright-core.ps1 rename to tvapp2/node_modules/.bin/playwright-core.ps1 diff --git a/node_modules/.bin/playwright.cmd b/tvapp2/node_modules/.bin/playwright.cmd old mode 100644 new mode 100755 similarity index 100% rename from node_modules/.bin/playwright.cmd rename to tvapp2/node_modules/.bin/playwright.cmd diff --git a/node_modules/.bin/playwright.ps1 b/tvapp2/node_modules/.bin/playwright.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/.bin/playwright.ps1 rename to tvapp2/node_modules/.bin/playwright.ps1 diff --git a/node_modules/.package-lock.json b/tvapp2/node_modules/.package-lock.json old mode 100644 new mode 100755 similarity index 100% rename from node_modules/.package-lock.json rename to tvapp2/node_modules/.package-lock.json diff --git a/node_modules/lodash.clonedeep/LICENSE b/tvapp2/node_modules/lodash.clonedeep/LICENSE old mode 100644 new mode 100755 similarity index 100% rename from node_modules/lodash.clonedeep/LICENSE rename to tvapp2/node_modules/lodash.clonedeep/LICENSE diff --git a/node_modules/lodash.clonedeep/README.md b/tvapp2/node_modules/lodash.clonedeep/README.md old mode 100644 new mode 100755 similarity index 100% rename from node_modules/lodash.clonedeep/README.md rename to tvapp2/node_modules/lodash.clonedeep/README.md diff --git a/node_modules/lodash.clonedeep/index.js b/tvapp2/node_modules/lodash.clonedeep/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/lodash.clonedeep/index.js rename to tvapp2/node_modules/lodash.clonedeep/index.js diff --git a/node_modules/lodash.clonedeep/package.json b/tvapp2/node_modules/lodash.clonedeep/package.json old mode 100644 new mode 100755 similarity index 100% rename from node_modules/lodash.clonedeep/package.json rename to tvapp2/node_modules/lodash.clonedeep/package.json diff --git a/node_modules/playwright-core/LICENSE b/tvapp2/node_modules/playwright-core/LICENSE old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/LICENSE rename to tvapp2/node_modules/playwright-core/LICENSE diff --git a/node_modules/playwright-core/NOTICE b/tvapp2/node_modules/playwright-core/NOTICE old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/NOTICE rename to tvapp2/node_modules/playwright-core/NOTICE diff --git a/node_modules/playwright-core/README.md b/tvapp2/node_modules/playwright-core/README.md old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/README.md rename to tvapp2/node_modules/playwright-core/README.md diff --git a/node_modules/playwright-core/bin/install_media_pack.ps1 b/tvapp2/node_modules/playwright-core/bin/install_media_pack.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/install_media_pack.ps1 rename to tvapp2/node_modules/playwright-core/bin/install_media_pack.ps1 diff --git a/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh diff --git a/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh diff --git a/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 b/tvapp2/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 rename to tvapp2/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 diff --git a/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh diff --git a/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh diff --git a/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 b/tvapp2/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 rename to tvapp2/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 diff --git a/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh diff --git a/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh diff --git a/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 diff --git a/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh diff --git a/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh diff --git a/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 diff --git a/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh diff --git a/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh diff --git a/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 b/tvapp2/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 rename to tvapp2/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 diff --git a/node_modules/playwright-core/browsers.json b/tvapp2/node_modules/playwright-core/browsers.json old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/browsers.json rename to tvapp2/node_modules/playwright-core/browsers.json diff --git a/node_modules/playwright-core/cli.js b/tvapp2/node_modules/playwright-core/cli.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/cli.js rename to tvapp2/node_modules/playwright-core/cli.js diff --git a/node_modules/playwright-core/index.d.ts b/tvapp2/node_modules/playwright-core/index.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/index.d.ts rename to tvapp2/node_modules/playwright-core/index.d.ts diff --git a/node_modules/playwright-core/index.js b/tvapp2/node_modules/playwright-core/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/index.js rename to tvapp2/node_modules/playwright-core/index.js diff --git a/node_modules/playwright-core/index.mjs b/tvapp2/node_modules/playwright-core/index.mjs old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/index.mjs rename to tvapp2/node_modules/playwright-core/index.mjs diff --git a/node_modules/playwright-core/lib/androidServerImpl.js b/tvapp2/node_modules/playwright-core/lib/androidServerImpl.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/androidServerImpl.js rename to tvapp2/node_modules/playwright-core/lib/androidServerImpl.js diff --git a/node_modules/playwright-core/lib/browserServerImpl.js b/tvapp2/node_modules/playwright-core/lib/browserServerImpl.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/browserServerImpl.js rename to tvapp2/node_modules/playwright-core/lib/browserServerImpl.js diff --git a/node_modules/playwright-core/lib/cli/driver.js b/tvapp2/node_modules/playwright-core/lib/cli/driver.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/cli/driver.js rename to tvapp2/node_modules/playwright-core/lib/cli/driver.js diff --git a/node_modules/playwright-core/lib/cli/program.js b/tvapp2/node_modules/playwright-core/lib/cli/program.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/cli/program.js rename to tvapp2/node_modules/playwright-core/lib/cli/program.js diff --git a/node_modules/playwright-core/lib/cli/programWithTestStub.js b/tvapp2/node_modules/playwright-core/lib/cli/programWithTestStub.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/cli/programWithTestStub.js rename to tvapp2/node_modules/playwright-core/lib/cli/programWithTestStub.js diff --git a/node_modules/playwright-core/lib/client/accessibility.js b/tvapp2/node_modules/playwright-core/lib/client/accessibility.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/accessibility.js rename to tvapp2/node_modules/playwright-core/lib/client/accessibility.js diff --git a/node_modules/playwright-core/lib/client/android.js b/tvapp2/node_modules/playwright-core/lib/client/android.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/android.js rename to tvapp2/node_modules/playwright-core/lib/client/android.js diff --git a/node_modules/playwright-core/lib/client/api.js b/tvapp2/node_modules/playwright-core/lib/client/api.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/api.js rename to tvapp2/node_modules/playwright-core/lib/client/api.js diff --git a/node_modules/playwright-core/lib/client/artifact.js b/tvapp2/node_modules/playwright-core/lib/client/artifact.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/artifact.js rename to tvapp2/node_modules/playwright-core/lib/client/artifact.js diff --git a/node_modules/playwright-core/lib/client/browser.js b/tvapp2/node_modules/playwright-core/lib/client/browser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/browser.js rename to tvapp2/node_modules/playwright-core/lib/client/browser.js diff --git a/node_modules/playwright-core/lib/client/browserContext.js b/tvapp2/node_modules/playwright-core/lib/client/browserContext.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/browserContext.js rename to tvapp2/node_modules/playwright-core/lib/client/browserContext.js diff --git a/node_modules/playwright-core/lib/client/browserType.js b/tvapp2/node_modules/playwright-core/lib/client/browserType.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/browserType.js rename to tvapp2/node_modules/playwright-core/lib/client/browserType.js diff --git a/node_modules/playwright-core/lib/client/cdpSession.js b/tvapp2/node_modules/playwright-core/lib/client/cdpSession.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/cdpSession.js rename to tvapp2/node_modules/playwright-core/lib/client/cdpSession.js diff --git a/node_modules/playwright-core/lib/client/channelOwner.js b/tvapp2/node_modules/playwright-core/lib/client/channelOwner.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/channelOwner.js rename to tvapp2/node_modules/playwright-core/lib/client/channelOwner.js diff --git a/node_modules/playwright-core/lib/client/clientHelper.js b/tvapp2/node_modules/playwright-core/lib/client/clientHelper.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/clientHelper.js rename to tvapp2/node_modules/playwright-core/lib/client/clientHelper.js diff --git a/node_modules/playwright-core/lib/client/clientInstrumentation.js b/tvapp2/node_modules/playwright-core/lib/client/clientInstrumentation.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/clientInstrumentation.js rename to tvapp2/node_modules/playwright-core/lib/client/clientInstrumentation.js diff --git a/node_modules/playwright-core/lib/client/clock.js b/tvapp2/node_modules/playwright-core/lib/client/clock.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/clock.js rename to tvapp2/node_modules/playwright-core/lib/client/clock.js diff --git a/node_modules/playwright-core/lib/client/connection.js b/tvapp2/node_modules/playwright-core/lib/client/connection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/connection.js rename to tvapp2/node_modules/playwright-core/lib/client/connection.js diff --git a/node_modules/playwright-core/lib/client/consoleMessage.js b/tvapp2/node_modules/playwright-core/lib/client/consoleMessage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/consoleMessage.js rename to tvapp2/node_modules/playwright-core/lib/client/consoleMessage.js diff --git a/node_modules/playwright-core/lib/client/coverage.js b/tvapp2/node_modules/playwright-core/lib/client/coverage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/coverage.js rename to tvapp2/node_modules/playwright-core/lib/client/coverage.js diff --git a/node_modules/playwright-core/lib/client/dialog.js b/tvapp2/node_modules/playwright-core/lib/client/dialog.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/dialog.js rename to tvapp2/node_modules/playwright-core/lib/client/dialog.js diff --git a/node_modules/playwright-core/lib/client/download.js b/tvapp2/node_modules/playwright-core/lib/client/download.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/download.js rename to tvapp2/node_modules/playwright-core/lib/client/download.js diff --git a/node_modules/playwright-core/lib/client/electron.js b/tvapp2/node_modules/playwright-core/lib/client/electron.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/electron.js rename to tvapp2/node_modules/playwright-core/lib/client/electron.js diff --git a/node_modules/playwright-core/lib/client/elementHandle.js b/tvapp2/node_modules/playwright-core/lib/client/elementHandle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/elementHandle.js rename to tvapp2/node_modules/playwright-core/lib/client/elementHandle.js diff --git a/node_modules/playwright-core/lib/client/errors.js b/tvapp2/node_modules/playwright-core/lib/client/errors.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/errors.js rename to tvapp2/node_modules/playwright-core/lib/client/errors.js diff --git a/node_modules/playwright-core/lib/client/eventEmitter.js b/tvapp2/node_modules/playwright-core/lib/client/eventEmitter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/eventEmitter.js rename to tvapp2/node_modules/playwright-core/lib/client/eventEmitter.js diff --git a/node_modules/playwright-core/lib/client/events.js b/tvapp2/node_modules/playwright-core/lib/client/events.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/events.js rename to tvapp2/node_modules/playwright-core/lib/client/events.js diff --git a/node_modules/playwright-core/lib/client/fetch.js b/tvapp2/node_modules/playwright-core/lib/client/fetch.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/fetch.js rename to tvapp2/node_modules/playwright-core/lib/client/fetch.js diff --git a/node_modules/playwright-core/lib/client/fileChooser.js b/tvapp2/node_modules/playwright-core/lib/client/fileChooser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/fileChooser.js rename to tvapp2/node_modules/playwright-core/lib/client/fileChooser.js diff --git a/node_modules/playwright-core/lib/client/frame.js b/tvapp2/node_modules/playwright-core/lib/client/frame.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/frame.js rename to tvapp2/node_modules/playwright-core/lib/client/frame.js diff --git a/node_modules/playwright-core/lib/client/harRouter.js b/tvapp2/node_modules/playwright-core/lib/client/harRouter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/harRouter.js rename to tvapp2/node_modules/playwright-core/lib/client/harRouter.js diff --git a/node_modules/playwright-core/lib/client/input.js b/tvapp2/node_modules/playwright-core/lib/client/input.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/input.js rename to tvapp2/node_modules/playwright-core/lib/client/input.js diff --git a/node_modules/playwright-core/lib/client/jsHandle.js b/tvapp2/node_modules/playwright-core/lib/client/jsHandle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/jsHandle.js rename to tvapp2/node_modules/playwright-core/lib/client/jsHandle.js diff --git a/node_modules/playwright-core/lib/client/jsonPipe.js b/tvapp2/node_modules/playwright-core/lib/client/jsonPipe.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/jsonPipe.js rename to tvapp2/node_modules/playwright-core/lib/client/jsonPipe.js diff --git a/node_modules/playwright-core/lib/client/localUtils.js b/tvapp2/node_modules/playwright-core/lib/client/localUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/localUtils.js rename to tvapp2/node_modules/playwright-core/lib/client/localUtils.js diff --git a/node_modules/playwright-core/lib/client/locator.js b/tvapp2/node_modules/playwright-core/lib/client/locator.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/locator.js rename to tvapp2/node_modules/playwright-core/lib/client/locator.js diff --git a/node_modules/playwright-core/lib/client/network.js b/tvapp2/node_modules/playwright-core/lib/client/network.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/network.js rename to tvapp2/node_modules/playwright-core/lib/client/network.js diff --git a/node_modules/playwright-core/lib/client/page.js b/tvapp2/node_modules/playwright-core/lib/client/page.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/page.js rename to tvapp2/node_modules/playwright-core/lib/client/page.js diff --git a/node_modules/playwright-core/lib/client/playwright.js b/tvapp2/node_modules/playwright-core/lib/client/playwright.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/playwright.js rename to tvapp2/node_modules/playwright-core/lib/client/playwright.js diff --git a/node_modules/playwright-core/lib/client/selectors.js b/tvapp2/node_modules/playwright-core/lib/client/selectors.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/selectors.js rename to tvapp2/node_modules/playwright-core/lib/client/selectors.js diff --git a/node_modules/playwright-core/lib/client/stream.js b/tvapp2/node_modules/playwright-core/lib/client/stream.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/stream.js rename to tvapp2/node_modules/playwright-core/lib/client/stream.js diff --git a/node_modules/playwright-core/lib/client/tracing.js b/tvapp2/node_modules/playwright-core/lib/client/tracing.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/tracing.js rename to tvapp2/node_modules/playwright-core/lib/client/tracing.js diff --git a/node_modules/playwright-core/lib/client/types.js b/tvapp2/node_modules/playwright-core/lib/client/types.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/types.js rename to tvapp2/node_modules/playwright-core/lib/client/types.js diff --git a/node_modules/playwright-core/lib/client/video.js b/tvapp2/node_modules/playwright-core/lib/client/video.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/video.js rename to tvapp2/node_modules/playwright-core/lib/client/video.js diff --git a/node_modules/playwright-core/lib/client/waiter.js b/tvapp2/node_modules/playwright-core/lib/client/waiter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/waiter.js rename to tvapp2/node_modules/playwright-core/lib/client/waiter.js diff --git a/node_modules/playwright-core/lib/client/webError.js b/tvapp2/node_modules/playwright-core/lib/client/webError.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/webError.js rename to tvapp2/node_modules/playwright-core/lib/client/webError.js diff --git a/node_modules/playwright-core/lib/client/worker.js b/tvapp2/node_modules/playwright-core/lib/client/worker.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/worker.js rename to tvapp2/node_modules/playwright-core/lib/client/worker.js diff --git a/node_modules/playwright-core/lib/client/writableStream.js b/tvapp2/node_modules/playwright-core/lib/client/writableStream.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/client/writableStream.js rename to tvapp2/node_modules/playwright-core/lib/client/writableStream.js diff --git a/node_modules/playwright-core/lib/common/socksProxy.js b/tvapp2/node_modules/playwright-core/lib/common/socksProxy.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/common/socksProxy.js rename to tvapp2/node_modules/playwright-core/lib/common/socksProxy.js diff --git a/node_modules/playwright-core/lib/common/timeoutSettings.js b/tvapp2/node_modules/playwright-core/lib/common/timeoutSettings.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/common/timeoutSettings.js rename to tvapp2/node_modules/playwright-core/lib/common/timeoutSettings.js diff --git a/node_modules/playwright-core/lib/common/types.js b/tvapp2/node_modules/playwright-core/lib/common/types.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/common/types.js rename to tvapp2/node_modules/playwright-core/lib/common/types.js diff --git a/node_modules/playwright-core/lib/generated/clockSource.js b/tvapp2/node_modules/playwright-core/lib/generated/clockSource.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/generated/clockSource.js rename to tvapp2/node_modules/playwright-core/lib/generated/clockSource.js diff --git a/node_modules/playwright-core/lib/generated/consoleApiSource.js b/tvapp2/node_modules/playwright-core/lib/generated/consoleApiSource.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/generated/consoleApiSource.js rename to tvapp2/node_modules/playwright-core/lib/generated/consoleApiSource.js diff --git a/node_modules/playwright-core/lib/generated/injectedScriptSource.js b/tvapp2/node_modules/playwright-core/lib/generated/injectedScriptSource.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/generated/injectedScriptSource.js rename to tvapp2/node_modules/playwright-core/lib/generated/injectedScriptSource.js diff --git a/node_modules/playwright-core/lib/generated/pollingRecorderSource.js b/tvapp2/node_modules/playwright-core/lib/generated/pollingRecorderSource.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/generated/pollingRecorderSource.js rename to tvapp2/node_modules/playwright-core/lib/generated/pollingRecorderSource.js diff --git a/node_modules/playwright-core/lib/generated/utilityScriptSource.js b/tvapp2/node_modules/playwright-core/lib/generated/utilityScriptSource.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/generated/utilityScriptSource.js rename to tvapp2/node_modules/playwright-core/lib/generated/utilityScriptSource.js diff --git a/node_modules/playwright-core/lib/generated/webSocketMockSource.js b/tvapp2/node_modules/playwright-core/lib/generated/webSocketMockSource.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/generated/webSocketMockSource.js rename to tvapp2/node_modules/playwright-core/lib/generated/webSocketMockSource.js diff --git a/node_modules/playwright-core/lib/image_tools/colorUtils.js b/tvapp2/node_modules/playwright-core/lib/image_tools/colorUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/image_tools/colorUtils.js rename to tvapp2/node_modules/playwright-core/lib/image_tools/colorUtils.js diff --git a/node_modules/playwright-core/lib/image_tools/compare.js b/tvapp2/node_modules/playwright-core/lib/image_tools/compare.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/image_tools/compare.js rename to tvapp2/node_modules/playwright-core/lib/image_tools/compare.js diff --git a/node_modules/playwright-core/lib/image_tools/imageChannel.js b/tvapp2/node_modules/playwright-core/lib/image_tools/imageChannel.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/image_tools/imageChannel.js rename to tvapp2/node_modules/playwright-core/lib/image_tools/imageChannel.js diff --git a/node_modules/playwright-core/lib/image_tools/stats.js b/tvapp2/node_modules/playwright-core/lib/image_tools/stats.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/image_tools/stats.js rename to tvapp2/node_modules/playwright-core/lib/image_tools/stats.js diff --git a/node_modules/playwright-core/lib/inProcessFactory.js b/tvapp2/node_modules/playwright-core/lib/inProcessFactory.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/inProcessFactory.js rename to tvapp2/node_modules/playwright-core/lib/inProcessFactory.js diff --git a/node_modules/playwright-core/lib/inprocess.js b/tvapp2/node_modules/playwright-core/lib/inprocess.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/inprocess.js rename to tvapp2/node_modules/playwright-core/lib/inprocess.js diff --git a/node_modules/playwright-core/lib/outofprocess.js b/tvapp2/node_modules/playwright-core/lib/outofprocess.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/outofprocess.js rename to tvapp2/node_modules/playwright-core/lib/outofprocess.js diff --git a/node_modules/playwright-core/lib/protocol/debug.js b/tvapp2/node_modules/playwright-core/lib/protocol/debug.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/protocol/debug.js rename to tvapp2/node_modules/playwright-core/lib/protocol/debug.js diff --git a/node_modules/playwright-core/lib/protocol/serializers.js b/tvapp2/node_modules/playwright-core/lib/protocol/serializers.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/protocol/serializers.js rename to tvapp2/node_modules/playwright-core/lib/protocol/serializers.js diff --git a/node_modules/playwright-core/lib/protocol/transport.js b/tvapp2/node_modules/playwright-core/lib/protocol/transport.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/protocol/transport.js rename to tvapp2/node_modules/playwright-core/lib/protocol/transport.js diff --git a/node_modules/playwright-core/lib/protocol/validator.js b/tvapp2/node_modules/playwright-core/lib/protocol/validator.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/protocol/validator.js rename to tvapp2/node_modules/playwright-core/lib/protocol/validator.js diff --git a/node_modules/playwright-core/lib/protocol/validatorPrimitives.js b/tvapp2/node_modules/playwright-core/lib/protocol/validatorPrimitives.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/protocol/validatorPrimitives.js rename to tvapp2/node_modules/playwright-core/lib/protocol/validatorPrimitives.js diff --git a/node_modules/playwright-core/lib/remote/playwrightConnection.js b/tvapp2/node_modules/playwright-core/lib/remote/playwrightConnection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/remote/playwrightConnection.js rename to tvapp2/node_modules/playwright-core/lib/remote/playwrightConnection.js diff --git a/node_modules/playwright-core/lib/remote/playwrightServer.js b/tvapp2/node_modules/playwright-core/lib/remote/playwrightServer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/remote/playwrightServer.js rename to tvapp2/node_modules/playwright-core/lib/remote/playwrightServer.js diff --git a/node_modules/playwright-core/lib/server/accessibility.js b/tvapp2/node_modules/playwright-core/lib/server/accessibility.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/accessibility.js rename to tvapp2/node_modules/playwright-core/lib/server/accessibility.js diff --git a/node_modules/playwright-core/lib/server/android/android.js b/tvapp2/node_modules/playwright-core/lib/server/android/android.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/android/android.js rename to tvapp2/node_modules/playwright-core/lib/server/android/android.js diff --git a/node_modules/playwright-core/lib/server/android/backendAdb.js b/tvapp2/node_modules/playwright-core/lib/server/android/backendAdb.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/android/backendAdb.js rename to tvapp2/node_modules/playwright-core/lib/server/android/backendAdb.js diff --git a/node_modules/playwright-core/lib/server/artifact.js b/tvapp2/node_modules/playwright-core/lib/server/artifact.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/artifact.js rename to tvapp2/node_modules/playwright-core/lib/server/artifact.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiBrowser.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiChromium.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiChromium.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiChromium.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiChromium.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiConnection.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiConnection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiConnection.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiConnection.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiFirefox.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiInput.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiInput.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiInput.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiInput.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiPage.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiPage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiPage.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiPage.js diff --git a/node_modules/playwright-core/lib/server/bidi/bidiPdf.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/bidiPdf.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/bidiPdf.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/bidiPdf.js diff --git a/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js diff --git a/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js diff --git a/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js diff --git a/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js diff --git a/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js b/tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js rename to tvapp2/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js diff --git a/node_modules/playwright-core/lib/server/browser.js b/tvapp2/node_modules/playwright-core/lib/server/browser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/browser.js rename to tvapp2/node_modules/playwright-core/lib/server/browser.js diff --git a/node_modules/playwright-core/lib/server/browserContext.js b/tvapp2/node_modules/playwright-core/lib/server/browserContext.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/browserContext.js rename to tvapp2/node_modules/playwright-core/lib/server/browserContext.js diff --git a/node_modules/playwright-core/lib/server/browserType.js b/tvapp2/node_modules/playwright-core/lib/server/browserType.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/browserType.js rename to tvapp2/node_modules/playwright-core/lib/server/browserType.js diff --git a/node_modules/playwright-core/lib/server/chromium/appIcon.png b/tvapp2/node_modules/playwright-core/lib/server/chromium/appIcon.png old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/appIcon.png rename to tvapp2/node_modules/playwright-core/lib/server/chromium/appIcon.png diff --git a/node_modules/playwright-core/lib/server/chromium/chromium.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/chromium.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/chromium.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/chromium.js diff --git a/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js diff --git a/node_modules/playwright-core/lib/server/chromium/crAccessibility.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crAccessibility.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crAccessibility.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crAccessibility.js diff --git a/node_modules/playwright-core/lib/server/chromium/crBrowser.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crBrowser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crBrowser.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crBrowser.js diff --git a/node_modules/playwright-core/lib/server/chromium/crConnection.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crConnection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crConnection.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crConnection.js diff --git a/node_modules/playwright-core/lib/server/chromium/crCoverage.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crCoverage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crCoverage.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crCoverage.js diff --git a/node_modules/playwright-core/lib/server/chromium/crDevTools.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crDevTools.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crDevTools.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crDevTools.js diff --git a/node_modules/playwright-core/lib/server/chromium/crDragDrop.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crDragDrop.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crDragDrop.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crDragDrop.js diff --git a/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crExecutionContext.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js diff --git a/node_modules/playwright-core/lib/server/chromium/crInput.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crInput.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crInput.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crInput.js diff --git a/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crNetworkManager.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js diff --git a/node_modules/playwright-core/lib/server/chromium/crPage.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crPage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crPage.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crPage.js diff --git a/node_modules/playwright-core/lib/server/chromium/crPdf.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crPdf.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crPdf.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crPdf.js diff --git a/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js diff --git a/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/crServiceWorker.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js diff --git a/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js diff --git a/node_modules/playwright-core/lib/server/chromium/videoRecorder.js b/tvapp2/node_modules/playwright-core/lib/server/chromium/videoRecorder.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/chromium/videoRecorder.js rename to tvapp2/node_modules/playwright-core/lib/server/chromium/videoRecorder.js diff --git a/node_modules/playwright-core/lib/server/clock.js b/tvapp2/node_modules/playwright-core/lib/server/clock.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/clock.js rename to tvapp2/node_modules/playwright-core/lib/server/clock.js diff --git a/node_modules/playwright-core/lib/server/codegen/csharp.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/csharp.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/csharp.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/csharp.js diff --git a/node_modules/playwright-core/lib/server/codegen/java.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/java.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/java.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/java.js diff --git a/node_modules/playwright-core/lib/server/codegen/javascript.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/javascript.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/javascript.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/javascript.js diff --git a/node_modules/playwright-core/lib/server/codegen/jsonl.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/jsonl.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/jsonl.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/jsonl.js diff --git a/node_modules/playwright-core/lib/server/codegen/language.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/language.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/language.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/language.js diff --git a/node_modules/playwright-core/lib/server/codegen/languages.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/languages.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/languages.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/languages.js diff --git a/node_modules/playwright-core/lib/server/codegen/python.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/python.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/python.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/python.js diff --git a/node_modules/playwright-core/lib/server/codegen/types.js b/tvapp2/node_modules/playwright-core/lib/server/codegen/types.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/codegen/types.js rename to tvapp2/node_modules/playwright-core/lib/server/codegen/types.js diff --git a/node_modules/playwright-core/lib/server/console.js b/tvapp2/node_modules/playwright-core/lib/server/console.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/console.js rename to tvapp2/node_modules/playwright-core/lib/server/console.js diff --git a/node_modules/playwright-core/lib/server/cookieStore.js b/tvapp2/node_modules/playwright-core/lib/server/cookieStore.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/cookieStore.js rename to tvapp2/node_modules/playwright-core/lib/server/cookieStore.js diff --git a/node_modules/playwright-core/lib/server/debugController.js b/tvapp2/node_modules/playwright-core/lib/server/debugController.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/debugController.js rename to tvapp2/node_modules/playwright-core/lib/server/debugController.js diff --git a/node_modules/playwright-core/lib/server/debugger.js b/tvapp2/node_modules/playwright-core/lib/server/debugger.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/debugger.js rename to tvapp2/node_modules/playwright-core/lib/server/debugger.js diff --git a/node_modules/playwright-core/lib/server/deviceDescriptors.js b/tvapp2/node_modules/playwright-core/lib/server/deviceDescriptors.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/deviceDescriptors.js rename to tvapp2/node_modules/playwright-core/lib/server/deviceDescriptors.js diff --git a/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json b/tvapp2/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/deviceDescriptorsSource.json rename to tvapp2/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json diff --git a/node_modules/playwright-core/lib/server/dialog.js b/tvapp2/node_modules/playwright-core/lib/server/dialog.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dialog.js rename to tvapp2/node_modules/playwright-core/lib/server/dialog.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/dispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js b/tvapp2/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js rename to tvapp2/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js diff --git a/node_modules/playwright-core/lib/server/dom.js b/tvapp2/node_modules/playwright-core/lib/server/dom.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/dom.js rename to tvapp2/node_modules/playwright-core/lib/server/dom.js diff --git a/node_modules/playwright-core/lib/server/download.js b/tvapp2/node_modules/playwright-core/lib/server/download.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/download.js rename to tvapp2/node_modules/playwright-core/lib/server/download.js diff --git a/node_modules/playwright-core/lib/server/electron/electron.js b/tvapp2/node_modules/playwright-core/lib/server/electron/electron.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/electron/electron.js rename to tvapp2/node_modules/playwright-core/lib/server/electron/electron.js diff --git a/node_modules/playwright-core/lib/server/electron/loader.js b/tvapp2/node_modules/playwright-core/lib/server/electron/loader.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/electron/loader.js rename to tvapp2/node_modules/playwright-core/lib/server/electron/loader.js diff --git a/node_modules/playwright-core/lib/server/errors.js b/tvapp2/node_modules/playwright-core/lib/server/errors.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/errors.js rename to tvapp2/node_modules/playwright-core/lib/server/errors.js diff --git a/node_modules/playwright-core/lib/server/fetch.js b/tvapp2/node_modules/playwright-core/lib/server/fetch.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/fetch.js rename to tvapp2/node_modules/playwright-core/lib/server/fetch.js diff --git a/node_modules/playwright-core/lib/server/fileChooser.js b/tvapp2/node_modules/playwright-core/lib/server/fileChooser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/fileChooser.js rename to tvapp2/node_modules/playwright-core/lib/server/fileChooser.js diff --git a/node_modules/playwright-core/lib/server/fileUploadUtils.js b/tvapp2/node_modules/playwright-core/lib/server/fileUploadUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/fileUploadUtils.js rename to tvapp2/node_modules/playwright-core/lib/server/fileUploadUtils.js diff --git a/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/ffAccessibility.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js diff --git a/node_modules/playwright-core/lib/server/firefox/ffBrowser.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/ffBrowser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/ffBrowser.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/ffBrowser.js diff --git a/node_modules/playwright-core/lib/server/firefox/ffConnection.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/ffConnection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/ffConnection.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/ffConnection.js diff --git a/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js diff --git a/node_modules/playwright-core/lib/server/firefox/ffInput.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/ffInput.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/ffInput.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/ffInput.js diff --git a/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js diff --git a/node_modules/playwright-core/lib/server/firefox/ffPage.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/ffPage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/ffPage.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/ffPage.js diff --git a/node_modules/playwright-core/lib/server/firefox/firefox.js b/tvapp2/node_modules/playwright-core/lib/server/firefox/firefox.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/firefox/firefox.js rename to tvapp2/node_modules/playwright-core/lib/server/firefox/firefox.js diff --git a/node_modules/playwright-core/lib/server/formData.js b/tvapp2/node_modules/playwright-core/lib/server/formData.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/formData.js rename to tvapp2/node_modules/playwright-core/lib/server/formData.js diff --git a/node_modules/playwright-core/lib/server/frameSelectors.js b/tvapp2/node_modules/playwright-core/lib/server/frameSelectors.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/frameSelectors.js rename to tvapp2/node_modules/playwright-core/lib/server/frameSelectors.js diff --git a/node_modules/playwright-core/lib/server/frames.js b/tvapp2/node_modules/playwright-core/lib/server/frames.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/frames.js rename to tvapp2/node_modules/playwright-core/lib/server/frames.js diff --git a/node_modules/playwright-core/lib/server/har/harRecorder.js b/tvapp2/node_modules/playwright-core/lib/server/har/harRecorder.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/har/harRecorder.js rename to tvapp2/node_modules/playwright-core/lib/server/har/harRecorder.js diff --git a/node_modules/playwright-core/lib/server/har/harTracer.js b/tvapp2/node_modules/playwright-core/lib/server/har/harTracer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/har/harTracer.js rename to tvapp2/node_modules/playwright-core/lib/server/har/harTracer.js diff --git a/node_modules/playwright-core/lib/server/helper.js b/tvapp2/node_modules/playwright-core/lib/server/helper.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/helper.js rename to tvapp2/node_modules/playwright-core/lib/server/helper.js diff --git a/node_modules/playwright-core/lib/server/index.js b/tvapp2/node_modules/playwright-core/lib/server/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/index.js rename to tvapp2/node_modules/playwright-core/lib/server/index.js diff --git a/node_modules/playwright-core/lib/server/input.js b/tvapp2/node_modules/playwright-core/lib/server/input.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/input.js rename to tvapp2/node_modules/playwright-core/lib/server/input.js diff --git a/node_modules/playwright-core/lib/server/instrumentation.js b/tvapp2/node_modules/playwright-core/lib/server/instrumentation.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/instrumentation.js rename to tvapp2/node_modules/playwright-core/lib/server/instrumentation.js diff --git a/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js b/tvapp2/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js rename to tvapp2/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js diff --git a/node_modules/playwright-core/lib/server/javascript.js b/tvapp2/node_modules/playwright-core/lib/server/javascript.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/javascript.js rename to tvapp2/node_modules/playwright-core/lib/server/javascript.js diff --git a/node_modules/playwright-core/lib/server/launchApp.js b/tvapp2/node_modules/playwright-core/lib/server/launchApp.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/launchApp.js rename to tvapp2/node_modules/playwright-core/lib/server/launchApp.js diff --git a/node_modules/playwright-core/lib/server/macEditingCommands.js b/tvapp2/node_modules/playwright-core/lib/server/macEditingCommands.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/macEditingCommands.js rename to tvapp2/node_modules/playwright-core/lib/server/macEditingCommands.js diff --git a/node_modules/playwright-core/lib/server/network.js b/tvapp2/node_modules/playwright-core/lib/server/network.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/network.js rename to tvapp2/node_modules/playwright-core/lib/server/network.js diff --git a/node_modules/playwright-core/lib/server/page.js b/tvapp2/node_modules/playwright-core/lib/server/page.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/page.js rename to tvapp2/node_modules/playwright-core/lib/server/page.js diff --git a/node_modules/playwright-core/lib/server/pipeTransport.js b/tvapp2/node_modules/playwright-core/lib/server/pipeTransport.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/pipeTransport.js rename to tvapp2/node_modules/playwright-core/lib/server/pipeTransport.js diff --git a/node_modules/playwright-core/lib/server/playwright.js b/tvapp2/node_modules/playwright-core/lib/server/playwright.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/playwright.js rename to tvapp2/node_modules/playwright-core/lib/server/playwright.js diff --git a/node_modules/playwright-core/lib/server/progress.js b/tvapp2/node_modules/playwright-core/lib/server/progress.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/progress.js rename to tvapp2/node_modules/playwright-core/lib/server/progress.js diff --git a/node_modules/playwright-core/lib/server/protocolError.js b/tvapp2/node_modules/playwright-core/lib/server/protocolError.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/protocolError.js rename to tvapp2/node_modules/playwright-core/lib/server/protocolError.js diff --git a/node_modules/playwright-core/lib/server/recorder.js b/tvapp2/node_modules/playwright-core/lib/server/recorder.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder.js diff --git a/node_modules/playwright-core/lib/server/recorder/chat.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/chat.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/chat.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/chat.js diff --git a/node_modules/playwright-core/lib/server/recorder/contextRecorder.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/contextRecorder.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/contextRecorder.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/contextRecorder.js diff --git a/node_modules/playwright-core/lib/server/recorder/recorderApp.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/recorderApp.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/recorderApp.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/recorderApp.js diff --git a/node_modules/playwright-core/lib/server/recorder/recorderCollection.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/recorderCollection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/recorderCollection.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/recorderCollection.js diff --git a/node_modules/playwright-core/lib/server/recorder/recorderFrontend.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/recorderFrontend.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/recorderFrontend.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/recorderFrontend.js diff --git a/node_modules/playwright-core/lib/server/recorder/recorderRunner.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/recorderRunner.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/recorderRunner.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/recorderRunner.js diff --git a/node_modules/playwright-core/lib/server/recorder/recorderUtils.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/recorderUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/recorderUtils.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/recorderUtils.js diff --git a/node_modules/playwright-core/lib/server/recorder/throttledFile.js b/tvapp2/node_modules/playwright-core/lib/server/recorder/throttledFile.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/recorder/throttledFile.js rename to tvapp2/node_modules/playwright-core/lib/server/recorder/throttledFile.js diff --git a/node_modules/playwright-core/lib/server/registry/browserFetcher.js b/tvapp2/node_modules/playwright-core/lib/server/registry/browserFetcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/registry/browserFetcher.js rename to tvapp2/node_modules/playwright-core/lib/server/registry/browserFetcher.js diff --git a/node_modules/playwright-core/lib/server/registry/dependencies.js b/tvapp2/node_modules/playwright-core/lib/server/registry/dependencies.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/registry/dependencies.js rename to tvapp2/node_modules/playwright-core/lib/server/registry/dependencies.js diff --git a/node_modules/playwright-core/lib/server/registry/index.js b/tvapp2/node_modules/playwright-core/lib/server/registry/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/registry/index.js rename to tvapp2/node_modules/playwright-core/lib/server/registry/index.js diff --git a/node_modules/playwright-core/lib/server/registry/nativeDeps.js b/tvapp2/node_modules/playwright-core/lib/server/registry/nativeDeps.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/registry/nativeDeps.js rename to tvapp2/node_modules/playwright-core/lib/server/registry/nativeDeps.js diff --git a/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js b/tvapp2/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js rename to tvapp2/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js diff --git a/node_modules/playwright-core/lib/server/screenshotter.js b/tvapp2/node_modules/playwright-core/lib/server/screenshotter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/screenshotter.js rename to tvapp2/node_modules/playwright-core/lib/server/screenshotter.js diff --git a/node_modules/playwright-core/lib/server/selectors.js b/tvapp2/node_modules/playwright-core/lib/server/selectors.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/selectors.js rename to tvapp2/node_modules/playwright-core/lib/server/selectors.js diff --git a/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js b/tvapp2/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js rename to tvapp2/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js diff --git a/node_modules/playwright-core/lib/server/socksInterceptor.js b/tvapp2/node_modules/playwright-core/lib/server/socksInterceptor.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/socksInterceptor.js rename to tvapp2/node_modules/playwright-core/lib/server/socksInterceptor.js diff --git a/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js b/tvapp2/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js rename to tvapp2/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js diff --git a/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js b/tvapp2/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js rename to tvapp2/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js diff --git a/node_modules/playwright-core/lib/server/trace/recorder/tracing.js b/tvapp2/node_modules/playwright-core/lib/server/trace/recorder/tracing.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/trace/recorder/tracing.js rename to tvapp2/node_modules/playwright-core/lib/server/trace/recorder/tracing.js diff --git a/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js b/tvapp2/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js rename to tvapp2/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js diff --git a/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js b/tvapp2/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js rename to tvapp2/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js diff --git a/node_modules/playwright-core/lib/server/transport.js b/tvapp2/node_modules/playwright-core/lib/server/transport.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/transport.js rename to tvapp2/node_modules/playwright-core/lib/server/transport.js diff --git a/node_modules/playwright-core/lib/server/types.js b/tvapp2/node_modules/playwright-core/lib/server/types.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/types.js rename to tvapp2/node_modules/playwright-core/lib/server/types.js diff --git a/node_modules/playwright-core/lib/server/usKeyboardLayout.js b/tvapp2/node_modules/playwright-core/lib/server/usKeyboardLayout.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/usKeyboardLayout.js rename to tvapp2/node_modules/playwright-core/lib/server/usKeyboardLayout.js diff --git a/node_modules/playwright-core/lib/server/webkit/webkit.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/webkit.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/webkit.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/webkit.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkAccessibility.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkBrowser.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkBrowser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkBrowser.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkBrowser.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkConnection.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkConnection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkConnection.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkConnection.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkInput.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkInput.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkInput.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkInput.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkPage.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkPage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkPage.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkPage.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js diff --git a/node_modules/playwright-core/lib/server/webkit/wkWorkers.js b/tvapp2/node_modules/playwright-core/lib/server/webkit/wkWorkers.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/server/webkit/wkWorkers.js rename to tvapp2/node_modules/playwright-core/lib/server/webkit/wkWorkers.js diff --git a/node_modules/playwright-core/lib/third_party/pixelmatch.js b/tvapp2/node_modules/playwright-core/lib/third_party/pixelmatch.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/third_party/pixelmatch.js rename to tvapp2/node_modules/playwright-core/lib/third_party/pixelmatch.js diff --git a/node_modules/playwright-core/lib/utils/ascii.js b/tvapp2/node_modules/playwright-core/lib/utils/ascii.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/ascii.js rename to tvapp2/node_modules/playwright-core/lib/utils/ascii.js diff --git a/node_modules/playwright-core/lib/utils/comparators.js b/tvapp2/node_modules/playwright-core/lib/utils/comparators.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/comparators.js rename to tvapp2/node_modules/playwright-core/lib/utils/comparators.js diff --git a/node_modules/playwright-core/lib/utils/crypto.js b/tvapp2/node_modules/playwright-core/lib/utils/crypto.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/crypto.js rename to tvapp2/node_modules/playwright-core/lib/utils/crypto.js diff --git a/node_modules/playwright-core/lib/utils/debug.js b/tvapp2/node_modules/playwright-core/lib/utils/debug.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/debug.js rename to tvapp2/node_modules/playwright-core/lib/utils/debug.js diff --git a/node_modules/playwright-core/lib/utils/debugLogger.js b/tvapp2/node_modules/playwright-core/lib/utils/debugLogger.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/debugLogger.js rename to tvapp2/node_modules/playwright-core/lib/utils/debugLogger.js diff --git a/node_modules/playwright-core/lib/utils/env.js b/tvapp2/node_modules/playwright-core/lib/utils/env.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/env.js rename to tvapp2/node_modules/playwright-core/lib/utils/env.js diff --git a/node_modules/playwright-core/lib/utils/eventsHelper.js b/tvapp2/node_modules/playwright-core/lib/utils/eventsHelper.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/eventsHelper.js rename to tvapp2/node_modules/playwright-core/lib/utils/eventsHelper.js diff --git a/node_modules/playwright-core/lib/utils/expectUtils.js b/tvapp2/node_modules/playwright-core/lib/utils/expectUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/expectUtils.js rename to tvapp2/node_modules/playwright-core/lib/utils/expectUtils.js diff --git a/node_modules/playwright-core/lib/utils/fileUtils.js b/tvapp2/node_modules/playwright-core/lib/utils/fileUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/fileUtils.js rename to tvapp2/node_modules/playwright-core/lib/utils/fileUtils.js diff --git a/node_modules/playwright-core/lib/utils/happy-eyeballs.js b/tvapp2/node_modules/playwright-core/lib/utils/happy-eyeballs.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/happy-eyeballs.js rename to tvapp2/node_modules/playwright-core/lib/utils/happy-eyeballs.js diff --git a/node_modules/playwright-core/lib/utils/headers.js b/tvapp2/node_modules/playwright-core/lib/utils/headers.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/headers.js rename to tvapp2/node_modules/playwright-core/lib/utils/headers.js diff --git a/node_modules/playwright-core/lib/utils/hostPlatform.js b/tvapp2/node_modules/playwright-core/lib/utils/hostPlatform.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/hostPlatform.js rename to tvapp2/node_modules/playwright-core/lib/utils/hostPlatform.js diff --git a/node_modules/playwright-core/lib/utils/httpServer.js b/tvapp2/node_modules/playwright-core/lib/utils/httpServer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/httpServer.js rename to tvapp2/node_modules/playwright-core/lib/utils/httpServer.js diff --git a/node_modules/playwright-core/lib/utils/index.js b/tvapp2/node_modules/playwright-core/lib/utils/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/index.js rename to tvapp2/node_modules/playwright-core/lib/utils/index.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/cssParser.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/mimeType.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js diff --git a/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js b/tvapp2/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js rename to tvapp2/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js diff --git a/node_modules/playwright-core/lib/utils/linuxUtils.js b/tvapp2/node_modules/playwright-core/lib/utils/linuxUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/linuxUtils.js rename to tvapp2/node_modules/playwright-core/lib/utils/linuxUtils.js diff --git a/node_modules/playwright-core/lib/utils/manualPromise.js b/tvapp2/node_modules/playwright-core/lib/utils/manualPromise.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/manualPromise.js rename to tvapp2/node_modules/playwright-core/lib/utils/manualPromise.js diff --git a/node_modules/playwright-core/lib/utils/multimap.js b/tvapp2/node_modules/playwright-core/lib/utils/multimap.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/multimap.js rename to tvapp2/node_modules/playwright-core/lib/utils/multimap.js diff --git a/node_modules/playwright-core/lib/utils/network.js b/tvapp2/node_modules/playwright-core/lib/utils/network.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/network.js rename to tvapp2/node_modules/playwright-core/lib/utils/network.js diff --git a/node_modules/playwright-core/lib/utils/processLauncher.js b/tvapp2/node_modules/playwright-core/lib/utils/processLauncher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/processLauncher.js rename to tvapp2/node_modules/playwright-core/lib/utils/processLauncher.js diff --git a/node_modules/playwright-core/lib/utils/profiler.js b/tvapp2/node_modules/playwright-core/lib/utils/profiler.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/profiler.js rename to tvapp2/node_modules/playwright-core/lib/utils/profiler.js diff --git a/node_modules/playwright-core/lib/utils/rtti.js b/tvapp2/node_modules/playwright-core/lib/utils/rtti.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/rtti.js rename to tvapp2/node_modules/playwright-core/lib/utils/rtti.js diff --git a/node_modules/playwright-core/lib/utils/semaphore.js b/tvapp2/node_modules/playwright-core/lib/utils/semaphore.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/semaphore.js rename to tvapp2/node_modules/playwright-core/lib/utils/semaphore.js diff --git a/node_modules/playwright-core/lib/utils/sequence.js b/tvapp2/node_modules/playwright-core/lib/utils/sequence.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/sequence.js rename to tvapp2/node_modules/playwright-core/lib/utils/sequence.js diff --git a/node_modules/playwright-core/lib/utils/spawnAsync.js b/tvapp2/node_modules/playwright-core/lib/utils/spawnAsync.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/spawnAsync.js rename to tvapp2/node_modules/playwright-core/lib/utils/spawnAsync.js diff --git a/node_modules/playwright-core/lib/utils/stackTrace.js b/tvapp2/node_modules/playwright-core/lib/utils/stackTrace.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/stackTrace.js rename to tvapp2/node_modules/playwright-core/lib/utils/stackTrace.js diff --git a/node_modules/playwright-core/lib/utils/task.js b/tvapp2/node_modules/playwright-core/lib/utils/task.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/task.js rename to tvapp2/node_modules/playwright-core/lib/utils/task.js diff --git a/node_modules/playwright-core/lib/utils/time.js b/tvapp2/node_modules/playwright-core/lib/utils/time.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/time.js rename to tvapp2/node_modules/playwright-core/lib/utils/time.js diff --git a/node_modules/playwright-core/lib/utils/timeoutRunner.js b/tvapp2/node_modules/playwright-core/lib/utils/timeoutRunner.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/timeoutRunner.js rename to tvapp2/node_modules/playwright-core/lib/utils/timeoutRunner.js diff --git a/node_modules/playwright-core/lib/utils/traceUtils.js b/tvapp2/node_modules/playwright-core/lib/utils/traceUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/traceUtils.js rename to tvapp2/node_modules/playwright-core/lib/utils/traceUtils.js diff --git a/node_modules/playwright-core/lib/utils/userAgent.js b/tvapp2/node_modules/playwright-core/lib/utils/userAgent.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/userAgent.js rename to tvapp2/node_modules/playwright-core/lib/utils/userAgent.js diff --git a/node_modules/playwright-core/lib/utils/wsServer.js b/tvapp2/node_modules/playwright-core/lib/utils/wsServer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/wsServer.js rename to tvapp2/node_modules/playwright-core/lib/utils/wsServer.js diff --git a/node_modules/playwright-core/lib/utils/zipFile.js b/tvapp2/node_modules/playwright-core/lib/utils/zipFile.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/zipFile.js rename to tvapp2/node_modules/playwright-core/lib/utils/zipFile.js diff --git a/node_modules/playwright-core/lib/utils/zones.js b/tvapp2/node_modules/playwright-core/lib/utils/zones.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utils/zones.js rename to tvapp2/node_modules/playwright-core/lib/utils/zones.js diff --git a/node_modules/playwright-core/lib/utilsBundle.js b/tvapp2/node_modules/playwright-core/lib/utilsBundle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utilsBundle.js rename to tvapp2/node_modules/playwright-core/lib/utilsBundle.js diff --git a/node_modules/playwright-core/lib/utilsBundleImpl/index.js b/tvapp2/node_modules/playwright-core/lib/utilsBundleImpl/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utilsBundleImpl/index.js rename to tvapp2/node_modules/playwright-core/lib/utilsBundleImpl/index.js diff --git a/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open b/tvapp2/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/utilsBundleImpl/xdg-open rename to tvapp2/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open diff --git a/node_modules/playwright-core/lib/vite/htmlReport/index.html b/tvapp2/node_modules/playwright-core/lib/vite/htmlReport/index.html old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/htmlReport/index.html rename to tvapp2/node_modules/playwright-core/lib/vite/htmlReport/index.html diff --git a/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-C3UTv-Ge.css b/tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-C3UTv-Ge.css old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-C3UTv-Ge.css rename to tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-C3UTv-Ge.css diff --git a/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-D5R_qtw3.js b/tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-D5R_qtw3.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-D5R_qtw3.js rename to tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-D5R_qtw3.js diff --git a/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf b/tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf rename to tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf diff --git a/node_modules/playwright-core/lib/vite/recorder/assets/index-DsR8Oo9k.js b/tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/index-DsR8Oo9k.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/recorder/assets/index-DsR8Oo9k.js rename to tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/index-DsR8Oo9k.js diff --git a/node_modules/playwright-core/lib/vite/recorder/assets/index-eHBmevrY.css b/tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/index-eHBmevrY.css old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/recorder/assets/index-eHBmevrY.css rename to tvapp2/node_modules/playwright-core/lib/vite/recorder/assets/index-eHBmevrY.css diff --git a/node_modules/playwright-core/lib/vite/recorder/index.html b/tvapp2/node_modules/playwright-core/lib/vite/recorder/index.html old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/recorder/index.html rename to tvapp2/node_modules/playwright-core/lib/vite/recorder/index.html diff --git a/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg b/tvapp2/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg rename to tvapp2/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg diff --git a/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-CyuxU5C-.js b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-CyuxU5C-.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-CyuxU5C-.js rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-CyuxU5C-.js diff --git a/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-5nVJRt0A.js b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-5nVJRt0A.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-5nVJRt0A.js rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-5nVJRt0A.js diff --git a/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-c-SNdYZy.js b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-c-SNdYZy.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-c-SNdYZy.js rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-c-SNdYZy.js diff --git a/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.C3UTv-Ge.css b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.C3UTv-Ge.css old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.C3UTv-Ge.css rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.C3UTv-Ge.css diff --git a/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf diff --git a/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.2xeEXCXv.css b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.2xeEXCXv.css old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.2xeEXCXv.css rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.2xeEXCXv.css diff --git a/node_modules/playwright-core/lib/vite/traceViewer/index.CFOW-Ezb.css b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/index.CFOW-Ezb.css old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/index.CFOW-Ezb.css rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/index.CFOW-Ezb.css diff --git a/node_modules/playwright-core/lib/vite/traceViewer/index.html b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/index.html old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/index.html rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/index.html diff --git a/node_modules/playwright-core/lib/vite/traceViewer/index.qVn2ZnpC.js b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/index.qVn2ZnpC.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/index.qVn2ZnpC.js rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/index.qVn2ZnpC.js diff --git a/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg diff --git a/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/snapshot.html rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html diff --git a/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js diff --git a/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BatfzHMG.css b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BatfzHMG.css old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/uiMode.BatfzHMG.css rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BatfzHMG.css diff --git a/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/uiMode.html rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html diff --git a/node_modules/playwright-core/lib/vite/traceViewer/uiMode.m4IPRPOd.js b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/uiMode.m4IPRPOd.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/uiMode.m4IPRPOd.js rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/uiMode.m4IPRPOd.js diff --git a/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.Beg8tuEN.css b/tvapp2/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.Beg8tuEN.css old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/vite/traceViewer/xtermModule.Beg8tuEN.css rename to tvapp2/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.Beg8tuEN.css diff --git a/node_modules/playwright-core/lib/zipBundle.js b/tvapp2/node_modules/playwright-core/lib/zipBundle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/zipBundle.js rename to tvapp2/node_modules/playwright-core/lib/zipBundle.js diff --git a/node_modules/playwright-core/lib/zipBundleImpl.js b/tvapp2/node_modules/playwright-core/lib/zipBundleImpl.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/lib/zipBundleImpl.js rename to tvapp2/node_modules/playwright-core/lib/zipBundleImpl.js diff --git a/node_modules/playwright-core/package.json b/tvapp2/node_modules/playwright-core/package.json old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/package.json rename to tvapp2/node_modules/playwright-core/package.json diff --git a/node_modules/playwright-core/types/protocol.d.ts b/tvapp2/node_modules/playwright-core/types/protocol.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/types/protocol.d.ts rename to tvapp2/node_modules/playwright-core/types/protocol.d.ts diff --git a/node_modules/playwright-core/types/structs.d.ts b/tvapp2/node_modules/playwright-core/types/structs.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/types/structs.d.ts rename to tvapp2/node_modules/playwright-core/types/structs.d.ts diff --git a/node_modules/playwright-core/types/types.d.ts b/tvapp2/node_modules/playwright-core/types/types.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright-core/types/types.d.ts rename to tvapp2/node_modules/playwright-core/types/types.d.ts diff --git a/node_modules/playwright/.eslintrc.js b/tvapp2/node_modules/playwright/.eslintrc.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/.eslintrc.js rename to tvapp2/node_modules/playwright/.eslintrc.js diff --git a/node_modules/playwright/LICENSE b/tvapp2/node_modules/playwright/LICENSE old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/LICENSE rename to tvapp2/node_modules/playwright/LICENSE diff --git a/node_modules/playwright/NOTICE b/tvapp2/node_modules/playwright/NOTICE old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/NOTICE rename to tvapp2/node_modules/playwright/NOTICE diff --git a/node_modules/playwright/README.md b/tvapp2/node_modules/playwright/README.md old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/README.md rename to tvapp2/node_modules/playwright/README.md diff --git a/node_modules/playwright/cli.js b/tvapp2/node_modules/playwright/cli.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/cli.js rename to tvapp2/node_modules/playwright/cli.js diff --git a/node_modules/playwright/index.d.ts b/tvapp2/node_modules/playwright/index.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/index.d.ts rename to tvapp2/node_modules/playwright/index.d.ts diff --git a/node_modules/playwright/index.js b/tvapp2/node_modules/playwright/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/index.js rename to tvapp2/node_modules/playwright/index.js diff --git a/node_modules/playwright/index.mjs b/tvapp2/node_modules/playwright/index.mjs old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/index.mjs rename to tvapp2/node_modules/playwright/index.mjs diff --git a/node_modules/playwright/jsx-runtime.js b/tvapp2/node_modules/playwright/jsx-runtime.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/jsx-runtime.js rename to tvapp2/node_modules/playwright/jsx-runtime.js diff --git a/node_modules/playwright/jsx-runtime.mjs b/tvapp2/node_modules/playwright/jsx-runtime.mjs old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/jsx-runtime.mjs rename to tvapp2/node_modules/playwright/jsx-runtime.mjs diff --git a/node_modules/playwright/lib/common/config.js b/tvapp2/node_modules/playwright/lib/common/config.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/config.js rename to tvapp2/node_modules/playwright/lib/common/config.js diff --git a/node_modules/playwright/lib/common/configLoader.js b/tvapp2/node_modules/playwright/lib/common/configLoader.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/configLoader.js rename to tvapp2/node_modules/playwright/lib/common/configLoader.js diff --git a/node_modules/playwright/lib/common/esmLoaderHost.js b/tvapp2/node_modules/playwright/lib/common/esmLoaderHost.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/esmLoaderHost.js rename to tvapp2/node_modules/playwright/lib/common/esmLoaderHost.js diff --git a/node_modules/playwright/lib/common/expectBundle.js b/tvapp2/node_modules/playwright/lib/common/expectBundle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/expectBundle.js rename to tvapp2/node_modules/playwright/lib/common/expectBundle.js diff --git a/node_modules/playwright/lib/common/expectBundleImpl.js b/tvapp2/node_modules/playwright/lib/common/expectBundleImpl.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/expectBundleImpl.js rename to tvapp2/node_modules/playwright/lib/common/expectBundleImpl.js diff --git a/node_modules/playwright/lib/common/fixtures.js b/tvapp2/node_modules/playwright/lib/common/fixtures.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/fixtures.js rename to tvapp2/node_modules/playwright/lib/common/fixtures.js diff --git a/node_modules/playwright/lib/common/globals.js b/tvapp2/node_modules/playwright/lib/common/globals.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/globals.js rename to tvapp2/node_modules/playwright/lib/common/globals.js diff --git a/node_modules/playwright/lib/common/ipc.js b/tvapp2/node_modules/playwright/lib/common/ipc.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/ipc.js rename to tvapp2/node_modules/playwright/lib/common/ipc.js diff --git a/node_modules/playwright/lib/common/poolBuilder.js b/tvapp2/node_modules/playwright/lib/common/poolBuilder.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/poolBuilder.js rename to tvapp2/node_modules/playwright/lib/common/poolBuilder.js diff --git a/node_modules/playwright/lib/common/process.js b/tvapp2/node_modules/playwright/lib/common/process.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/process.js rename to tvapp2/node_modules/playwright/lib/common/process.js diff --git a/node_modules/playwright/lib/common/suiteUtils.js b/tvapp2/node_modules/playwright/lib/common/suiteUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/suiteUtils.js rename to tvapp2/node_modules/playwright/lib/common/suiteUtils.js diff --git a/node_modules/playwright/lib/common/test.js b/tvapp2/node_modules/playwright/lib/common/test.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/test.js rename to tvapp2/node_modules/playwright/lib/common/test.js diff --git a/node_modules/playwright/lib/common/testLoader.js b/tvapp2/node_modules/playwright/lib/common/testLoader.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/testLoader.js rename to tvapp2/node_modules/playwright/lib/common/testLoader.js diff --git a/node_modules/playwright/lib/common/testType.js b/tvapp2/node_modules/playwright/lib/common/testType.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/common/testType.js rename to tvapp2/node_modules/playwright/lib/common/testType.js diff --git a/node_modules/playwright/lib/fsWatcher.js b/tvapp2/node_modules/playwright/lib/fsWatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/fsWatcher.js rename to tvapp2/node_modules/playwright/lib/fsWatcher.js diff --git a/node_modules/playwright/lib/index.js b/tvapp2/node_modules/playwright/lib/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/index.js rename to tvapp2/node_modules/playwright/lib/index.js diff --git a/node_modules/playwright/lib/internalsForTest.js b/tvapp2/node_modules/playwright/lib/internalsForTest.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/internalsForTest.js rename to tvapp2/node_modules/playwright/lib/internalsForTest.js diff --git a/node_modules/playwright/lib/isomorphic/events.js b/tvapp2/node_modules/playwright/lib/isomorphic/events.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/events.js rename to tvapp2/node_modules/playwright/lib/isomorphic/events.js diff --git a/node_modules/playwright/lib/isomorphic/folders.js b/tvapp2/node_modules/playwright/lib/isomorphic/folders.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/folders.js rename to tvapp2/node_modules/playwright/lib/isomorphic/folders.js diff --git a/node_modules/playwright/lib/isomorphic/stringInternPool.js b/tvapp2/node_modules/playwright/lib/isomorphic/stringInternPool.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/stringInternPool.js rename to tvapp2/node_modules/playwright/lib/isomorphic/stringInternPool.js diff --git a/node_modules/playwright/lib/isomorphic/teleReceiver.js b/tvapp2/node_modules/playwright/lib/isomorphic/teleReceiver.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/teleReceiver.js rename to tvapp2/node_modules/playwright/lib/isomorphic/teleReceiver.js diff --git a/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js b/tvapp2/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js rename to tvapp2/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js diff --git a/node_modules/playwright/lib/isomorphic/testServerConnection.js b/tvapp2/node_modules/playwright/lib/isomorphic/testServerConnection.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/testServerConnection.js rename to tvapp2/node_modules/playwright/lib/isomorphic/testServerConnection.js diff --git a/node_modules/playwright/lib/isomorphic/testServerInterface.js b/tvapp2/node_modules/playwright/lib/isomorphic/testServerInterface.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/testServerInterface.js rename to tvapp2/node_modules/playwright/lib/isomorphic/testServerInterface.js diff --git a/node_modules/playwright/lib/isomorphic/testTree.js b/tvapp2/node_modules/playwright/lib/isomorphic/testTree.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/isomorphic/testTree.js rename to tvapp2/node_modules/playwright/lib/isomorphic/testTree.js diff --git a/node_modules/playwright/lib/loader/loaderMain.js b/tvapp2/node_modules/playwright/lib/loader/loaderMain.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/loader/loaderMain.js rename to tvapp2/node_modules/playwright/lib/loader/loaderMain.js diff --git a/node_modules/playwright/lib/matchers/expect.js b/tvapp2/node_modules/playwright/lib/matchers/expect.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/expect.js rename to tvapp2/node_modules/playwright/lib/matchers/expect.js diff --git a/node_modules/playwright/lib/matchers/matcherHint.js b/tvapp2/node_modules/playwright/lib/matchers/matcherHint.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/matcherHint.js rename to tvapp2/node_modules/playwright/lib/matchers/matcherHint.js diff --git a/node_modules/playwright/lib/matchers/matchers.js b/tvapp2/node_modules/playwright/lib/matchers/matchers.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/matchers.js rename to tvapp2/node_modules/playwright/lib/matchers/matchers.js diff --git a/node_modules/playwright/lib/matchers/toBeTruthy.js b/tvapp2/node_modules/playwright/lib/matchers/toBeTruthy.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/toBeTruthy.js rename to tvapp2/node_modules/playwright/lib/matchers/toBeTruthy.js diff --git a/node_modules/playwright/lib/matchers/toEqual.js b/tvapp2/node_modules/playwright/lib/matchers/toEqual.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/toEqual.js rename to tvapp2/node_modules/playwright/lib/matchers/toEqual.js diff --git a/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js b/tvapp2/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js rename to tvapp2/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js diff --git a/node_modules/playwright/lib/matchers/toMatchSnapshot.js b/tvapp2/node_modules/playwright/lib/matchers/toMatchSnapshot.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/toMatchSnapshot.js rename to tvapp2/node_modules/playwright/lib/matchers/toMatchSnapshot.js diff --git a/node_modules/playwright/lib/matchers/toMatchText.js b/tvapp2/node_modules/playwright/lib/matchers/toMatchText.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/matchers/toMatchText.js rename to tvapp2/node_modules/playwright/lib/matchers/toMatchText.js diff --git a/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js b/tvapp2/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js rename to tvapp2/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js diff --git a/node_modules/playwright/lib/plugins/index.js b/tvapp2/node_modules/playwright/lib/plugins/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/plugins/index.js rename to tvapp2/node_modules/playwright/lib/plugins/index.js diff --git a/node_modules/playwright/lib/plugins/webServerPlugin.js b/tvapp2/node_modules/playwright/lib/plugins/webServerPlugin.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/plugins/webServerPlugin.js rename to tvapp2/node_modules/playwright/lib/plugins/webServerPlugin.js diff --git a/node_modules/playwright/lib/program.js b/tvapp2/node_modules/playwright/lib/program.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/program.js rename to tvapp2/node_modules/playwright/lib/program.js diff --git a/node_modules/playwright/lib/reporters/base.js b/tvapp2/node_modules/playwright/lib/reporters/base.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/base.js rename to tvapp2/node_modules/playwright/lib/reporters/base.js diff --git a/node_modules/playwright/lib/reporters/blob.js b/tvapp2/node_modules/playwright/lib/reporters/blob.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/blob.js rename to tvapp2/node_modules/playwright/lib/reporters/blob.js diff --git a/node_modules/playwright/lib/reporters/dot.js b/tvapp2/node_modules/playwright/lib/reporters/dot.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/dot.js rename to tvapp2/node_modules/playwright/lib/reporters/dot.js diff --git a/node_modules/playwright/lib/reporters/empty.js b/tvapp2/node_modules/playwright/lib/reporters/empty.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/empty.js rename to tvapp2/node_modules/playwright/lib/reporters/empty.js diff --git a/node_modules/playwright/lib/reporters/github.js b/tvapp2/node_modules/playwright/lib/reporters/github.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/github.js rename to tvapp2/node_modules/playwright/lib/reporters/github.js diff --git a/node_modules/playwright/lib/reporters/html.js b/tvapp2/node_modules/playwright/lib/reporters/html.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/html.js rename to tvapp2/node_modules/playwright/lib/reporters/html.js diff --git a/node_modules/playwright/lib/reporters/internalReporter.js b/tvapp2/node_modules/playwright/lib/reporters/internalReporter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/internalReporter.js rename to tvapp2/node_modules/playwright/lib/reporters/internalReporter.js diff --git a/node_modules/playwright/lib/reporters/json.js b/tvapp2/node_modules/playwright/lib/reporters/json.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/json.js rename to tvapp2/node_modules/playwright/lib/reporters/json.js diff --git a/node_modules/playwright/lib/reporters/junit.js b/tvapp2/node_modules/playwright/lib/reporters/junit.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/junit.js rename to tvapp2/node_modules/playwright/lib/reporters/junit.js diff --git a/node_modules/playwright/lib/reporters/line.js b/tvapp2/node_modules/playwright/lib/reporters/line.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/line.js rename to tvapp2/node_modules/playwright/lib/reporters/line.js diff --git a/node_modules/playwright/lib/reporters/list.js b/tvapp2/node_modules/playwright/lib/reporters/list.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/list.js rename to tvapp2/node_modules/playwright/lib/reporters/list.js diff --git a/node_modules/playwright/lib/reporters/markdown.js b/tvapp2/node_modules/playwright/lib/reporters/markdown.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/markdown.js rename to tvapp2/node_modules/playwright/lib/reporters/markdown.js diff --git a/node_modules/playwright/lib/reporters/merge.js b/tvapp2/node_modules/playwright/lib/reporters/merge.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/merge.js rename to tvapp2/node_modules/playwright/lib/reporters/merge.js diff --git a/node_modules/playwright/lib/reporters/multiplexer.js b/tvapp2/node_modules/playwright/lib/reporters/multiplexer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/multiplexer.js rename to tvapp2/node_modules/playwright/lib/reporters/multiplexer.js diff --git a/node_modules/playwright/lib/reporters/reporterV2.js b/tvapp2/node_modules/playwright/lib/reporters/reporterV2.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/reporterV2.js rename to tvapp2/node_modules/playwright/lib/reporters/reporterV2.js diff --git a/node_modules/playwright/lib/reporters/teleEmitter.js b/tvapp2/node_modules/playwright/lib/reporters/teleEmitter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/teleEmitter.js rename to tvapp2/node_modules/playwright/lib/reporters/teleEmitter.js diff --git a/node_modules/playwright/lib/reporters/versions/blobV1.js b/tvapp2/node_modules/playwright/lib/reporters/versions/blobV1.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/reporters/versions/blobV1.js rename to tvapp2/node_modules/playwright/lib/reporters/versions/blobV1.js diff --git a/node_modules/playwright/lib/runner/dispatcher.js b/tvapp2/node_modules/playwright/lib/runner/dispatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/dispatcher.js rename to tvapp2/node_modules/playwright/lib/runner/dispatcher.js diff --git a/node_modules/playwright/lib/runner/failureTracker.js b/tvapp2/node_modules/playwright/lib/runner/failureTracker.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/failureTracker.js rename to tvapp2/node_modules/playwright/lib/runner/failureTracker.js diff --git a/node_modules/playwright/lib/runner/lastRun.js b/tvapp2/node_modules/playwright/lib/runner/lastRun.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/lastRun.js rename to tvapp2/node_modules/playwright/lib/runner/lastRun.js diff --git a/node_modules/playwright/lib/runner/loadUtils.js b/tvapp2/node_modules/playwright/lib/runner/loadUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/loadUtils.js rename to tvapp2/node_modules/playwright/lib/runner/loadUtils.js diff --git a/node_modules/playwright/lib/runner/loaderHost.js b/tvapp2/node_modules/playwright/lib/runner/loaderHost.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/loaderHost.js rename to tvapp2/node_modules/playwright/lib/runner/loaderHost.js diff --git a/node_modules/playwright/lib/runner/processHost.js b/tvapp2/node_modules/playwright/lib/runner/processHost.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/processHost.js rename to tvapp2/node_modules/playwright/lib/runner/processHost.js diff --git a/node_modules/playwright/lib/runner/projectUtils.js b/tvapp2/node_modules/playwright/lib/runner/projectUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/projectUtils.js rename to tvapp2/node_modules/playwright/lib/runner/projectUtils.js diff --git a/node_modules/playwright/lib/runner/rebase.js b/tvapp2/node_modules/playwright/lib/runner/rebase.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/rebase.js rename to tvapp2/node_modules/playwright/lib/runner/rebase.js diff --git a/node_modules/playwright/lib/runner/reporters.js b/tvapp2/node_modules/playwright/lib/runner/reporters.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/reporters.js rename to tvapp2/node_modules/playwright/lib/runner/reporters.js diff --git a/node_modules/playwright/lib/runner/runner.js b/tvapp2/node_modules/playwright/lib/runner/runner.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/runner.js rename to tvapp2/node_modules/playwright/lib/runner/runner.js diff --git a/node_modules/playwright/lib/runner/sigIntWatcher.js b/tvapp2/node_modules/playwright/lib/runner/sigIntWatcher.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/sigIntWatcher.js rename to tvapp2/node_modules/playwright/lib/runner/sigIntWatcher.js diff --git a/node_modules/playwright/lib/runner/taskRunner.js b/tvapp2/node_modules/playwright/lib/runner/taskRunner.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/taskRunner.js rename to tvapp2/node_modules/playwright/lib/runner/taskRunner.js diff --git a/node_modules/playwright/lib/runner/tasks.js b/tvapp2/node_modules/playwright/lib/runner/tasks.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/tasks.js rename to tvapp2/node_modules/playwright/lib/runner/tasks.js diff --git a/node_modules/playwright/lib/runner/testGroups.js b/tvapp2/node_modules/playwright/lib/runner/testGroups.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/testGroups.js rename to tvapp2/node_modules/playwright/lib/runner/testGroups.js diff --git a/node_modules/playwright/lib/runner/testServer.js b/tvapp2/node_modules/playwright/lib/runner/testServer.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/testServer.js rename to tvapp2/node_modules/playwright/lib/runner/testServer.js diff --git a/node_modules/playwright/lib/runner/uiModeReporter.js b/tvapp2/node_modules/playwright/lib/runner/uiModeReporter.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/uiModeReporter.js rename to tvapp2/node_modules/playwright/lib/runner/uiModeReporter.js diff --git a/node_modules/playwright/lib/runner/vcs.js b/tvapp2/node_modules/playwright/lib/runner/vcs.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/vcs.js rename to tvapp2/node_modules/playwright/lib/runner/vcs.js diff --git a/node_modules/playwright/lib/runner/watchMode.js b/tvapp2/node_modules/playwright/lib/runner/watchMode.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/watchMode.js rename to tvapp2/node_modules/playwright/lib/runner/watchMode.js diff --git a/node_modules/playwright/lib/runner/workerHost.js b/tvapp2/node_modules/playwright/lib/runner/workerHost.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/runner/workerHost.js rename to tvapp2/node_modules/playwright/lib/runner/workerHost.js diff --git a/node_modules/playwright/lib/third_party/tsconfig-loader.js b/tvapp2/node_modules/playwright/lib/third_party/tsconfig-loader.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/third_party/tsconfig-loader.js rename to tvapp2/node_modules/playwright/lib/third_party/tsconfig-loader.js diff --git a/node_modules/playwright/lib/transform/babelBundle.js b/tvapp2/node_modules/playwright/lib/transform/babelBundle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/transform/babelBundle.js rename to tvapp2/node_modules/playwright/lib/transform/babelBundle.js diff --git a/node_modules/playwright/lib/transform/babelBundleImpl.js b/tvapp2/node_modules/playwright/lib/transform/babelBundleImpl.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/transform/babelBundleImpl.js rename to tvapp2/node_modules/playwright/lib/transform/babelBundleImpl.js diff --git a/node_modules/playwright/lib/transform/compilationCache.js b/tvapp2/node_modules/playwright/lib/transform/compilationCache.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/transform/compilationCache.js rename to tvapp2/node_modules/playwright/lib/transform/compilationCache.js diff --git a/node_modules/playwright/lib/transform/esmLoader.js b/tvapp2/node_modules/playwright/lib/transform/esmLoader.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/transform/esmLoader.js rename to tvapp2/node_modules/playwright/lib/transform/esmLoader.js diff --git a/node_modules/playwright/lib/transform/esmUtils.js b/tvapp2/node_modules/playwright/lib/transform/esmUtils.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/transform/esmUtils.js rename to tvapp2/node_modules/playwright/lib/transform/esmUtils.js diff --git a/node_modules/playwright/lib/transform/portTransport.js b/tvapp2/node_modules/playwright/lib/transform/portTransport.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/transform/portTransport.js rename to tvapp2/node_modules/playwright/lib/transform/portTransport.js diff --git a/node_modules/playwright/lib/transform/transform.js b/tvapp2/node_modules/playwright/lib/transform/transform.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/transform/transform.js rename to tvapp2/node_modules/playwright/lib/transform/transform.js diff --git a/node_modules/playwright/lib/util.js b/tvapp2/node_modules/playwright/lib/util.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/util.js rename to tvapp2/node_modules/playwright/lib/util.js diff --git a/node_modules/playwright/lib/utilsBundle.js b/tvapp2/node_modules/playwright/lib/utilsBundle.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/utilsBundle.js rename to tvapp2/node_modules/playwright/lib/utilsBundle.js diff --git a/node_modules/playwright/lib/utilsBundleImpl.js b/tvapp2/node_modules/playwright/lib/utilsBundleImpl.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/utilsBundleImpl.js rename to tvapp2/node_modules/playwright/lib/utilsBundleImpl.js diff --git a/node_modules/playwright/lib/worker/fixtureRunner.js b/tvapp2/node_modules/playwright/lib/worker/fixtureRunner.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/worker/fixtureRunner.js rename to tvapp2/node_modules/playwright/lib/worker/fixtureRunner.js diff --git a/node_modules/playwright/lib/worker/testInfo.js b/tvapp2/node_modules/playwright/lib/worker/testInfo.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/worker/testInfo.js rename to tvapp2/node_modules/playwright/lib/worker/testInfo.js diff --git a/node_modules/playwright/lib/worker/testTracing.js b/tvapp2/node_modules/playwright/lib/worker/testTracing.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/worker/testTracing.js rename to tvapp2/node_modules/playwright/lib/worker/testTracing.js diff --git a/node_modules/playwright/lib/worker/timeoutManager.js b/tvapp2/node_modules/playwright/lib/worker/timeoutManager.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/worker/timeoutManager.js rename to tvapp2/node_modules/playwright/lib/worker/timeoutManager.js diff --git a/node_modules/playwright/lib/worker/util.js b/tvapp2/node_modules/playwright/lib/worker/util.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/worker/util.js rename to tvapp2/node_modules/playwright/lib/worker/util.js diff --git a/node_modules/playwright/lib/worker/workerMain.js b/tvapp2/node_modules/playwright/lib/worker/workerMain.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/lib/worker/workerMain.js rename to tvapp2/node_modules/playwright/lib/worker/workerMain.js diff --git a/node_modules/playwright/package.json b/tvapp2/node_modules/playwright/package.json old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/package.json rename to tvapp2/node_modules/playwright/package.json diff --git a/node_modules/playwright/test.d.ts b/tvapp2/node_modules/playwright/test.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/test.d.ts rename to tvapp2/node_modules/playwright/test.d.ts diff --git a/node_modules/playwright/test.js b/tvapp2/node_modules/playwright/test.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/test.js rename to tvapp2/node_modules/playwright/test.js diff --git a/node_modules/playwright/test.mjs b/tvapp2/node_modules/playwright/test.mjs old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/test.mjs rename to tvapp2/node_modules/playwright/test.mjs diff --git a/node_modules/playwright/types/test.d.ts b/tvapp2/node_modules/playwright/types/test.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/types/test.d.ts rename to tvapp2/node_modules/playwright/types/test.d.ts diff --git a/node_modules/playwright/types/testReporter.d.ts b/tvapp2/node_modules/playwright/types/testReporter.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/playwright/types/testReporter.d.ts rename to tvapp2/node_modules/playwright/types/testReporter.d.ts diff --git a/node_modules/user-agents/.babelrc b/tvapp2/node_modules/user-agents/.babelrc old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/.babelrc rename to tvapp2/node_modules/user-agents/.babelrc diff --git a/node_modules/user-agents/.circleci/config.yml b/tvapp2/node_modules/user-agents/.circleci/config.yml old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/.circleci/config.yml rename to tvapp2/node_modules/user-agents/.circleci/config.yml diff --git a/node_modules/user-agents/.clabot b/tvapp2/node_modules/user-agents/.clabot old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/.clabot rename to tvapp2/node_modules/user-agents/.clabot diff --git a/node_modules/user-agents/.eslintrc b/tvapp2/node_modules/user-agents/.eslintrc old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/.eslintrc rename to tvapp2/node_modules/user-agents/.eslintrc diff --git a/node_modules/user-agents/.github/pull_request_template.md b/tvapp2/node_modules/user-agents/.github/pull_request_template.md old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/.github/pull_request_template.md rename to tvapp2/node_modules/user-agents/.github/pull_request_template.md diff --git a/node_modules/user-agents/CLA.md b/tvapp2/node_modules/user-agents/CLA.md old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/CLA.md rename to tvapp2/node_modules/user-agents/CLA.md diff --git a/node_modules/user-agents/CONTRIBUTING.md b/tvapp2/node_modules/user-agents/CONTRIBUTING.md old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/CONTRIBUTING.md rename to tvapp2/node_modules/user-agents/CONTRIBUTING.md diff --git a/node_modules/user-agents/LICENSE b/tvapp2/node_modules/user-agents/LICENSE old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/LICENSE rename to tvapp2/node_modules/user-agents/LICENSE diff --git a/node_modules/user-agents/README.md b/tvapp2/node_modules/user-agents/README.md old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/README.md rename to tvapp2/node_modules/user-agents/README.md diff --git a/node_modules/user-agents/dist/index.js b/tvapp2/node_modules/user-agents/dist/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/dist/index.js rename to tvapp2/node_modules/user-agents/dist/index.js diff --git a/node_modules/user-agents/dist/index.js.map b/tvapp2/node_modules/user-agents/dist/index.js.map old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/dist/index.js.map rename to tvapp2/node_modules/user-agents/dist/index.js.map diff --git a/node_modules/user-agents/media/ycombinator.png b/tvapp2/node_modules/user-agents/media/ycombinator.png old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/media/ycombinator.png rename to tvapp2/node_modules/user-agents/media/ycombinator.png diff --git a/node_modules/user-agents/package.json b/tvapp2/node_modules/user-agents/package.json old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/package.json rename to tvapp2/node_modules/user-agents/package.json diff --git a/node_modules/user-agents/src/gunzip-data.js b/tvapp2/node_modules/user-agents/src/gunzip-data.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/src/gunzip-data.js rename to tvapp2/node_modules/user-agents/src/gunzip-data.js diff --git a/node_modules/user-agents/src/index.js b/tvapp2/node_modules/user-agents/src/index.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/src/index.js rename to tvapp2/node_modules/user-agents/src/index.js diff --git a/node_modules/user-agents/src/update-data.js b/tvapp2/node_modules/user-agents/src/update-data.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/src/update-data.js rename to tvapp2/node_modules/user-agents/src/update-data.js diff --git a/node_modules/user-agents/src/user-agent.js b/tvapp2/node_modules/user-agents/src/user-agent.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/src/user-agent.js rename to tvapp2/node_modules/user-agents/src/user-agent.js diff --git a/node_modules/user-agents/src/user-agents.json.gz b/tvapp2/node_modules/user-agents/src/user-agents.json.gz old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/src/user-agents.json.gz rename to tvapp2/node_modules/user-agents/src/user-agents.json.gz diff --git a/node_modules/user-agents/test/test-user-agent.js b/tvapp2/node_modules/user-agents/test/test-user-agent.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/test/test-user-agent.js rename to tvapp2/node_modules/user-agents/test/test-user-agent.js diff --git a/node_modules/user-agents/webpack.config.js b/tvapp2/node_modules/user-agents/webpack.config.js old mode 100644 new mode 100755 similarity index 100% rename from node_modules/user-agents/webpack.config.js rename to tvapp2/node_modules/user-agents/webpack.config.js diff --git a/package-lock.json b/tvapp2/package-lock.json old mode 100644 new mode 100755 similarity index 100% rename from package-lock.json rename to tvapp2/package-lock.json diff --git a/package.json b/tvapp2/package.json old mode 100644 new mode 100755 similarity index 100% rename from package.json rename to tvapp2/package.json