diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 758aefa..08943ef 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,4 +1,5 @@
name: Release
+
on:
workflow_call:
inputs:
@@ -11,19 +12,18 @@ on:
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: true
+
env:
- VITE_APP_API: https://api.chromepower.xyz/api
+ VITE_APP_API: 'https://api.chromepower.xyz/api'
VITE_SUPABASE_URL: ${{ secrets.VITE_SUPABASE_URL }}
- VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }}
+ VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }} # This should be set in the repository's secrets settings
defaults:
run:
shell: 'bash'
-
jobs:
draft_release:
-
permissions:
contents: write # Allows this job to create releases
@@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
+ - uses: actions/checkout@v2 # Updated to use the latest stable version
- uses: actions/setup-node@v3
with:
@@ -48,7 +48,6 @@ jobs:
- run: npm run build
- name: Compile artifacts ${{ inputs.dry-run && '' || 'and upload them to github release' }}
- # I use this action because it is capable of retrying multiple times if there are any issues with the distribution server
uses: nick-fields/retry@v2
with:
timeout_minutes: 15
@@ -58,9 +57,5 @@ jobs:
shell: 'bash'
command: ./node_modules/.bin/electron-builder --config .electron-builder.config.js --publish ${{ inputs.dry-run && 'never' || 'always' }}
env:
- # Code Signing params
- # See https://www.electron.build/code-signing
- # CSC_LINK: ''
- # CSC_KEY_PASSWORD: ''
- # Publishing artifacts
GH_TOKEN: ${{ secrets.github_token }} # GitHub token, automatically provided (No need to define this secret in the repo settings)
+ # Add any other environment variables that are specific to this step, if necessary
diff --git a/.gitignore b/.gitignore
index 81eff08..28b577f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,5 +56,4 @@ thumbs.db
# Editor-based Rest Client
.idea/httpRequests
-/.idea/csv-plugin.xml
-Chrome-bin
\ No newline at end of file
+/.idea/csv-plugin.xml
\ No newline at end of file
diff --git a/Chrome-bin/119.0.6045.105/119.0.6045.105.manifest b/Chrome-bin/119.0.6045.105/119.0.6045.105.manifest
new file mode 100644
index 0000000..418598b
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/119.0.6045.105.manifest
@@ -0,0 +1,8 @@
+
+
+
+
diff --git a/Chrome-bin/119.0.6045.105/121.0.6142.0.manifest b/Chrome-bin/119.0.6045.105/121.0.6142.0.manifest
new file mode 100644
index 0000000..a88be2d
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/121.0.6142.0.manifest
@@ -0,0 +1,8 @@
+
+
+
+
diff --git a/Chrome-bin/119.0.6045.105/Extensions/external_extensions.json b/Chrome-bin/119.0.6045.105/Extensions/external_extensions.json
new file mode 100644
index 0000000..1ef50f3
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/Extensions/external_extensions.json
@@ -0,0 +1,5 @@
+// This json file will contain a list of extensions that will be included
+// in the installer.
+
+{
+}
\ No newline at end of file
diff --git a/Chrome-bin/119.0.6045.105/Locales/af.pak b/Chrome-bin/119.0.6045.105/Locales/af.pak
new file mode 100644
index 0000000..1d7f94b
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/af.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/am.pak b/Chrome-bin/119.0.6045.105/Locales/am.pak
new file mode 100644
index 0000000..d4b10e5
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/am.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ar-XB.pak b/Chrome-bin/119.0.6045.105/Locales/ar-XB.pak
new file mode 100644
index 0000000..12971cf
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ar-XB.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ar.pak b/Chrome-bin/119.0.6045.105/Locales/ar.pak
new file mode 100644
index 0000000..76da538
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ar.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/bg.pak b/Chrome-bin/119.0.6045.105/Locales/bg.pak
new file mode 100644
index 0000000..15a71bc
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/bg.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/bn.pak b/Chrome-bin/119.0.6045.105/Locales/bn.pak
new file mode 100644
index 0000000..0e6ae12
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/bn.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ca.pak b/Chrome-bin/119.0.6045.105/Locales/ca.pak
new file mode 100644
index 0000000..ee745b6
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ca.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/cs.pak b/Chrome-bin/119.0.6045.105/Locales/cs.pak
new file mode 100644
index 0000000..a876fb8
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/cs.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/da.pak b/Chrome-bin/119.0.6045.105/Locales/da.pak
new file mode 100644
index 0000000..5651a58
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/da.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/de.pak b/Chrome-bin/119.0.6045.105/Locales/de.pak
new file mode 100644
index 0000000..11b2992
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/de.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/el.pak b/Chrome-bin/119.0.6045.105/Locales/el.pak
new file mode 100644
index 0000000..0801641
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/el.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/en-GB.pak b/Chrome-bin/119.0.6045.105/Locales/en-GB.pak
new file mode 100644
index 0000000..3601904
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/en-GB.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/en-US.pak b/Chrome-bin/119.0.6045.105/Locales/en-US.pak
new file mode 100644
index 0000000..e894da7
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/en-US.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/en-XA.pak b/Chrome-bin/119.0.6045.105/Locales/en-XA.pak
new file mode 100644
index 0000000..561d335
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/en-XA.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/es-419.pak b/Chrome-bin/119.0.6045.105/Locales/es-419.pak
new file mode 100644
index 0000000..0fcd6f5
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/es-419.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/es.pak b/Chrome-bin/119.0.6045.105/Locales/es.pak
new file mode 100644
index 0000000..c3ca0b9
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/es.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/et.pak b/Chrome-bin/119.0.6045.105/Locales/et.pak
new file mode 100644
index 0000000..361feb7
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/et.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/fa.pak b/Chrome-bin/119.0.6045.105/Locales/fa.pak
new file mode 100644
index 0000000..dbce505
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/fa.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/fi.pak b/Chrome-bin/119.0.6045.105/Locales/fi.pak
new file mode 100644
index 0000000..ae5e2d2
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/fi.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/fil.pak b/Chrome-bin/119.0.6045.105/Locales/fil.pak
new file mode 100644
index 0000000..a409206
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/fil.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/fr.pak b/Chrome-bin/119.0.6045.105/Locales/fr.pak
new file mode 100644
index 0000000..8c5b3ea
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/fr.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/gu.pak b/Chrome-bin/119.0.6045.105/Locales/gu.pak
new file mode 100644
index 0000000..6272d52
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/gu.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/he.pak b/Chrome-bin/119.0.6045.105/Locales/he.pak
new file mode 100644
index 0000000..f76bcc8
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/he.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/hi.pak b/Chrome-bin/119.0.6045.105/Locales/hi.pak
new file mode 100644
index 0000000..3fc3f77
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/hi.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/hr.pak b/Chrome-bin/119.0.6045.105/Locales/hr.pak
new file mode 100644
index 0000000..59cb281
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/hr.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/hu.pak b/Chrome-bin/119.0.6045.105/Locales/hu.pak
new file mode 100644
index 0000000..6ea6732
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/hu.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/id.pak b/Chrome-bin/119.0.6045.105/Locales/id.pak
new file mode 100644
index 0000000..9d33e76
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/id.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/it.pak b/Chrome-bin/119.0.6045.105/Locales/it.pak
new file mode 100644
index 0000000..123d2ea
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/it.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ja.pak b/Chrome-bin/119.0.6045.105/Locales/ja.pak
new file mode 100644
index 0000000..ad8c8ee
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ja.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/kn.pak b/Chrome-bin/119.0.6045.105/Locales/kn.pak
new file mode 100644
index 0000000..5b55dbb
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/kn.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ko.pak b/Chrome-bin/119.0.6045.105/Locales/ko.pak
new file mode 100644
index 0000000..2239f5f
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ko.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/lt.pak b/Chrome-bin/119.0.6045.105/Locales/lt.pak
new file mode 100644
index 0000000..c661fb6
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/lt.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/lv.pak b/Chrome-bin/119.0.6045.105/Locales/lv.pak
new file mode 100644
index 0000000..0ddb836
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/lv.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ml.pak b/Chrome-bin/119.0.6045.105/Locales/ml.pak
new file mode 100644
index 0000000..2562ab7
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ml.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/mr.pak b/Chrome-bin/119.0.6045.105/Locales/mr.pak
new file mode 100644
index 0000000..9316449
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/mr.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ms.pak b/Chrome-bin/119.0.6045.105/Locales/ms.pak
new file mode 100644
index 0000000..9152712
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ms.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/nb.pak b/Chrome-bin/119.0.6045.105/Locales/nb.pak
new file mode 100644
index 0000000..02550f2
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/nb.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/nl.pak b/Chrome-bin/119.0.6045.105/Locales/nl.pak
new file mode 100644
index 0000000..7274881
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/nl.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/pl.pak b/Chrome-bin/119.0.6045.105/Locales/pl.pak
new file mode 100644
index 0000000..9200905
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/pl.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/pt-BR.pak b/Chrome-bin/119.0.6045.105/Locales/pt-BR.pak
new file mode 100644
index 0000000..1b13dbd
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/pt-BR.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/pt-PT.pak b/Chrome-bin/119.0.6045.105/Locales/pt-PT.pak
new file mode 100644
index 0000000..988ea24
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/pt-PT.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ro.pak b/Chrome-bin/119.0.6045.105/Locales/ro.pak
new file mode 100644
index 0000000..c6ac14f
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ro.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ru.pak b/Chrome-bin/119.0.6045.105/Locales/ru.pak
new file mode 100644
index 0000000..152076f
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ru.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/sk.pak b/Chrome-bin/119.0.6045.105/Locales/sk.pak
new file mode 100644
index 0000000..91d9dd9
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/sk.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/sl.pak b/Chrome-bin/119.0.6045.105/Locales/sl.pak
new file mode 100644
index 0000000..680e848
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/sl.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/sr.pak b/Chrome-bin/119.0.6045.105/Locales/sr.pak
new file mode 100644
index 0000000..c8198c4
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/sr.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/sv.pak b/Chrome-bin/119.0.6045.105/Locales/sv.pak
new file mode 100644
index 0000000..c23b586
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/sv.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/sw.pak b/Chrome-bin/119.0.6045.105/Locales/sw.pak
new file mode 100644
index 0000000..e27eb05
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/sw.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ta.pak b/Chrome-bin/119.0.6045.105/Locales/ta.pak
new file mode 100644
index 0000000..30b1f7a
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ta.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/te.pak b/Chrome-bin/119.0.6045.105/Locales/te.pak
new file mode 100644
index 0000000..183481d
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/te.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/th.pak b/Chrome-bin/119.0.6045.105/Locales/th.pak
new file mode 100644
index 0000000..6d42a47
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/th.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/tr.pak b/Chrome-bin/119.0.6045.105/Locales/tr.pak
new file mode 100644
index 0000000..6d6c3d8
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/tr.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/uk.pak b/Chrome-bin/119.0.6045.105/Locales/uk.pak
new file mode 100644
index 0000000..70385cf
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/uk.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/ur.pak b/Chrome-bin/119.0.6045.105/Locales/ur.pak
new file mode 100644
index 0000000..2fc3f44
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/ur.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/vi.pak b/Chrome-bin/119.0.6045.105/Locales/vi.pak
new file mode 100644
index 0000000..295e976
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/vi.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/zh-CN.pak b/Chrome-bin/119.0.6045.105/Locales/zh-CN.pak
new file mode 100644
index 0000000..5d7a3b5
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/zh-CN.pak differ
diff --git a/Chrome-bin/119.0.6045.105/Locales/zh-TW.pak b/Chrome-bin/119.0.6045.105/Locales/zh-TW.pak
new file mode 100644
index 0000000..7dfc481
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/Locales/zh-TW.pak differ
diff --git a/Chrome-bin/119.0.6045.105/MEIPreload/manifest.json b/Chrome-bin/119.0.6045.105/MEIPreload/manifest.json
new file mode 100644
index 0000000..1b4fa8a
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/MEIPreload/manifest.json
@@ -0,0 +1,8 @@
+{
+ "name": "MEI Preload",
+ "icons": {},
+ "version": "1.0.7.1652906823",
+ "manifest_version": 2,
+ "update_url": "https://clients2.google.com/service/update2/crx",
+ "description": "Contains preloaded data for Media Engagement"
+}
diff --git a/Chrome-bin/119.0.6045.105/MEIPreload/preloaded_data.pb b/Chrome-bin/119.0.6045.105/MEIPreload/preloaded_data.pb
new file mode 100644
index 0000000..78f104c
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/MEIPreload/preloaded_data.pb differ
diff --git a/Chrome-bin/119.0.6045.105/VisualElements/Logo.png b/Chrome-bin/119.0.6045.105/VisualElements/Logo.png
new file mode 100644
index 0000000..7e327c0
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/VisualElements/Logo.png differ
diff --git a/Chrome-bin/119.0.6045.105/VisualElements/SmallLogo.png b/Chrome-bin/119.0.6045.105/VisualElements/SmallLogo.png
new file mode 100644
index 0000000..405ff30
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/VisualElements/SmallLogo.png differ
diff --git a/Chrome-bin/119.0.6045.105/chrome.dll b/Chrome-bin/119.0.6045.105/chrome.dll
new file mode 100644
index 0000000..49de66f
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/chrome.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f183ec8b4e9a39eaba31c0ee3195d80bc2a54cfffbd4a759ff5ccf58ddfc00a
+size 263662080
diff --git a/Chrome-bin/119.0.6045.105/chrome_100_percent.pak b/Chrome-bin/119.0.6045.105/chrome_100_percent.pak
new file mode 100644
index 0000000..671dc9d
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/chrome_100_percent.pak differ
diff --git a/Chrome-bin/119.0.6045.105/chrome_200_percent.pak b/Chrome-bin/119.0.6045.105/chrome_200_percent.pak
new file mode 100644
index 0000000..956626a
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/chrome_200_percent.pak differ
diff --git a/Chrome-bin/119.0.6045.105/chrome_elf.dll b/Chrome-bin/119.0.6045.105/chrome_elf.dll
new file mode 100644
index 0000000..5cd0dd8
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/chrome_elf.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c6b3240d3f15215eee48f6c1b69eab3139aa81065cd9b0d824f6195582f4087
+size 1678336
diff --git a/Chrome-bin/119.0.6045.105/chrome_pwa_launcher.exe b/Chrome-bin/119.0.6045.105/chrome_pwa_launcher.exe
new file mode 100644
index 0000000..4413da8
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/chrome_pwa_launcher.exe differ
diff --git a/Chrome-bin/119.0.6045.105/chrome_wer.dll b/Chrome-bin/119.0.6045.105/chrome_wer.dll
new file mode 100644
index 0000000..a4e01f0
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/chrome_wer.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:373bf7c2e370708497dafe195f834b964f2c608033e4d57d6d54fa4cee9bb455
+size 118784
diff --git a/Chrome-bin/119.0.6045.105/d3dcompiler_47.dll b/Chrome-bin/119.0.6045.105/d3dcompiler_47.dll
new file mode 100644
index 0000000..2265a37
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/d3dcompiler_47.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af7b99be1b8770c0e4d18e43b04e81d11bdeb667fa6b07ade7a88f4c5676bf9a
+size 4916728
diff --git a/Chrome-bin/119.0.6045.105/dxcompiler.dll b/Chrome-bin/119.0.6045.105/dxcompiler.dll
new file mode 100644
index 0000000..2f35bc7
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/dxcompiler.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3109ff119a7060ce5f5e264cd37c6ba38b92632ff3d5011f3df6f5337c6cdd32
+size 16274432
diff --git a/Chrome-bin/119.0.6045.105/dxil.dll b/Chrome-bin/119.0.6045.105/dxil.dll
new file mode 100644
index 0000000..1f67f44
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/dxil.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5fe1d8d9caa2ff29daffd53f73a9a4e19c250351b2abe4fc7b57e60ce67ac68
+size 1508360
diff --git a/Chrome-bin/119.0.6045.105/eventlog_provider.dll b/Chrome-bin/119.0.6045.105/eventlog_provider.dll
new file mode 100644
index 0000000..9ab071f
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/eventlog_provider.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87fc074da6d8f463e3fa32468008ac9e62ccf0774cef347aefd48594b5b2899a
+size 6656
diff --git a/Chrome-bin/119.0.6045.105/icudtl.dat b/Chrome-bin/119.0.6045.105/icudtl.dat
new file mode 100644
index 0000000..4d7e9ac
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/icudtl.dat differ
diff --git a/Chrome-bin/119.0.6045.105/libEGL.dll b/Chrome-bin/119.0.6045.105/libEGL.dll
new file mode 100644
index 0000000..04aa86a
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/libEGL.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98619fdd100e4794434ac059696962348f9551c8948955281fa174f20a662f18
+size 459264
diff --git a/Chrome-bin/119.0.6045.105/libGLESv2.dll b/Chrome-bin/119.0.6045.105/libGLESv2.dll
new file mode 100644
index 0000000..17b8da0
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/libGLESv2.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82b62682e52933b1990ce311bd01e64986380810f5d0d8a44c6f6f5f88e88d08
+size 11227136
diff --git a/Chrome-bin/119.0.6045.105/mojo_core.dll b/Chrome-bin/119.0.6045.105/mojo_core.dll
new file mode 100644
index 0000000..c342959
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/mojo_core.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fac18bb3c0d20ce64b480c3601541cea436ed0cec9a00314568e1f79903a1649
+size 2361344
diff --git a/Chrome-bin/119.0.6045.105/nacl_irt_x86_64.nexe b/Chrome-bin/119.0.6045.105/nacl_irt_x86_64.nexe
new file mode 100644
index 0000000..dc5aab7
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/nacl_irt_x86_64.nexe differ
diff --git a/Chrome-bin/119.0.6045.105/notification_helper.exe b/Chrome-bin/119.0.6045.105/notification_helper.exe
new file mode 100644
index 0000000..8ba83e7
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/notification_helper.exe differ
diff --git a/Chrome-bin/119.0.6045.105/resources.pak b/Chrome-bin/119.0.6045.105/resources.pak
new file mode 100644
index 0000000..94acba4
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/resources.pak differ
diff --git a/Chrome-bin/119.0.6045.105/v8_context_snapshot.bin b/Chrome-bin/119.0.6045.105/v8_context_snapshot.bin
new file mode 100644
index 0000000..7f09e3a
Binary files /dev/null and b/Chrome-bin/119.0.6045.105/v8_context_snapshot.bin differ
diff --git a/Chrome-bin/119.0.6045.105/vk_swiftshader.dll b/Chrome-bin/119.0.6045.105/vk_swiftshader.dll
new file mode 100644
index 0000000..5c663c4
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/vk_swiftshader.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e98ba83d5a32c839b1d7c7303b5aa529f6955148c4906e3e64229de3573dabaf
+size 4448256
diff --git a/Chrome-bin/119.0.6045.105/vk_swiftshader_icd.json b/Chrome-bin/119.0.6045.105/vk_swiftshader_icd.json
new file mode 100644
index 0000000..525fbc5
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/vk_swiftshader_icd.json
@@ -0,0 +1 @@
+{"file_format_version": "1.0.0", "ICD": {"library_path": ".\\vk_swiftshader.dll", "api_version": "1.0.5"}}
\ No newline at end of file
diff --git a/Chrome-bin/119.0.6045.105/vulkan-1.dll b/Chrome-bin/119.0.6045.105/vulkan-1.dll
new file mode 100644
index 0000000..989df14
--- /dev/null
+++ b/Chrome-bin/119.0.6045.105/vulkan-1.dll
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1e12d5e932e4b996148163c7237c06179d77097feaffae0071ed7500ca5e8566
+size 917504
diff --git a/Chrome-bin/chrome.exe b/Chrome-bin/chrome.exe
new file mode 100644
index 0000000..5af8c9f
--- /dev/null
+++ b/Chrome-bin/chrome.exe
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:996aee87963f26cb76cac0f35ec689e88c7fccac97c5f9cb26ceb08cd4f3ca5c
+size 3029504
diff --git a/Chrome-bin/chrome_proxy.exe b/Chrome-bin/chrome_proxy.exe
new file mode 100644
index 0000000..9c831cf
--- /dev/null
+++ b/Chrome-bin/chrome_proxy.exe
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6c7da232b914e1de34365e734e68580e2dc246d1bed4be18612081c873d4c424
+size 1486848