extension-develop 2.0.0-rc.23 → 2.0.0-rc.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1800) hide show
  1. package/dist/958.js +157742 -0
  2. package/dist/958.js.LICENSE.txt +14 -0
  3. package/dist/commands/build.d.ts +2 -0
  4. package/dist/commands/commands-lib/config-types.d.ts +81 -0
  5. package/dist/commands/commands-lib/extract-from-zip.d.ts +1 -0
  6. package/dist/commands/commands-lib/generate-extension-types.d.ts +1 -0
  7. package/dist/commands/commands-lib/generate-zip.d.ts +2 -0
  8. package/dist/commands/commands-lib/get-extension-config.d.ts +7 -0
  9. package/dist/commands/commands-lib/get-project-path.d.ts +1 -0
  10. package/dist/commands/commands-lib/install-dependencies.d.ts +2 -0
  11. package/dist/commands/commands-lib/messages.d.ts +31 -0
  12. package/dist/commands/dev.d.ts +2 -0
  13. package/dist/commands/preview.d.ts +2 -0
  14. package/dist/commands/start.d.ts +2 -0
  15. package/dist/develop.todo_spec.d.ts +30 -0
  16. package/dist/dirname.d.ts +1 -0
  17. package/dist/minimum-chromium-file.js +20 -0
  18. package/dist/minimum-firefox-file.js +12 -0
  19. package/dist/module.js +1 -1
  20. package/dist/plugin-browsers/browsers-lib/add-progress-bar.d.ts +1 -0
  21. package/dist/plugin-browsers/browsers-lib/messages.d.ts +32 -0
  22. package/dist/plugin-browsers/browsers-types.d.ts +123 -0
  23. package/dist/plugin-browsers/index.d.ts +35 -0
  24. package/dist/plugin-browsers/run-chromium/browser-config.d.ts +3 -0
  25. package/dist/plugin-browsers/run-chromium/create-profile.d.ts +2 -0
  26. package/dist/plugin-browsers/run-chromium/index.d.ts +19 -0
  27. package/dist/plugin-browsers/run-chromium/master-preferences.d.ts +161 -0
  28. package/dist/plugin-browsers/run-firefox/firefox/browser-config.d.ts +3 -0
  29. package/dist/plugin-browsers/run-firefox/firefox/create-profile.d.ts +3 -0
  30. package/dist/plugin-browsers/run-firefox/firefox/master-preferences.d.ts +95 -0
  31. package/dist/plugin-browsers/run-firefox/index.d.ts +18 -0
  32. package/dist/plugin-browsers/run-firefox/remote-firefox/index.d.ts +8 -0
  33. package/dist/plugin-browsers/run-firefox/remote-firefox/message-utils.d.ts +2 -0
  34. package/dist/plugin-browsers/run-firefox/remote-firefox/messaging-client.d.ts +19 -0
  35. package/dist/rslib.config.d.ts +2 -0
  36. package/dist/types.d.ts +11 -0
  37. package/dist/vitest.config.d.ts +2 -0
  38. package/dist/webpack/dev-server.d.ts +2 -0
  39. package/dist/webpack/lib/constants.d.ts +4 -0
  40. package/dist/webpack/lib/messages.d.ts +54 -0
  41. package/dist/webpack/lib/utils.d.ts +23 -0
  42. package/dist/webpack/plugin-compatibility/feature-browser-specific-fields.d.ts +9 -0
  43. package/dist/webpack/plugin-compatibility/feature-polyfill.d.ts +12 -0
  44. package/dist/webpack/plugin-compatibility/index.d.ts +13 -0
  45. package/dist/webpack/plugin-compilation/clean-dist.d.ts +4 -0
  46. package/dist/webpack/plugin-compilation/env.d.ts +9 -0
  47. package/dist/webpack/plugin-compilation/index.d.ts +9 -0
  48. package/dist/webpack/plugin-css/common-style-loaders.d.ts +8 -0
  49. package/dist/webpack/plugin-css/css-in-content-script-loader.d.ts +10 -0
  50. package/dist/webpack/plugin-css/css-in-html-loader.d.ts +7 -0
  51. package/dist/webpack/plugin-css/css-tools/less.d.ts +4 -0
  52. package/dist/webpack/plugin-css/css-tools/postcss.d.ts +3 -0
  53. package/dist/webpack/plugin-css/css-tools/sass.d.ts +4 -0
  54. package/dist/webpack/plugin-css/css-tools/stylelint.d.ts +4 -0
  55. package/dist/webpack/plugin-css/css-tools/tailwind.d.ts +2 -0
  56. package/dist/webpack/plugin-css/index.d.ts +9 -0
  57. package/dist/webpack/plugin-css/is-content-script.d.ts +1 -0
  58. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/action.d.ts +2 -0
  59. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/background.d.ts +2 -0
  60. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/browser_action.d.ts +2 -0
  61. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/chrome_url_overrides.d.ts +2 -0
  62. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/devtools_page.d.ts +2 -0
  63. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/index.d.ts +2 -0
  64. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/options_ui.d.ts +2 -0
  65. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/page_action.d.ts +2 -0
  66. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/sandbox.d.ts +4 -0
  67. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/side_panel.d.ts +2 -0
  68. package/dist/webpack/plugin-extension/data/manifest-fields/html-fields/sidebar_action.d.ts +2 -0
  69. package/dist/webpack/plugin-extension/data/manifest-fields/icons-fields/action.d.ts +2 -0
  70. package/dist/webpack/plugin-extension/data/manifest-fields/icons-fields/browser_action.d.ts +2 -0
  71. package/dist/webpack/plugin-extension/data/manifest-fields/icons-fields/browser_action.theme_icons.d.ts +2 -0
  72. package/dist/webpack/plugin-extension/data/manifest-fields/icons-fields/icons.d.ts +2 -0
  73. package/dist/webpack/plugin-extension/data/manifest-fields/icons-fields/index.d.ts +2 -0
  74. package/dist/webpack/plugin-extension/data/manifest-fields/icons-fields/page_action.d.ts +2 -0
  75. package/dist/webpack/plugin-extension/data/manifest-fields/icons-fields/sidebar_action.d.ts +2 -0
  76. package/dist/webpack/plugin-extension/data/manifest-fields/index.d.ts +19 -0
  77. package/dist/webpack/plugin-extension/data/manifest-fields/json-fields/declarative_net_request.d.ts +2 -0
  78. package/dist/webpack/plugin-extension/data/manifest-fields/json-fields/index.d.ts +2 -0
  79. package/dist/webpack/plugin-extension/data/manifest-fields/json-fields/storage.d.ts +2 -0
  80. package/dist/webpack/plugin-extension/data/manifest-fields/locales-fields/index.d.ts +1 -0
  81. package/dist/webpack/plugin-extension/data/manifest-fields/scripts-fields/background.d.ts +2 -0
  82. package/dist/webpack/plugin-extension/data/manifest-fields/scripts-fields/content_scripts.d.ts +2 -0
  83. package/dist/webpack/plugin-extension/data/manifest-fields/scripts-fields/index.d.ts +2 -0
  84. package/dist/webpack/plugin-extension/data/manifest-fields/scripts-fields/service_worker.d.ts +2 -0
  85. package/dist/webpack/plugin-extension/data/manifest-fields/scripts-fields/user_scripts.d.ts +2 -0
  86. package/dist/webpack/plugin-extension/data/manifest-fields/web-resources-fields/index.d.ts +2 -0
  87. package/dist/webpack/plugin-extension/data/special-folders/generate-entries.d.ts +4 -0
  88. package/dist/webpack/plugin-extension/data/special-folders/index.d.ts +12 -0
  89. package/dist/webpack/plugin-extension/feature-html/html-lib/parse-html.d.ts +7 -0
  90. package/dist/webpack/plugin-extension/feature-html/html-lib/patch-html.d.ts +3 -0
  91. package/dist/webpack/plugin-extension/feature-html/html-lib/utils.d.ts +11 -0
  92. package/dist/webpack/plugin-extension/feature-html/index.d.ts +37 -0
  93. package/dist/webpack/plugin-extension/feature-html/steps/add-assets-to-compilation.d.ts +8 -0
  94. package/dist/webpack/plugin-extension/feature-html/steps/add-scripts-and-styles-to-compilation.d.ts +9 -0
  95. package/dist/webpack/plugin-extension/feature-html/steps/add-to-file-dependencies.d.ts +8 -0
  96. package/dist/webpack/plugin-extension/feature-html/steps/emit-html-file.d.ts +9 -0
  97. package/dist/webpack/plugin-extension/feature-html/steps/ensure-hmr-for-scripts.d.ts +2 -0
  98. package/dist/webpack/plugin-extension/feature-html/steps/handle-common-errors.d.ts +8 -0
  99. package/dist/webpack/plugin-extension/feature-html/steps/minimum-script-file.d.ts +1 -0
  100. package/dist/webpack/plugin-extension/feature-html/steps/throw-if-recompile-is-needed.d.ts +11 -0
  101. package/dist/webpack/plugin-extension/feature-html/steps/update-html-file.d.ts +9 -0
  102. package/dist/webpack/plugin-extension/feature-icons/index.d.ts +25 -0
  103. package/dist/webpack/plugin-extension/feature-icons/steps/add-to-file-dependencies.d.ts +9 -0
  104. package/dist/webpack/plugin-extension/feature-icons/steps/emit-file.d.ts +9 -0
  105. package/dist/webpack/plugin-extension/feature-json/index.d.ts +18 -0
  106. package/dist/webpack/plugin-extension/feature-locales/get-locales.d.ts +1 -0
  107. package/dist/webpack/plugin-extension/feature-locales/index.d.ts +13 -0
  108. package/dist/webpack/plugin-extension/feature-manifest/index.d.ts +23 -0
  109. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/background.d.ts +10 -0
  110. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/chrome_url_overrides.d.ts +8 -0
  111. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/content_scripts.d.ts +7 -0
  112. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/devtools_page.d.ts +4 -0
  113. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/icons.d.ts +6 -0
  114. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/index.d.ts +2 -0
  115. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/options_page.d.ts +4 -0
  116. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/options_ui.d.ts +8 -0
  117. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/page_action.d.ts +8 -0
  118. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/sandbox.d.ts +7 -0
  119. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/sidebar_action.d.ts +2 -0
  120. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/storage.d.ts +6 -0
  121. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/theme.d.ts +2 -0
  122. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/user_scripts.d.ts +2 -0
  123. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/common/web_accessible_resources.d.ts +7 -0
  124. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/index.d.ts +2 -0
  125. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv2/background.d.ts +10 -0
  126. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv2/browser_action.d.ts +12 -0
  127. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv2/declarative_net_request.d.ts +2 -0
  128. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv2/index.d.ts +2 -0
  129. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv3/action.d.ts +8 -0
  130. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv3/background.d.ts +10 -0
  131. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv3/index.d.ts +2 -0
  132. package/dist/webpack/plugin-extension/feature-manifest/manifest-overrides/mv3/side_panel.d.ts +2 -0
  133. package/dist/webpack/plugin-extension/feature-manifest/steps/add-dependencies.d.ts +6 -0
  134. package/dist/webpack/plugin-extension/feature-manifest/steps/check-manifest-files.d.ts +17 -0
  135. package/dist/webpack/plugin-extension/feature-manifest/steps/emit-manifest.d.ts +7 -0
  136. package/dist/webpack/plugin-extension/feature-manifest/steps/throw-if-recompile.d.ts +11 -0
  137. package/dist/webpack/plugin-extension/feature-manifest/steps/update-manifest.d.ts +9 -0
  138. package/dist/webpack/plugin-extension/feature-scripts/index.d.ts +27 -0
  139. package/dist/webpack/plugin-extension/feature-scripts/scripts-lib/utils.d.ts +3 -0
  140. package/dist/webpack/plugin-extension/feature-scripts/steps/add-hmr-accept-code.d.ts +2 -0
  141. package/dist/webpack/plugin-extension/feature-scripts/steps/add-public-path-for-main-world.d.ts +11 -0
  142. package/dist/webpack/plugin-extension/feature-scripts/steps/add-public-path-runtime-module.d.ts +4 -0
  143. package/dist/webpack/plugin-extension/feature-scripts/steps/add-scripts.d.ts +9 -0
  144. package/dist/webpack/plugin-extension/feature-scripts/steps/deprecated-shadow-root.d.ts +2 -0
  145. package/dist/webpack/plugin-extension/feature-special-folders/copy-public-folder.d.ts +13 -0
  146. package/dist/webpack/plugin-extension/feature-special-folders/index.d.ts +19 -0
  147. package/dist/webpack/plugin-extension/feature-special-folders/warn-upon-folder-changes.d.ts +7 -0
  148. package/dist/webpack/plugin-extension/feature-web-resources/clean-matches.d.ts +7 -0
  149. package/dist/webpack/plugin-extension/feature-web-resources/index.d.ts +19 -0
  150. package/dist/webpack/plugin-extension/index.d.ts +10 -0
  151. package/dist/webpack/plugin-js-frameworks/index.d.ts +13 -0
  152. package/dist/webpack/plugin-js-frameworks/js-tools/babel.d.ts +16 -0
  153. package/dist/webpack/plugin-js-frameworks/js-tools/preact.d.ts +3 -0
  154. package/dist/webpack/plugin-js-frameworks/js-tools/react.d.ts +3 -0
  155. package/dist/webpack/plugin-js-frameworks/js-tools/svelte.d.ts +3 -0
  156. package/dist/webpack/plugin-js-frameworks/js-tools/typescript.d.ts +36 -0
  157. package/dist/webpack/plugin-js-frameworks/js-tools/vue.d.ts +3 -0
  158. package/dist/webpack/plugin-reload/index.d.ts +12 -0
  159. package/dist/webpack/plugin-reload/reload-types.d.ts +10 -0
  160. package/dist/webpack/plugin-reload/steps/create-web-socket-server/index.d.ts +10 -0
  161. package/dist/webpack/plugin-reload/steps/create-web-socket-server/rewrite-reload-port.d.ts +2 -0
  162. package/dist/webpack/plugin-reload/steps/create-web-socket-server/web-socket-server/broadcast-message.d.ts +2 -0
  163. package/dist/webpack/plugin-reload/steps/create-web-socket-server/web-socket-server/message-dispatcher.d.ts +2 -0
  164. package/dist/webpack/plugin-reload/steps/create-web-socket-server/web-socket-server/servers.d.ts +2 -0
  165. package/dist/webpack/plugin-reload/steps/create-web-socket-server/web-socket-server/start-server.d.ts +3 -0
  166. package/dist/webpack/plugin-reload/steps/setup-chromium-reload-client/index.d.ts +3 -0
  167. package/dist/webpack/plugin-reload/steps/setup-chromium-reload-client/inject-chromium-client-loader.d.ts +9 -0
  168. package/dist/webpack/plugin-reload/steps/setup-firefox-reload-client/index.d.ts +3 -0
  169. package/dist/webpack/plugin-reload/steps/setup-firefox-reload-client/inject-firefox-client-loader.d.ts +9 -0
  170. package/dist/webpack/plugin-reload/steps/setup-reload-strategy/apply-manifest-dev-defaults/index.d.ts +9 -0
  171. package/dist/webpack/plugin-reload/steps/setup-reload-strategy/apply-manifest-dev-defaults/patch-background.d.ts +15 -0
  172. package/dist/webpack/plugin-reload/steps/setup-reload-strategy/apply-manifest-dev-defaults/patch-csp.d.ts +5 -0
  173. package/dist/webpack/plugin-reload/steps/setup-reload-strategy/apply-manifest-dev-defaults/patch-externally-connectable.d.ts +10 -0
  174. package/dist/webpack/plugin-reload/steps/setup-reload-strategy/apply-manifest-dev-defaults/patch-web-resources.d.ts +10 -0
  175. package/dist/webpack/plugin-reload/steps/setup-reload-strategy/index.d.ts +9 -0
  176. package/dist/webpack/plugin-reload/steps/setup-reload-strategy/target-web-extension-plugin/index.d.ts +13 -0
  177. package/dist/webpack/plugin-static-assets/index.d.ts +12 -0
  178. package/dist/webpack/webpack-config.d.ts +10 -0
  179. package/dist/webpack/webpack-types.d.ts +49 -0
  180. package/package.json +1 -1
  181. package/dist/run-chrome-profile/BrowserMetrics/BrowserMetrics-67F69286-E9CA.pma +0 -0
  182. package/dist/run-chrome-profile/ChromeFeatureState +0 -1
  183. package/dist/run-chrome-profile/Default/Affiliation Database +0 -0
  184. package/dist/run-chrome-profile/Default/Bookmarks +0 -47
  185. package/dist/run-chrome-profile/Default/BrowsingTopicsSiteData +0 -0
  186. package/dist/run-chrome-profile/Default/BrowsingTopicsState +0 -12
  187. package/dist/run-chrome-profile/Default/BudgetDatabase/LOCK +0 -0
  188. package/dist/run-chrome-profile/Default/BudgetDatabase/LOG +0 -0
  189. package/dist/run-chrome-profile/Default/BudgetDatabase/LOG.old +0 -0
  190. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0017c74c7837869a_0 +0 -0
  191. package/dist/run-chrome-profile/Default/Cache/Cache_Data/004e1d6562310f3c_0 +0 -0
  192. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0168148b2ae8b26c_0 +0 -0
  193. package/dist/run-chrome-profile/Default/Cache/Cache_Data/01d3e60e890d60c6_0 +0 -0
  194. package/dist/run-chrome-profile/Default/Cache/Cache_Data/01fe7661e41a2b95_0 +0 -0
  195. package/dist/run-chrome-profile/Default/Cache/Cache_Data/02106f785c8dd8d6_0 +0 -0
  196. package/dist/run-chrome-profile/Default/Cache/Cache_Data/02157d308d1cbd45_0 +0 -0
  197. package/dist/run-chrome-profile/Default/Cache/Cache_Data/023c853b6a819924_0 +0 -0
  198. package/dist/run-chrome-profile/Default/Cache/Cache_Data/02452e1ecd747190_0 +0 -0
  199. package/dist/run-chrome-profile/Default/Cache/Cache_Data/025191c01cb9560a_0 +0 -0
  200. package/dist/run-chrome-profile/Default/Cache/Cache_Data/028755f5c57452bb_0 +0 -0
  201. package/dist/run-chrome-profile/Default/Cache/Cache_Data/028b7449ed440db1_0 +0 -0
  202. package/dist/run-chrome-profile/Default/Cache/Cache_Data/02f43c1189558f67_0 +0 -0
  203. package/dist/run-chrome-profile/Default/Cache/Cache_Data/04ae8789497a12c2_0 +0 -0
  204. package/dist/run-chrome-profile/Default/Cache/Cache_Data/04b4bfee1d60ded5_0 +0 -0
  205. package/dist/run-chrome-profile/Default/Cache/Cache_Data/04bc0608c8fd0149_0 +0 -0
  206. package/dist/run-chrome-profile/Default/Cache/Cache_Data/050a897b69faf75d_0 +0 -0
  207. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0515aff26b63ee7e_0 +0 -0
  208. package/dist/run-chrome-profile/Default/Cache/Cache_Data/05b7af632a0788c4_0 +0 -0
  209. package/dist/run-chrome-profile/Default/Cache/Cache_Data/05dd495c34f06949_0 +0 -0
  210. package/dist/run-chrome-profile/Default/Cache/Cache_Data/061e55f82988dd80_0 +0 -0
  211. package/dist/run-chrome-profile/Default/Cache/Cache_Data/065bffc49cf7b611_0 +0 -0
  212. package/dist/run-chrome-profile/Default/Cache/Cache_Data/066b3d5e002d45c3_0 +0 -0
  213. package/dist/run-chrome-profile/Default/Cache/Cache_Data/06a45d6305274ea3_0 +0 -0
  214. package/dist/run-chrome-profile/Default/Cache/Cache_Data/06d18b346a40f753_0 +0 -0
  215. package/dist/run-chrome-profile/Default/Cache/Cache_Data/070c243247333ae8_0 +0 -0
  216. package/dist/run-chrome-profile/Default/Cache/Cache_Data/07f8bddaddcec984_0 +0 -0
  217. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0818aa0ebadae6d0_0 +0 -0
  218. package/dist/run-chrome-profile/Default/Cache/Cache_Data/08716ad8a9272776_0 +0 -0
  219. package/dist/run-chrome-profile/Default/Cache/Cache_Data/08ca5dd3851d3305_0 +0 -0
  220. package/dist/run-chrome-profile/Default/Cache/Cache_Data/08e5d125cc9d041a_0 +0 -0
  221. package/dist/run-chrome-profile/Default/Cache/Cache_Data/090e60caa204beaf_0 +0 -0
  222. package/dist/run-chrome-profile/Default/Cache/Cache_Data/09442a94267e5d1b_0 +0 -0
  223. package/dist/run-chrome-profile/Default/Cache/Cache_Data/09515494931dce6e_0 +0 -0
  224. package/dist/run-chrome-profile/Default/Cache/Cache_Data/09e5fd8853614cd8_0 +0 -0
  225. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a1795fdcfc45b1c_0 +0 -0
  226. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a484965a71a3c47_0 +0 -0
  227. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a4b42c98cd95502_0 +0 -0
  228. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a659b2fa80f7d18_0 +0 -0
  229. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a88e97ab0ab1c00_0 +0 -0
  230. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0ab8ccc359e17f54_0 +0 -0
  231. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0aec0caf66c01b86_0 +0 -0
  232. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0b1b54c59d86820e_0 +0 -0
  233. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0bd4f48864068b42_0 +0 -0
  234. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0c2a13a71307ea9c_0 +0 -0
  235. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0c5ece120a4aa9c4_0 +0 -0
  236. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0c6ca5693148b500_0 +0 -0
  237. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0c7676a4a5f28c40_0 +0 -0
  238. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0cdc924621bfdaa3_0 +0 -0
  239. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0d1612014bdde02c_0 +0 -0
  240. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0d50017ef20e5f50_0 +0 -0
  241. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0d50ded54a4ccd85_0 +0 -0
  242. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0dd6b517306f5784_0 +0 -0
  243. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0df08bba9fc5fdac_0 +0 -0
  244. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0e7c8d235a26e9ce_0 +0 -0
  245. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0e8a3492dc4515d9_0 +0 -0
  246. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0ea892cc614cc4a5_0 +0 -0
  247. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0eaf79452902ccba_0 +0 -0
  248. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0f2c9b2c834455d5_0 +0 -0
  249. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0f3aebfed65cab42_0 +0 -0
  250. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0f436bf930f4d309_0 +0 -0
  251. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0f475203575e0b19_0 +0 -0
  252. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0f95d201c783361f_0 +0 -0
  253. package/dist/run-chrome-profile/Default/Cache/Cache_Data/0fc44d8016b5a3d7_0 +0 -0
  254. package/dist/run-chrome-profile/Default/Cache/Cache_Data/106c9bdbf643da38_0 +0 -0
  255. package/dist/run-chrome-profile/Default/Cache/Cache_Data/108c27aa4fab0343_0 +0 -0
  256. package/dist/run-chrome-profile/Default/Cache/Cache_Data/11958b258861bc8b_0 +0 -0
  257. package/dist/run-chrome-profile/Default/Cache/Cache_Data/11abad563db63197_0 +0 -0
  258. package/dist/run-chrome-profile/Default/Cache/Cache_Data/12606f898579d450_0 +0 -0
  259. package/dist/run-chrome-profile/Default/Cache/Cache_Data/127f9df091691951_0 +0 -0
  260. package/dist/run-chrome-profile/Default/Cache/Cache_Data/12ed6e0c7d56a241_0 +0 -0
  261. package/dist/run-chrome-profile/Default/Cache/Cache_Data/131ca264f7539baa_0 +0 -0
  262. package/dist/run-chrome-profile/Default/Cache/Cache_Data/135a35ac000a541a_0 +0 -0
  263. package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ab24d8a01ec5af_0 +0 -0
  264. package/dist/run-chrome-profile/Default/Cache/Cache_Data/13d0c155b8ba512e_0 +0 -0
  265. package/dist/run-chrome-profile/Default/Cache/Cache_Data/13daa0a098a5b731_0 +0 -0
  266. package/dist/run-chrome-profile/Default/Cache/Cache_Data/13f9d6732ddc9f37_0 +0 -0
  267. package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ffa2b4ceebe804_0 +0 -0
  268. package/dist/run-chrome-profile/Default/Cache/Cache_Data/14383641564a06dd_0 +0 -0
  269. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1453426a15c0db22_0 +0 -0
  270. package/dist/run-chrome-profile/Default/Cache/Cache_Data/14eba7e2816c0570_0 +0 -0
  271. package/dist/run-chrome-profile/Default/Cache/Cache_Data/15145040f7f12f31_0 +0 -0
  272. package/dist/run-chrome-profile/Default/Cache/Cache_Data/157c5905c25e646d_0 +0 -0
  273. package/dist/run-chrome-profile/Default/Cache/Cache_Data/162a938b48eebe52_0 +0 -0
  274. package/dist/run-chrome-profile/Default/Cache/Cache_Data/163a6e9ca1a167a4_0 +0 -0
  275. package/dist/run-chrome-profile/Default/Cache/Cache_Data/16ee279d6f1c8395_0 +0 -0
  276. package/dist/run-chrome-profile/Default/Cache/Cache_Data/182c7ebe59f48f22_0 +0 -0
  277. package/dist/run-chrome-profile/Default/Cache/Cache_Data/184d4400903f8187_0 +0 -0
  278. package/dist/run-chrome-profile/Default/Cache/Cache_Data/18cae013af62500a_0 +0 -0
  279. package/dist/run-chrome-profile/Default/Cache/Cache_Data/18ff7b4700e1393b_0 +0 -0
  280. package/dist/run-chrome-profile/Default/Cache/Cache_Data/19440521b5ccc00f_0 +0 -0
  281. package/dist/run-chrome-profile/Default/Cache/Cache_Data/195a7e7e754f8f78_0 +0 -0
  282. package/dist/run-chrome-profile/Default/Cache/Cache_Data/19f675cfe7f5267e_0 +0 -0
  283. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1a018e35cf90e741_0 +0 -0
  284. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1a4d13eefe83ebd6_0 +0 -0
  285. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1addba6edada2e9a_0 +0 -0
  286. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1adfae8fc5bb120b_0 +0 -0
  287. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1af6f73e89e50f41_0 +0 -0
  288. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1b06910a36612c2a_0 +0 -0
  289. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1b2b3f5a8d1ed5de_0 +0 -0
  290. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1b74830b30368096_0 +0 -0
  291. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1c00e4a4ff2a4198_0 +0 -0
  292. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1c17ffa9b8e84c5b_0 +0 -0
  293. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1c42823228b188ed_0 +0 -0
  294. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1d0c0e2d85d0f785_0 +0 -0
  295. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1d1ac5085a224b02_0 +0 -0
  296. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1deb67aebc431f45_0 +0 -0
  297. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e2072ffa7b0dece_0 +0 -0
  298. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e3db76b924e693b_0 +0 -0
  299. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e88f258e3680439_0 +0 -0
  300. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e98de3bfb06ab1f_0 +0 -0
  301. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1ed651cda6d367ff_0 +0 -0
  302. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1f4ccb3050b595ee_0 +0 -0
  303. package/dist/run-chrome-profile/Default/Cache/Cache_Data/1f9103426cc2c0ef_0 +0 -0
  304. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2015f0da22a88925_0 +0 -0
  305. package/dist/run-chrome-profile/Default/Cache/Cache_Data/207083c726dfa71f_0 +0 -0
  306. package/dist/run-chrome-profile/Default/Cache/Cache_Data/207a53d3f4a4c4bc_0 +0 -0
  307. package/dist/run-chrome-profile/Default/Cache/Cache_Data/20e4b0fcb00f9dd5_0 +0 -0
  308. package/dist/run-chrome-profile/Default/Cache/Cache_Data/210611bc03577727_0 +0 -0
  309. package/dist/run-chrome-profile/Default/Cache/Cache_Data/211274d7cc9f2c51_0 +0 -0
  310. package/dist/run-chrome-profile/Default/Cache/Cache_Data/21a24010726cbf3e_0 +0 -0
  311. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2207904a35177d86_0 +0 -0
  312. package/dist/run-chrome-profile/Default/Cache/Cache_Data/22b58fcf518f5674_0 +0 -0
  313. package/dist/run-chrome-profile/Default/Cache/Cache_Data/22cf8b278ea33fdd_0 +0 -0
  314. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2335f22c08042b96_0 +0 -0
  315. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2354c567a402b755_0 +0 -0
  316. package/dist/run-chrome-profile/Default/Cache/Cache_Data/24066a0b5fd21082_0 +0 -0
  317. package/dist/run-chrome-profile/Default/Cache/Cache_Data/24111eb856fec6e6_0 +0 -0
  318. package/dist/run-chrome-profile/Default/Cache/Cache_Data/24628150e30ce654_0 +0 -0
  319. package/dist/run-chrome-profile/Default/Cache/Cache_Data/257b9ada9582cd59_0 +0 -0
  320. package/dist/run-chrome-profile/Default/Cache/Cache_Data/25f01977517921be_0 +0 -0
  321. package/dist/run-chrome-profile/Default/Cache/Cache_Data/267f6b27f8d76a8c_0 +0 -0
  322. package/dist/run-chrome-profile/Default/Cache/Cache_Data/275fd93a285332c0_0 +0 -0
  323. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2760c09189877edc_0 +0 -0
  324. package/dist/run-chrome-profile/Default/Cache/Cache_Data/278690b246839e9b_0 +0 -0
  325. package/dist/run-chrome-profile/Default/Cache/Cache_Data/27be01069ada1058_0 +0 -0
  326. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2808466b35572749_0 +0 -0
  327. package/dist/run-chrome-profile/Default/Cache/Cache_Data/28aac7fe4677f846_0 +0 -0
  328. package/dist/run-chrome-profile/Default/Cache/Cache_Data/28ba4e36caef53fd_0 +0 -0
  329. package/dist/run-chrome-profile/Default/Cache/Cache_Data/28f345767f9cfaf4_0 +0 -0
  330. package/dist/run-chrome-profile/Default/Cache/Cache_Data/296c970a7140cb2a_0 +0 -0
  331. package/dist/run-chrome-profile/Default/Cache/Cache_Data/29f4476f0e0ae59b_0 +0 -0
  332. package/dist/run-chrome-profile/Default/Cache/Cache_Data/29ff2668f549cdb5_0 +0 -0
  333. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2a37a7898ccb10b6_0 +0 -0
  334. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2abfd1f6c4799bfb_0 +0 -0
  335. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2bd215b1cc3c8643_0 +0 -0
  336. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d3e4f9abf4a7c4f_0 +0 -0
  337. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d658284fe26dae9_0 +0 -0
  338. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d6ffdfbd670a4e8_0 +0 -0
  339. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e27a1ed2b4a696e_0 +0 -0
  340. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e2b6739a69fd0a3_0 +0 -0
  341. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e9ce47006fd988b_0 +0 -0
  342. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f14eda0cc666f86_0 +0 -0
  343. package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f899538adf5bae8_0 +0 -0
  344. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3031b58fa5accb2a_0 +0 -0
  345. package/dist/run-chrome-profile/Default/Cache/Cache_Data/304e5a8852b16c20_0 +0 -0
  346. package/dist/run-chrome-profile/Default/Cache/Cache_Data/30a7fd0752f0c20d_0 +0 -0
  347. package/dist/run-chrome-profile/Default/Cache/Cache_Data/313c372aa17c29e1_0 +0 -0
  348. package/dist/run-chrome-profile/Default/Cache/Cache_Data/316116a840cb72f8_0 +0 -0
  349. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3164cf42e96b9664_0 +0 -0
  350. package/dist/run-chrome-profile/Default/Cache/Cache_Data/317d8ee9878cb902_0 +0 -0
  351. package/dist/run-chrome-profile/Default/Cache/Cache_Data/31907c8cd5dbb0d7_0 +0 -0
  352. package/dist/run-chrome-profile/Default/Cache/Cache_Data/322336e9c29e735d_0 +0 -0
  353. package/dist/run-chrome-profile/Default/Cache/Cache_Data/32cafaf33bc2c9be_0 +0 -0
  354. package/dist/run-chrome-profile/Default/Cache/Cache_Data/330260adb789f67c_0 +0 -0
  355. package/dist/run-chrome-profile/Default/Cache/Cache_Data/33166b95042feb2d_0 +0 -0
  356. package/dist/run-chrome-profile/Default/Cache/Cache_Data/332cbdf94d04551b_0 +0 -0
  357. package/dist/run-chrome-profile/Default/Cache/Cache_Data/33bd204290ff8dcd_0 +0 -0
  358. package/dist/run-chrome-profile/Default/Cache/Cache_Data/33f8a8eeda6e7841_0 +0 -0
  359. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3405d1653639c199_0 +0 -0
  360. package/dist/run-chrome-profile/Default/Cache/Cache_Data/34b4ef0d277b8e33_0 +0 -0
  361. package/dist/run-chrome-profile/Default/Cache/Cache_Data/35ee6c6f107fd8d5_0 +0 -0
  362. package/dist/run-chrome-profile/Default/Cache/Cache_Data/36779506da32355d_0 +0 -0
  363. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3695acda012e6f6c_0 +0 -0
  364. package/dist/run-chrome-profile/Default/Cache/Cache_Data/36e21a55b95d32bf_0 +0 -0
  365. package/dist/run-chrome-profile/Default/Cache/Cache_Data/378470234e1889fb_0 +0 -0
  366. package/dist/run-chrome-profile/Default/Cache/Cache_Data/37a84ff4d03dafc9_0 +0 -0
  367. package/dist/run-chrome-profile/Default/Cache/Cache_Data/37d6bb98dfdad071_0 +0 -0
  368. package/dist/run-chrome-profile/Default/Cache/Cache_Data/37e0528cb11f3703_0 +0 -0
  369. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3855e45d7dbbfdec_0 +0 -0
  370. package/dist/run-chrome-profile/Default/Cache/Cache_Data/386c635d735d894c_0 +0 -0
  371. package/dist/run-chrome-profile/Default/Cache/Cache_Data/38f7928396e43160_0 +0 -0
  372. package/dist/run-chrome-profile/Default/Cache/Cache_Data/38fe9d33a14b8902_0 +0 -0
  373. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3942daf1d856e6a0_0 +0 -0
  374. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3953c370977930f5_0 +0 -0
  375. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3970c09b77560574_0 +0 -0
  376. package/dist/run-chrome-profile/Default/Cache/Cache_Data/398af7e99645b780_0 +0 -0
  377. package/dist/run-chrome-profile/Default/Cache/Cache_Data/39b962857089ba5e_0 +0 -0
  378. package/dist/run-chrome-profile/Default/Cache/Cache_Data/39ea4a921716e118_0 +0 -0
  379. package/dist/run-chrome-profile/Default/Cache/Cache_Data/39f7a8ecda037cb5_0 +0 -0
  380. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3b6ab21e7b38f357_0 +0 -0
  381. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3bd9d67828cfdb9c_0 +0 -0
  382. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3bd9f1354c57e9f0_0 +0 -0
  383. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3bfc2bcb2b9b08ed_0 +0 -0
  384. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3cd2c5f2236ec08b_0 +0 -0
  385. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3d0084524ccf7a1f_0 +0 -0
  386. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3df0ed09cd4dad9a_0 +0 -0
  387. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3e10fdac988d26f3_0 +0 -0
  388. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fb03ac0ece9deb0_0 +0 -0
  389. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fb3b062de8f8809_0 +0 -0
  390. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fd23a31de1aa9b5_0 +0 -0
  391. package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fe31c24d736f4bb_0 +0 -0
  392. package/dist/run-chrome-profile/Default/Cache/Cache_Data/40587c988186febe_0 +0 -0
  393. package/dist/run-chrome-profile/Default/Cache/Cache_Data/406abf3e5d69d4d2_0 +0 -0
  394. package/dist/run-chrome-profile/Default/Cache/Cache_Data/41ecc319e5f59734_0 +0 -0
  395. package/dist/run-chrome-profile/Default/Cache/Cache_Data/422e08989ed37358_0 +0 -0
  396. package/dist/run-chrome-profile/Default/Cache/Cache_Data/42732f1e0240c428_0 +0 -0
  397. package/dist/run-chrome-profile/Default/Cache/Cache_Data/42833c75aedbe4e5_0 +0 -0
  398. package/dist/run-chrome-profile/Default/Cache/Cache_Data/42de81594a194de6_0 +0 -0
  399. package/dist/run-chrome-profile/Default/Cache/Cache_Data/434a44cee341d0b8_0 +0 -0
  400. package/dist/run-chrome-profile/Default/Cache/Cache_Data/43acd4dedf25552d_0 +0 -0
  401. package/dist/run-chrome-profile/Default/Cache/Cache_Data/44655f9a579aa95d_0 +0 -0
  402. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4496d0a64b8e2ff1_0 +0 -0
  403. package/dist/run-chrome-profile/Default/Cache/Cache_Data/44e2691176dfaada_0 +0 -0
  404. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4515e6e95d61ebe5_0 +0 -0
  405. package/dist/run-chrome-profile/Default/Cache/Cache_Data/45200ef02bfbbffd_0 +0 -0
  406. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4560b8166b4aef83_0 +0 -0
  407. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4593d87edd67a07f_0 +0 -0
  408. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4598970da3191d70_0 +0 -0
  409. package/dist/run-chrome-profile/Default/Cache/Cache_Data/459aacad64df1a20_0 +0 -0
  410. package/dist/run-chrome-profile/Default/Cache/Cache_Data/45f9ab2e41d4c78f_0 +0 -0
  411. package/dist/run-chrome-profile/Default/Cache/Cache_Data/465fc9e3dbf2f9ff_0 +0 -0
  412. package/dist/run-chrome-profile/Default/Cache/Cache_Data/468822d5aab38720_0 +0 -0
  413. package/dist/run-chrome-profile/Default/Cache/Cache_Data/46e79cec1cf5707a_0 +0 -0
  414. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4749144cbc70f82d_0 +0 -0
  415. package/dist/run-chrome-profile/Default/Cache/Cache_Data/47b27b76f51ca22e_0 +0 -0
  416. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4829c45107a55442_0 +0 -0
  417. package/dist/run-chrome-profile/Default/Cache/Cache_Data/492ed577e4693e3f_0 +0 -0
  418. package/dist/run-chrome-profile/Default/Cache/Cache_Data/49c128653507b2c8_0 +0 -0
  419. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4a10c0b19b5130a4_0 +0 -0
  420. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4a638ca67c9268f9_0 +0 -0
  421. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4a664cc91fd529f3_0 +0 -0
  422. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4a71e8f2dc24870f_0 +0 -0
  423. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4a75d4a1be65552b_0 +0 -0
  424. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4b0439dad7e11fb9_0 +0 -0
  425. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4b37c607c2f40d4f_0 +0 -0
  426. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ba9ae6f508fec31_0 +0 -0
  427. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4bed2777cceded63_0 +0 -0
  428. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4cacbe29e41d5f50_0 +0 -0
  429. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4cb485a7a714929a_0 +0 -0
  430. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4d62d1b5b2f982bb_0 +0 -0
  431. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4f48cf9bba8a6c16_0 +0 -0
  432. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4f89fcd12ac7d3aa_0 +0 -0
  433. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ff29ec24ac18d79_0 +0 -0
  434. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ffa70f43271c724_0 +0 -0
  435. package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ffc50934c8c5292_0 +0 -0
  436. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5030b9f2caf6c1e2_0 +0 -0
  437. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5088ccf922ff0cfc_0 +0 -0
  438. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5091f2da18eb8628_0 +0 -0
  439. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5301390dd02dab3b_0 +0 -0
  440. package/dist/run-chrome-profile/Default/Cache/Cache_Data/53022c316783857f_0 +0 -0
  441. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5345297330d5dc9a_0 +0 -0
  442. package/dist/run-chrome-profile/Default/Cache/Cache_Data/53899c486fe75590_0 +0 -0
  443. package/dist/run-chrome-profile/Default/Cache/Cache_Data/53aec0ee390ec35d_0 +0 -0
  444. package/dist/run-chrome-profile/Default/Cache/Cache_Data/53c41d2eeae3a734_0 +0 -0
  445. package/dist/run-chrome-profile/Default/Cache/Cache_Data/542c9a4e3550fd74_0 +0 -0
  446. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5439955c1fba6b45_0 +0 -0
  447. package/dist/run-chrome-profile/Default/Cache/Cache_Data/544232310d1a0a06_0 +0 -0
  448. package/dist/run-chrome-profile/Default/Cache/Cache_Data/54a4fa260f8a598f_0 +0 -0
  449. package/dist/run-chrome-profile/Default/Cache/Cache_Data/54df8e1d4c819498_0 +0 -0
  450. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5568062b850bbed3_0 +0 -0
  451. package/dist/run-chrome-profile/Default/Cache/Cache_Data/55b38d5f312c1211_0 +0 -0
  452. package/dist/run-chrome-profile/Default/Cache/Cache_Data/55ed72b0b4c0b90e_0 +0 -0
  453. package/dist/run-chrome-profile/Default/Cache/Cache_Data/56acf8abf6e60b03_0 +0 -0
  454. package/dist/run-chrome-profile/Default/Cache/Cache_Data/56fa24d4b24fe830_0 +0 -0
  455. package/dist/run-chrome-profile/Default/Cache/Cache_Data/57569d79c996e150_0 +0 -0
  456. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5777ed78fbbbcf4b_0 +0 -0
  457. package/dist/run-chrome-profile/Default/Cache/Cache_Data/57ab4dd03f8a07c1_0 +0 -0
  458. package/dist/run-chrome-profile/Default/Cache/Cache_Data/57c911b58ffc1b31_0 +0 -0
  459. package/dist/run-chrome-profile/Default/Cache/Cache_Data/58235297a12b2d9d_0 +0 -0
  460. package/dist/run-chrome-profile/Default/Cache/Cache_Data/583f0d591d46a462_0 +0 -0
  461. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5865be2534217276_0 +0 -0
  462. package/dist/run-chrome-profile/Default/Cache/Cache_Data/58bd9e36f3183fa3_0 +0 -0
  463. package/dist/run-chrome-profile/Default/Cache/Cache_Data/58ffe42bbf649829_0 +0 -0
  464. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5918ee86890df5bc_0 +0 -0
  465. package/dist/run-chrome-profile/Default/Cache/Cache_Data/593b2c5ddeaf2239_0 +0 -0
  466. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5a7c1ae708fa7461_0 +0 -0
  467. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5ade33e5529bf71f_0 +0 -0
  468. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5b68f44b3246e6ca_0 +0 -0
  469. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5bbe8c79a1a95b0c_0 +0 -0
  470. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5c3aa27826d095b2_0 +0 -0
  471. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5c59f8d8bfa88da5_0 +0 -0
  472. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5c604fb2840a50e7_0 +0 -0
  473. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5c8b7b6f5086ad15_0 +0 -0
  474. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5cbcc0bd4ce1ed3c_0 +0 -0
  475. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5cf224eb78664c23_0 +0 -0
  476. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5d7b131758930690_0 +0 -0
  477. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5e9381f913d21eda_0 +0 -0
  478. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5ea870d2326097d9_0 +0 -0
  479. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5f54d0c7d6edcb29_0 +0 -0
  480. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5f883d2c96d94f47_0 +0 -0
  481. package/dist/run-chrome-profile/Default/Cache/Cache_Data/5ff8fba7fea89721_0 +0 -0
  482. package/dist/run-chrome-profile/Default/Cache/Cache_Data/605e4b5d03e9bf86_0 +0 -0
  483. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6060781ff50be050_0 +0 -0
  484. package/dist/run-chrome-profile/Default/Cache/Cache_Data/60dd1e31f5698aa5_0 +0 -0
  485. package/dist/run-chrome-profile/Default/Cache/Cache_Data/60f6b8574f845336_0 +0 -0
  486. package/dist/run-chrome-profile/Default/Cache/Cache_Data/625182e6a2b82b45_0 +0 -0
  487. package/dist/run-chrome-profile/Default/Cache/Cache_Data/625890b77290d4a3_0 +0 -0
  488. package/dist/run-chrome-profile/Default/Cache/Cache_Data/63d99d7ba4bd6dc2_0 +0 -0
  489. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6541233a9cd23aa7_0 +0 -0
  490. package/dist/run-chrome-profile/Default/Cache/Cache_Data/654f0f5247d2c8e0_0 +0 -0
  491. package/dist/run-chrome-profile/Default/Cache/Cache_Data/65bd88b6cfac0360_0 +0 -0
  492. package/dist/run-chrome-profile/Default/Cache/Cache_Data/663eed8f0b3263b5_0 +0 -0
  493. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6654a1b5f60e3aba_0 +0 -0
  494. package/dist/run-chrome-profile/Default/Cache/Cache_Data/667f799fe79731e9_0 +0 -0
  495. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6683a24a6c083327_0 +0 -0
  496. package/dist/run-chrome-profile/Default/Cache/Cache_Data/668471e493562a86_0 +0 -0
  497. package/dist/run-chrome-profile/Default/Cache/Cache_Data/669f9cc804c906dc_0 +0 -0
  498. package/dist/run-chrome-profile/Default/Cache/Cache_Data/66eef5f50045a75f_0 +0 -0
  499. package/dist/run-chrome-profile/Default/Cache/Cache_Data/686b16113c27b51c_0 +0 -0
  500. package/dist/run-chrome-profile/Default/Cache/Cache_Data/68bb258fc441a1c3_0 +0 -0
  501. package/dist/run-chrome-profile/Default/Cache/Cache_Data/68c70fba9809e858_0 +0 -0
  502. package/dist/run-chrome-profile/Default/Cache/Cache_Data/692d8ca2f7188c48_0 +0 -0
  503. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6995a7c799490d3d_0 +0 -0
  504. package/dist/run-chrome-profile/Default/Cache/Cache_Data/69bb5eaf0f0b0937_0 +0 -0
  505. package/dist/run-chrome-profile/Default/Cache/Cache_Data/69d1851b6f926501_0 +0 -0
  506. package/dist/run-chrome-profile/Default/Cache/Cache_Data/69f87704a160d8c8_0 +0 -0
  507. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6a2c9e1e70afd25a_0 +0 -0
  508. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6a547d137fdac885_0 +0 -0
  509. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6aee92518b7171c5_0 +0 -0
  510. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6c315c24643d2312_0 +0 -0
  511. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6d89e754b1f713d1_0 +0 -0
  512. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6df5b375f417e0fe_0 +0 -0
  513. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6e1e1b329c0d6bf5_0 +0 -0
  514. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6e7755a02e911929_0 +0 -0
  515. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6e974763e22212a3_0 +0 -0
  516. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6eccba5a0577b3ca_0 +0 -0
  517. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6eeb5017aedff6c5_0 +0 -0
  518. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f2e4773cf00120f_0 +0 -0
  519. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f7f729885fc6405_0 +0 -0
  520. package/dist/run-chrome-profile/Default/Cache/Cache_Data/6fe12b8a0d7d065a_0 +0 -0
  521. package/dist/run-chrome-profile/Default/Cache/Cache_Data/70a85762256093eb_0 +0 -0
  522. package/dist/run-chrome-profile/Default/Cache/Cache_Data/70b1550a04b9167f_0 +0 -0
  523. package/dist/run-chrome-profile/Default/Cache/Cache_Data/70f5010b6251d3d7_0 +0 -0
  524. package/dist/run-chrome-profile/Default/Cache/Cache_Data/70f59bf6cc026175_0 +0 -0
  525. package/dist/run-chrome-profile/Default/Cache/Cache_Data/71105806fe34ee86_0 +0 -0
  526. package/dist/run-chrome-profile/Default/Cache/Cache_Data/71238386a6c9a397_0 +0 -0
  527. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7149acc59928c3f0_0 +0 -0
  528. package/dist/run-chrome-profile/Default/Cache/Cache_Data/718a6bd3261b1f0c_0 +0 -0
  529. package/dist/run-chrome-profile/Default/Cache/Cache_Data/71b88b4a5ef40eb9_0 +0 -0
  530. package/dist/run-chrome-profile/Default/Cache/Cache_Data/71c077b4fe754dda_0 +0 -0
  531. package/dist/run-chrome-profile/Default/Cache/Cache_Data/72cbc1840a129a08_0 +0 -0
  532. package/dist/run-chrome-profile/Default/Cache/Cache_Data/72dde8735713a41e_0 +0 -0
  533. package/dist/run-chrome-profile/Default/Cache/Cache_Data/736fa535f638b855_0 +0 -0
  534. package/dist/run-chrome-profile/Default/Cache/Cache_Data/73fee60194c1a3ad_0 +0 -0
  535. package/dist/run-chrome-profile/Default/Cache/Cache_Data/74526f4d54314cb2_0 +0 -0
  536. package/dist/run-chrome-profile/Default/Cache/Cache_Data/74b8b97c4553db7c_0 +0 -0
  537. package/dist/run-chrome-profile/Default/Cache/Cache_Data/74c341ad859e0a41_0 +0 -0
  538. package/dist/run-chrome-profile/Default/Cache/Cache_Data/75fcdd0b6f65bd28_0 +0 -0
  539. package/dist/run-chrome-profile/Default/Cache/Cache_Data/761361420f23b8a4_0 +0 -0
  540. package/dist/run-chrome-profile/Default/Cache/Cache_Data/766b1424cd5d9fb6_0 +0 -0
  541. package/dist/run-chrome-profile/Default/Cache/Cache_Data/767a9d0895166aa5_0 +0 -0
  542. package/dist/run-chrome-profile/Default/Cache/Cache_Data/76a287c87f7c9d17_0 +0 -0
  543. package/dist/run-chrome-profile/Default/Cache/Cache_Data/76b0593eac2d2d73_0 +0 -0
  544. package/dist/run-chrome-profile/Default/Cache/Cache_Data/76bf5c8699f0fa50_0 +0 -0
  545. package/dist/run-chrome-profile/Default/Cache/Cache_Data/76d45343c81bc5bd_0 +0 -0
  546. package/dist/run-chrome-profile/Default/Cache/Cache_Data/774bae0580279a5c_0 +0 -0
  547. package/dist/run-chrome-profile/Default/Cache/Cache_Data/77bb6a6ce73207cd_0 +0 -0
  548. package/dist/run-chrome-profile/Default/Cache/Cache_Data/77f2f61eb9046a27_0 +0 -0
  549. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78057686b00dc455_0 +0 -0
  550. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78295be598deb4f7_0 +0 -0
  551. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78b97f9a0ad6e141_0 +0 -0
  552. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78cc5d6f5d38e89d_0 +0 -0
  553. package/dist/run-chrome-profile/Default/Cache/Cache_Data/78ed79bc5487503a_0 +0 -0
  554. package/dist/run-chrome-profile/Default/Cache/Cache_Data/794b10ea1cd91596_0 +0 -0
  555. package/dist/run-chrome-profile/Default/Cache/Cache_Data/79ef8a938b90c350_0 +0 -0
  556. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7aed8ae99b589d1c_0 +0 -0
  557. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7b1470e67fd10ebb_0 +0 -0
  558. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7b514977f659652b_0 +0 -0
  559. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7b7f2f8bcc46624e_0 +0 -0
  560. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7d542df377268c15_0 +0 -0
  561. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7d92687d5cffa67f_0 +0 -0
  562. package/dist/run-chrome-profile/Default/Cache/Cache_Data/7ef0afd394a3d4ff_0 +0 -0
  563. package/dist/run-chrome-profile/Default/Cache/Cache_Data/800e25e77fe188a7_0 +0 -0
  564. package/dist/run-chrome-profile/Default/Cache/Cache_Data/81004f7dfa5f73de_0 +0 -0
  565. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8181518bfb790cf5_0 +0 -0
  566. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8212aed81c3ee4a1_0 +0 -0
  567. package/dist/run-chrome-profile/Default/Cache/Cache_Data/82215772e4174c88_0 +0 -0
  568. package/dist/run-chrome-profile/Default/Cache/Cache_Data/83053676f0a8b92d_0 +0 -0
  569. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8344997f3f46a089_0 +0 -0
  570. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8365e09e400ee1fc_0 +0 -0
  571. package/dist/run-chrome-profile/Default/Cache/Cache_Data/839a9eb6f079ef57_0 +0 -0
  572. package/dist/run-chrome-profile/Default/Cache/Cache_Data/83b94ec24cdf46e1_0 +0 -0
  573. package/dist/run-chrome-profile/Default/Cache/Cache_Data/84e415bdea6bf983_0 +0 -0
  574. package/dist/run-chrome-profile/Default/Cache/Cache_Data/84e6cb35590a6a59_0 +0 -0
  575. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8501c1713ce2a24a_0 +0 -0
  576. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8552a2c76740dc21_0 +0 -0
  577. package/dist/run-chrome-profile/Default/Cache/Cache_Data/85aedd2200d384ed_0 +0 -0
  578. package/dist/run-chrome-profile/Default/Cache/Cache_Data/85fd0563417516bd_0 +0 -0
  579. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8612b88033573134_0 +0 -0
  580. package/dist/run-chrome-profile/Default/Cache/Cache_Data/862bdc5c5183b894_0 +0 -0
  581. package/dist/run-chrome-profile/Default/Cache/Cache_Data/86a5bb3a5f36544a_0 +0 -0
  582. package/dist/run-chrome-profile/Default/Cache/Cache_Data/86d6ad63d489e18d_0 +0 -0
  583. package/dist/run-chrome-profile/Default/Cache/Cache_Data/86f552ae713b01ca_0 +0 -0
  584. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8702a043a57d3522_0 +0 -0
  585. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8730f300f39d26da_0 +0 -0
  586. package/dist/run-chrome-profile/Default/Cache/Cache_Data/874123ae4076d961_0 +0 -0
  587. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8787e35b8ee50313_0 +0 -0
  588. package/dist/run-chrome-profile/Default/Cache/Cache_Data/87ab6e7889d43581_0 +0 -0
  589. package/dist/run-chrome-profile/Default/Cache/Cache_Data/881fc6692bd22570_0 +0 -0
  590. package/dist/run-chrome-profile/Default/Cache/Cache_Data/884e146bf67f06d1_0 +0 -0
  591. package/dist/run-chrome-profile/Default/Cache/Cache_Data/88b4e2820d08f43f_0 +0 -0
  592. package/dist/run-chrome-profile/Default/Cache/Cache_Data/88d19485aae833c2_0 +0 -0
  593. package/dist/run-chrome-profile/Default/Cache/Cache_Data/88f89ac1fad12137_0 +0 -0
  594. package/dist/run-chrome-profile/Default/Cache/Cache_Data/892c797831bb0f58_0 +0 -0
  595. package/dist/run-chrome-profile/Default/Cache/Cache_Data/899b0c79837822eb_0 +0 -0
  596. package/dist/run-chrome-profile/Default/Cache/Cache_Data/89b821594e0cdf4e_0 +0 -0
  597. package/dist/run-chrome-profile/Default/Cache/Cache_Data/89e655234ede1df6_0 +0 -0
  598. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8aa137f81c8bd456_0 +0 -0
  599. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8ab78569202082cc_0 +0 -0
  600. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8ae683f1430a3b4f_0 +0 -0
  601. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8b038391a1e2dc5c_0 +0 -0
  602. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8b7ec1ac08fa51f7_0 +0 -0
  603. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8b83a7c476ad17ad_0 +0 -0
  604. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8bc98d6f98dd6ca1_0 +0 -0
  605. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8c5b16b95835ac81_0 +0 -0
  606. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8cd609a1c5887a47_0 +0 -0
  607. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8e12e6ef77258f52_0 +0 -0
  608. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8ed4e297de5a6f4f_0 +0 -0
  609. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8ffd3b9ea0759ebf_0 +0 -0
  610. package/dist/run-chrome-profile/Default/Cache/Cache_Data/901a71e272f9ef44_0 +0 -0
  611. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9046ef8fa437e5d7_0 +0 -0
  612. package/dist/run-chrome-profile/Default/Cache/Cache_Data/92a96cfda218ada0_0 +0 -0
  613. package/dist/run-chrome-profile/Default/Cache/Cache_Data/930019aee123fd40_0 +0 -0
  614. package/dist/run-chrome-profile/Default/Cache/Cache_Data/939e4c4f28077b56_0 +0 -0
  615. package/dist/run-chrome-profile/Default/Cache/Cache_Data/93d1fa840ba8c790_0 +0 -0
  616. package/dist/run-chrome-profile/Default/Cache/Cache_Data/93d81321f8c35eab_0 +0 -0
  617. package/dist/run-chrome-profile/Default/Cache/Cache_Data/949c213ef980ae58_0 +0 -0
  618. package/dist/run-chrome-profile/Default/Cache/Cache_Data/94a5260219485fdf_0 +0 -0
  619. package/dist/run-chrome-profile/Default/Cache/Cache_Data/94f671a650b89d66_0 +0 -0
  620. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9512f6ca6b1f9e09_0 +0 -0
  621. package/dist/run-chrome-profile/Default/Cache/Cache_Data/95158e86a4c36f99_0 +0 -0
  622. package/dist/run-chrome-profile/Default/Cache/Cache_Data/95939c8a3eb5768a_0 +0 -0
  623. package/dist/run-chrome-profile/Default/Cache/Cache_Data/961c7a9dcf1d5fe3_0 +0 -0
  624. package/dist/run-chrome-profile/Default/Cache/Cache_Data/963f816968a47709_0 +0 -0
  625. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9679aa5b99c24a53_0 +0 -0
  626. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9745ca6e3360ddae_0 +0 -0
  627. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9754e94edd482054_0 +0 -0
  628. package/dist/run-chrome-profile/Default/Cache/Cache_Data/977e0479f0142f3d_0 +0 -0
  629. package/dist/run-chrome-profile/Default/Cache/Cache_Data/97902336e38f1700_0 +0 -0
  630. package/dist/run-chrome-profile/Default/Cache/Cache_Data/97e08502f043033d_0 +0 -0
  631. package/dist/run-chrome-profile/Default/Cache/Cache_Data/97e3545a4127de80_0 +0 -0
  632. package/dist/run-chrome-profile/Default/Cache/Cache_Data/97eb05d149fa8180_0 +0 -0
  633. package/dist/run-chrome-profile/Default/Cache/Cache_Data/986ab8bff47a984e_0 +0 -0
  634. package/dist/run-chrome-profile/Default/Cache/Cache_Data/989e6942058d9b96_0 +0 -0
  635. package/dist/run-chrome-profile/Default/Cache/Cache_Data/98a0238f39af837e_0 +0 -0
  636. package/dist/run-chrome-profile/Default/Cache/Cache_Data/99183a54c82ffd07_0 +0 -0
  637. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9926d7b21d9ae196_0 +0 -0
  638. package/dist/run-chrome-profile/Default/Cache/Cache_Data/99369db9c3389351_0 +0 -0
  639. package/dist/run-chrome-profile/Default/Cache/Cache_Data/996b82133802ae10_0 +0 -0
  640. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9972f837d1cab6dc_0 +0 -0
  641. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9a1319821195da4b_0 +0 -0
  642. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9a28492efcbbe759_0 +0 -0
  643. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9d06919038637fa4_0 +0 -0
  644. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9d08967f7ba110ea_0 +0 -0
  645. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9d4b8c93ff964147_0 +0 -0
  646. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9d73d6c391c0a97d_0 +0 -0
  647. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9da5f608967d3e47_0 +0 -0
  648. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9dfc649a5b2452e5_0 +0 -0
  649. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9ee59008a4eae91e_0 +0 -0
  650. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9f714304e8aefaf1_0 +0 -0
  651. package/dist/run-chrome-profile/Default/Cache/Cache_Data/9fe805e0d16f8b9d_0 +0 -0
  652. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a0061e50ed0ea145_0 +0 -0
  653. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a0666b4a7f377607_0 +0 -0
  654. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a09893cb51697309_0 +0 -0
  655. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a0d049230c197d04_0 +0 -0
  656. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a165f848b6b559b9_0 +0 -0
  657. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a1dacc1105a361b8_0 +0 -0
  658. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a294001d5ee85548_0 +0 -0
  659. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a330d13794267b70_0 +0 -0
  660. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a36959fe5b4f3b8c_0 +0 -0
  661. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a36d754622d84b47_0 +0 -0
  662. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a3c9266ae5e0330a_0 +0 -0
  663. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a3e569dbce1fa15d_0 +0 -0
  664. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a41edf1f5ba405d0_0 +0 -0
  665. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a48df218fbf761a8_0 +0 -0
  666. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a4a91eba5af2567d_0 +0 -0
  667. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a534891105b3e625_0 +0 -0
  668. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a54fc271588d9d41_0 +0 -0
  669. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a5a75564b3726d34_0 +0 -0
  670. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a6d19c03654cb385_0 +0 -0
  671. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a78e1ca1960e97f8_0 +0 -0
  672. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a7a9a44fcf8c17a2_0 +0 -0
  673. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a7ce4fe22114f592_0 +0 -0
  674. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a7ec2678f15b2b6d_0 +0 -0
  675. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a8588bc8dbef3fc2_0 +0 -0
  676. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a8e9c78991e28798_0 +0 -0
  677. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a9033f2cfe23e30b_0 +0 -0
  678. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a91789341ea91d1f_0 +0 -0
  679. package/dist/run-chrome-profile/Default/Cache/Cache_Data/a9dc686ba6e8c501_0 +0 -0
  680. package/dist/run-chrome-profile/Default/Cache/Cache_Data/aa10e5c1ceb12ad5_0 +0 -0
  681. package/dist/run-chrome-profile/Default/Cache/Cache_Data/aa23cb0643dd0d4a_0 +0 -0
  682. package/dist/run-chrome-profile/Default/Cache/Cache_Data/aac15d246447d362_0 +0 -0
  683. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ab7368be61d71212_0 +0 -0
  684. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac2ae63b4086c65b_0 +0 -0
  685. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac426e8e523915cf_0 +0 -0
  686. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac5cece85f509cc3_0 +0 -0
  687. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac7d751ceae3a02f_0 +0 -0
  688. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac8983237c918a96_0 +0 -0
  689. package/dist/run-chrome-profile/Default/Cache/Cache_Data/acf0255cedfa36fa_0 +0 -0
  690. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ada4a3246231b3de_0 +0 -0
  691. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ae320e4477b52dce_0 +0 -0
  692. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ae6228174fe30c59_0 +0 -0
  693. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ae7b93f607203bbb_0 +0 -0
  694. package/dist/run-chrome-profile/Default/Cache/Cache_Data/aeb0c47a7ceb72a1_0 +0 -0
  695. package/dist/run-chrome-profile/Default/Cache/Cache_Data/afb2d770d7999101_0 +0 -0
  696. package/dist/run-chrome-profile/Default/Cache/Cache_Data/afe1ed6a163ca728_0 +0 -0
  697. package/dist/run-chrome-profile/Default/Cache/Cache_Data/aff8cfcb15587c3f_0 +0 -0
  698. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b038920f3143f26a_0 +0 -0
  699. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b0594fd33a6d424e_0 +0 -0
  700. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b075e6649b89c458_0 +0 -0
  701. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b0b9d59c07d8ef76_0 +0 -0
  702. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b13964adddf1df4c_0 +0 -0
  703. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b144d4016e6b751e_0 +0 -0
  704. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b1ca4f68831439af_0 +0 -0
  705. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b2165f6f2635c31b_0 +0 -0
  706. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b24987806e5a88c6_0 +0 -0
  707. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b2ae8808413e89c0_0 +0 -0
  708. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b2d83e9c393c1d82_0 +0 -0
  709. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b3095246000ea960_0 +0 -0
  710. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b30d99338f7f72cb_0 +0 -0
  711. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b32c2846eccb7772_0 +0 -0
  712. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b43809fa2a2acdb6_0 +0 -0
  713. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b4a1774a84968a58_0 +0 -0
  714. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b4ca1d6d0f1ec58c_0 +0 -0
  715. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b4ce2ca1152d124e_0 +0 -0
  716. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b5142a1081b8a11f_0 +0 -0
  717. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b5b4a582f07c7e70_0 +0 -0
  718. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b6251caf2d2cb7fc_0 +0 -0
  719. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b6841eb775417446_0 +0 -0
  720. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b7742b9a0eb5dd81_0 +0 -0
  721. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8531dfb48933fcd_0 +0 -0
  722. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8b895a3f2a1be32_0 +0 -0
  723. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8c1f8ff87d72de8_0 +0 -0
  724. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b927f6daf2044400_0 +0 -0
  725. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b987136710a5d97b_0 +0 -0
  726. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b9b9254eaa6d7961_0 +0 -0
  727. package/dist/run-chrome-profile/Default/Cache/Cache_Data/b9f0439cc92e9495_0 +0 -0
  728. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ba3f88b58ae6c933_0 +0 -0
  729. package/dist/run-chrome-profile/Default/Cache/Cache_Data/baa013d5117a6e44_0 +0 -0
  730. package/dist/run-chrome-profile/Default/Cache/Cache_Data/baf474c74082888e_0 +0 -0
  731. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bafc818c6779cc0e_0 +0 -0
  732. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bb54c8f1c0bd05a0_0 +0 -0
  733. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbd7ae64dcbea661_0 +0 -0
  734. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbde820c1fee5c3c_0 +0 -0
  735. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbe71a612cdfb11f_0 +0 -0
  736. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbefc3110f8028f8_0 +0 -0
  737. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbf08809c713630e_0 +0 -0
  738. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bc755f03ead289e1_0 +0 -0
  739. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bc847a22c4989f4c_0 +0 -0
  740. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bd6024d9fff29e1a_0 +0 -0
  741. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bdee13fce2937c35_0 +0 -0
  742. package/dist/run-chrome-profile/Default/Cache/Cache_Data/be084683e3c1f8b1_0 +0 -0
  743. package/dist/run-chrome-profile/Default/Cache/Cache_Data/be2287df2ed0a60a_0 +0 -0
  744. package/dist/run-chrome-profile/Default/Cache/Cache_Data/be4ce78e92e4b491_0 +0 -0
  745. package/dist/run-chrome-profile/Default/Cache/Cache_Data/be8645d3e5cdeb12_0 +0 -0
  746. package/dist/run-chrome-profile/Default/Cache/Cache_Data/beb4e62fc99bad95_0 +0 -0
  747. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bed62ffa50cf1c9b_0 +0 -0
  748. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf5945304ded8ca6_0 +0 -0
  749. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf659cb2e40c3fae_0 +0 -0
  750. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf759a3da730d049_0 +0 -0
  751. package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf9d2cd8c3fc1ff2_0 +0 -0
  752. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c015ed59440be9bf_0 +0 -0
  753. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c066d19d8e35ac27_0 +0 -0
  754. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c0b529345231322b_0 +0 -0
  755. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c0f97f3abb47da9c_0 +0 -0
  756. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c22978c6911912c8_0 +0 -0
  757. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c2d56f537e34c311_0 +0 -0
  758. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c3f435d5d48156ea_0 +0 -0
  759. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c4eaa0c99afc6ec0_0 +0 -0
  760. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c5252fcf1023644d_0 +0 -0
  761. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c59334a6b8301c6a_0 +0 -0
  762. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c61e2304e869fee3_0 +0 -0
  763. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c6ab0b187752f069_0 +0 -0
  764. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c6de05d6dc91a38a_0 +0 -0
  765. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c6e1141156d3326c_0 +0 -0
  766. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c72489dc54bddeff_0 +0 -0
  767. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c80ddb8bccca179e_0 +0 -0
  768. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c894826beba9fc11_0 +0 -0
  769. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c8ed106e12c69821_0 +0 -0
  770. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c9d9a96410e6b629_0 +0 -0
  771. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c9fbee2a7d3a094f_0 +0 -0
  772. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ca05d8588c6eda81_0 +0 -0
  773. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cab3cdee33a10ee4_0 +0 -0
  774. package/dist/run-chrome-profile/Default/Cache/Cache_Data/caca5541d401cf41_0 +0 -0
  775. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cb4bc80f88ec9e34_0 +0 -0
  776. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cb7d3e63ac4ad39a_0 +0 -0
  777. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cbd9e66b6695a7bc_0 +0 -0
  778. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cbf47e6d8a15d7d3_0 +0 -0
  779. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cc1b11c8fed5cede_0 +0 -0
  780. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cc387b13b0e87b79_0 +0 -0
  781. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cc3d7750e8aa09a1_0 +0 -0
  782. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ccf38f84460e1b44_0 +0 -0
  783. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cdf954dd407122d1_0 +0 -0
  784. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ced73da69c7d4ae6_0 +0 -0
  785. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cf1aa47f35237847_0 +0 -0
  786. package/dist/run-chrome-profile/Default/Cache/Cache_Data/cf705b59ac835d56_0 +0 -0
  787. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d080234207dc2308_0 +0 -0
  788. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d0aebbd5e37656a7_0 +0 -0
  789. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d13a6bcedbf03a2e_0 +0 -0
  790. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d18dc8be9988cbcf_0 +0 -0
  791. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d22cc43e3343feda_0 +0 -0
  792. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d24c9bd4e97205f5_0 +0 -0
  793. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d2772bc7d445293c_0 +0 -0
  794. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d33f0f22d696f595_0 +0 -0
  795. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d346c58a54d27536_0 +0 -0
  796. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d37667786125d0b6_0 +0 -0
  797. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d37bfc97e178a586_0 +0 -0
  798. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d3c2a489bef951de_0 +0 -0
  799. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d493186355a4b445_0 +0 -0
  800. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d4bd316615a529f1_0 +0 -0
  801. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d4cdad2db913d09a_0 +0 -0
  802. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d5f5b57ea01cd0d8_0 +0 -0
  803. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d5fb6a1d1d666959_0 +0 -0
  804. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d6c7941edde302a7_0 +0 -0
  805. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d75afd22af92634a_0 +0 -0
  806. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d7995ed7933ba376_0 +0 -0
  807. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d7b2cfb92253831d_0 +0 -0
  808. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d7ef3f26d7cbf623_0 +0 -0
  809. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d919492eebaf026f_0 +0 -0
  810. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9a190d1d7d66bdd_0 +0 -0
  811. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9b128e9b8764e97_0 +0 -0
  812. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9d9fe0a0f8883f0_0 +0 -0
  813. package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9fa30a68d6f44aa_0 +0 -0
  814. package/dist/run-chrome-profile/Default/Cache/Cache_Data/da104e24aca267da_0 +0 -0
  815. package/dist/run-chrome-profile/Default/Cache/Cache_Data/da33743c4a264aad_0 +0 -0
  816. package/dist/run-chrome-profile/Default/Cache/Cache_Data/da5600d748a3d40d_0 +0 -0
  817. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dac9af4b21f194e1_0 +0 -0
  818. package/dist/run-chrome-profile/Default/Cache/Cache_Data/daed847df7ba458b_0 +0 -0
  819. package/dist/run-chrome-profile/Default/Cache/Cache_Data/db3ddd44ebb4f5e9_0 +0 -0
  820. package/dist/run-chrome-profile/Default/Cache/Cache_Data/db674615a7b19540_0 +0 -0
  821. package/dist/run-chrome-profile/Default/Cache/Cache_Data/db763e4f249e55d4_0 +0 -0
  822. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dc41537c41bbc9c8_0 +0 -0
  823. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dc8760f5cf0504eb_0 +0 -0
  824. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dcc9d182eada13bf_0 +0 -0
  825. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dcf034c865a34d89_0 +0 -0
  826. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ddff4443ea163765_0 +0 -0
  827. package/dist/run-chrome-profile/Default/Cache/Cache_Data/de0406dbab5f7c7d_0 +0 -0
  828. package/dist/run-chrome-profile/Default/Cache/Cache_Data/dea33c538150d68a_0 +0 -0
  829. package/dist/run-chrome-profile/Default/Cache/Cache_Data/df2471fed7015ffa_0 +0 -0
  830. package/dist/run-chrome-profile/Default/Cache/Cache_Data/df9539b80b9c4491_0 +0 -0
  831. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e058cdb71f3dbc4d_0 +0 -0
  832. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e1211117d5218257_0 +0 -0
  833. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e18876a7b32abd1e_0 +0 -0
  834. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e18f8efeaacdfe8e_0 +0 -0
  835. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2073b3ff8da7966_0 +0 -0
  836. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e21aac049f3029fb_0 +0 -0
  837. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e21f9e4bef6b9290_0 +0 -0
  838. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e24913f8a5ce655b_0 +0 -0
  839. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2fbeb70759b0860_0 +0 -0
  840. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32d83849acbcc78_0 +0 -0
  841. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32ff760e1b4ec46_0 +0 -0
  842. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e3c7f727d3866b65_0 +0 -0
  843. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e49a56cebb1bd701_0 +0 -0
  844. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e4fc6d1edd80e88d_0 +0 -0
  845. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e5801366888c2f55_0 +0 -0
  846. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e59836f0703257ce_0 +0 -0
  847. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e5c658ea95c0a29a_0 +0 -0
  848. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e60240d344d133d1_0 +0 -0
  849. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e76a247701c1354a_0 +0 -0
  850. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e7abfdb443059002_0 +0 -0
  851. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e7fa0609e70d6150_0 +0 -0
  852. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e7fdf8cc580df97e_0 +0 -0
  853. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e81bf9f2a84f6e02_0 +0 -0
  854. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e85ac8952d7783d7_0 +0 -0
  855. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e875ae01d124ec76_0 +0 -0
  856. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ea0e1c69d1f0065a_0 +0 -0
  857. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ea6c48d8cf872fa2_0 +0 -0
  858. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ea75bd91e54a494a_0 +0 -0
  859. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ea77dfa8c018afcd_0 +0 -0
  860. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eaad9ed0e61d7783_0 +0 -0
  861. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eb01b5d7eebaa882_0 +0 -0
  862. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eb0310f551ffda49_0 +0 -0
  863. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eb41a78379534cdd_0 +0 -0
  864. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eb49c68fac64b085_0 +0 -0
  865. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eba1f761025c2947_0 +0 -0
  866. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebadaa36379fd994_0 +0 -0
  867. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebbfbbc332854937_0 +0 -0
  868. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebcc6c663e855ad1_0 +0 -0
  869. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec4c7c205aa9bc71_0 +0 -0
  870. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec605132cd3e8d5e_0 +0 -0
  871. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec81316f5641f15f_0 +0 -0
  872. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eca8c1f18c539b98_0 +0 -0
  873. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ecf30492cc1dacc8_0 +0 -0
  874. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ed5a5d0d6d75d7b9_0 +0 -0
  875. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ee0d7a7986dd76e5_0 +0 -0
  876. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ee51a76cba4d0831_0 +0 -0
  877. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ee526e8a81c2a779_0 +0 -0
  878. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ee8f8bead0219b95_0 +0 -0
  879. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eea6285a9ea71b86_0 +0 -0
  880. package/dist/run-chrome-profile/Default/Cache/Cache_Data/eef78b787c9487e9_0 +0 -0
  881. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ef61cc93a3d4e2f9_0 +0 -0
  882. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ef96ddfba1f2c2d2_0 +0 -0
  883. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f0a9fa6f9b3aecd8_0 +0 -0
  884. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f1ab938a154fbaab_0 +0 -0
  885. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f22131e7049e415e_0 +0 -0
  886. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f261b678a33952b5_0 +0 -0
  887. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f317d0fb81e67bf8_0 +0 -0
  888. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f37f5c8a52c98d31_0 +0 -0
  889. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f39a2e115e88cf60_0 +0 -0
  890. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a443b4d8db944d_0 +0 -0
  891. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a70b90dcd40113_0 +0 -0
  892. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3c026a9dc680c06_0 +0 -0
  893. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f43451adccba0ea4_0 +0 -0
  894. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f45861077103c168_0 +0 -0
  895. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4bafa4da379e5c9_0 +0 -0
  896. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4dba657e1857320_0 +0 -0
  897. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4f20bd519dc05f6_0 +0 -0
  898. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4f5420fc5a9003d_0 +0 -0
  899. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f515f0276ed9b476_0 +0 -0
  900. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f51bd1bf150ef8d3_0 +0 -0
  901. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f536d18bbc6028a2_0 +0 -0
  902. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f58973a17c2416bd_0 +0 -0
  903. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e3f9054cc9c3c6_0 +0 -0
  904. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e6e74e25c85d6b_0 +0 -0
  905. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f723d2be3c8ee882_0 +0 -0
  906. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f7be5fd113dc69f5_0 +0 -0
  907. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f7fb3494194acf71_0 +0 -0
  908. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f85dd91df75c3596_0 +0 -0
  909. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f8a823c794b23399_0 +0 -0
  910. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f91572e07b7c5d27_0 +0 -0
  911. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f932d48a828248a0_0 +0 -0
  912. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9981a8e9c8781cc_0 +0 -0
  913. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9e143e57946c84b_0 +0 -0
  914. package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9faaf0a1e66758d_0 +0 -0
  915. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fa8a8a66543654b1_0 +0 -0
  916. package/dist/run-chrome-profile/Default/Cache/Cache_Data/faf410b3adc674b4_0 +0 -0
  917. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fb300a24b8292dcf_0 +0 -0
  918. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fb3ef0fc681589a6_0 +0 -0
  919. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fba16714d36bf8cb_0 +0 -0
  920. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fba633e9144f4567_0 +0 -0
  921. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fbb6821f9c4dced0_0 +0 -0
  922. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fc5ed18466cef31f_0 +0 -0
  923. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fc63fd9524d958fe_0 +0 -0
  924. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fd4ac200741fcc8e_0 +0 -0
  925. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fd8b4c3b58b245f5_0 +0 -0
  926. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fe0f22d182eb280d_0 +0 -0
  927. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fe17c628be4b5c55_0 +0 -0
  928. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fe6cb9799e5d647b_0 +0 -0
  929. package/dist/run-chrome-profile/Default/Cache/Cache_Data/fe966c6dd07704dc_0 +0 -0
  930. package/dist/run-chrome-profile/Default/Cache/Cache_Data/feba7a468c8bbf1d_0 +0 -0
  931. package/dist/run-chrome-profile/Default/Cache/Cache_Data/ff7b35a077b033a8_0 +0 -0
  932. package/dist/run-chrome-profile/Default/Cache/Cache_Data/index +0 -0
  933. package/dist/run-chrome-profile/Default/Cache/Cache_Data/index-dir/the-real-index +0 -0
  934. package/dist/run-chrome-profile/Default/ClientCertificates/LOCK +0 -0
  935. package/dist/run-chrome-profile/Default/ClientCertificates/LOG +0 -0
  936. package/dist/run-chrome-profile/Default/ClientCertificates/LOG.old +0 -0
  937. package/dist/run-chrome-profile/Default/Code Cache/js/002942264113500c_0 +0 -0
  938. package/dist/run-chrome-profile/Default/Code Cache/js/00b073186bee896d_0 +0 -0
  939. package/dist/run-chrome-profile/Default/Code Cache/js/022a6034bff91b6c_0 +0 -0
  940. package/dist/run-chrome-profile/Default/Code Cache/js/0239ac98540bcfc2_0 +0 -0
  941. package/dist/run-chrome-profile/Default/Code Cache/js/02bc71efba6b147d_0 +0 -0
  942. package/dist/run-chrome-profile/Default/Code Cache/js/04e1d30160a4edb1_0 +0 -0
  943. package/dist/run-chrome-profile/Default/Code Cache/js/05859aefea368559_0 +0 -0
  944. package/dist/run-chrome-profile/Default/Code Cache/js/0587842c7942e87a_0 +0 -0
  945. package/dist/run-chrome-profile/Default/Code Cache/js/0592c61bd9d3053d_0 +0 -0
  946. package/dist/run-chrome-profile/Default/Code Cache/js/05ab30eb1cf9e580_0 +0 -0
  947. package/dist/run-chrome-profile/Default/Code Cache/js/066c9323ed501e4d_0 +0 -0
  948. package/dist/run-chrome-profile/Default/Code Cache/js/0683ecaebcfd2158_0 +0 -0
  949. package/dist/run-chrome-profile/Default/Code Cache/js/06a7916d9ffb4dd7_0 +0 -0
  950. package/dist/run-chrome-profile/Default/Code Cache/js/06f6e995f6acbeda_0 +0 -0
  951. package/dist/run-chrome-profile/Default/Code Cache/js/070f016edd34b37f_0 +0 -0
  952. package/dist/run-chrome-profile/Default/Code Cache/js/07338e4166e00b79_0 +0 -0
  953. package/dist/run-chrome-profile/Default/Code Cache/js/0861135386d2c738_0 +0 -0
  954. package/dist/run-chrome-profile/Default/Code Cache/js/0898e3ed2eda3eb7_0 +0 -0
  955. package/dist/run-chrome-profile/Default/Code Cache/js/08d8c677ff00ac4c_0 +0 -0
  956. package/dist/run-chrome-profile/Default/Code Cache/js/099f55ab0c60a6ef_0 +0 -0
  957. package/dist/run-chrome-profile/Default/Code Cache/js/09a7b9084a99801e_0 +0 -0
  958. package/dist/run-chrome-profile/Default/Code Cache/js/0a0c8176490e8bb8_0 +0 -0
  959. package/dist/run-chrome-profile/Default/Code Cache/js/0bf6aa0bfc3e5cc2_0 +0 -0
  960. package/dist/run-chrome-profile/Default/Code Cache/js/0c19dbae2e580997_0 +0 -0
  961. package/dist/run-chrome-profile/Default/Code Cache/js/0c9b8fb2af8bf756_0 +0 -0
  962. package/dist/run-chrome-profile/Default/Code Cache/js/0d025f871f4f98b5_0 +0 -0
  963. package/dist/run-chrome-profile/Default/Code Cache/js/0e01f8f6090c614e_0 +0 -0
  964. package/dist/run-chrome-profile/Default/Code Cache/js/0e586947a8aa23e1_0 +0 -0
  965. package/dist/run-chrome-profile/Default/Code Cache/js/0e795c42c39a5404_0 +0 -0
  966. package/dist/run-chrome-profile/Default/Code Cache/js/0fdfb82b6603eb47_0 +0 -0
  967. package/dist/run-chrome-profile/Default/Code Cache/js/0fe47f92b46781a5_0 +0 -0
  968. package/dist/run-chrome-profile/Default/Code Cache/js/0feffcbed4188813_0 +0 -0
  969. package/dist/run-chrome-profile/Default/Code Cache/js/106d786c1813fd96_0 +0 -0
  970. package/dist/run-chrome-profile/Default/Code Cache/js/11f0273b1a24823c_0 +0 -0
  971. package/dist/run-chrome-profile/Default/Code Cache/js/1293310ddd08cd95_0 +0 -0
  972. package/dist/run-chrome-profile/Default/Code Cache/js/12e2c4b18dbb728d_0 +0 -0
  973. package/dist/run-chrome-profile/Default/Code Cache/js/13386ba945487820_0 +0 -0
  974. package/dist/run-chrome-profile/Default/Code Cache/js/13e8abd5bf5ca2f6_0 +0 -0
  975. package/dist/run-chrome-profile/Default/Code Cache/js/141b6ebcd27d4efe_0 +0 -0
  976. package/dist/run-chrome-profile/Default/Code Cache/js/14c7b4fbbd6e0749_0 +0 -0
  977. package/dist/run-chrome-profile/Default/Code Cache/js/15aff0f8cd4f022d_0 +0 -0
  978. package/dist/run-chrome-profile/Default/Code Cache/js/160dc9336b994b01_0 +0 -0
  979. package/dist/run-chrome-profile/Default/Code Cache/js/16394e764df13d76_0 +0 -0
  980. package/dist/run-chrome-profile/Default/Code Cache/js/166f4561a24c48be_0 +0 -0
  981. package/dist/run-chrome-profile/Default/Code Cache/js/172b237bc017862d_0 +0 -0
  982. package/dist/run-chrome-profile/Default/Code Cache/js/18c7820838aac4cf_0 +0 -0
  983. package/dist/run-chrome-profile/Default/Code Cache/js/18f617ee2e4fac5d_0 +0 -0
  984. package/dist/run-chrome-profile/Default/Code Cache/js/19f6466fb9b618ce_0 +0 -0
  985. package/dist/run-chrome-profile/Default/Code Cache/js/1a2822915a095c28_0 +0 -0
  986. package/dist/run-chrome-profile/Default/Code Cache/js/1a594b35007f5b24_0 +0 -0
  987. package/dist/run-chrome-profile/Default/Code Cache/js/1b5a04a8f66ab70c_0 +0 -0
  988. package/dist/run-chrome-profile/Default/Code Cache/js/1b6753ef78015a7c_0 +0 -0
  989. package/dist/run-chrome-profile/Default/Code Cache/js/1b959bf7516dfbeb_0 +0 -0
  990. package/dist/run-chrome-profile/Default/Code Cache/js/1d04bef2abfa72c6_0 +0 -0
  991. package/dist/run-chrome-profile/Default/Code Cache/js/1d4969a67c030ebd_0 +0 -0
  992. package/dist/run-chrome-profile/Default/Code Cache/js/1e2fa7db1e0cd73c_0 +0 -0
  993. package/dist/run-chrome-profile/Default/Code Cache/js/1e921bbbed108ab9_0 +0 -0
  994. package/dist/run-chrome-profile/Default/Code Cache/js/1fea22350ffb4a61_0 +0 -0
  995. package/dist/run-chrome-profile/Default/Code Cache/js/20a1d4f1d64a6e4a_0 +0 -0
  996. package/dist/run-chrome-profile/Default/Code Cache/js/210ddb5f34936d33_0 +0 -0
  997. package/dist/run-chrome-profile/Default/Code Cache/js/2156cb2335181f2c_0 +0 -0
  998. package/dist/run-chrome-profile/Default/Code Cache/js/218fe828c74bdb99_0 +0 -0
  999. package/dist/run-chrome-profile/Default/Code Cache/js/21c21c5d6a3777cf_0 +0 -0
  1000. package/dist/run-chrome-profile/Default/Code Cache/js/22510e6f41637f30_0 +0 -0
  1001. package/dist/run-chrome-profile/Default/Code Cache/js/2283c869cfb8558c_0 +0 -0
  1002. package/dist/run-chrome-profile/Default/Code Cache/js/234d4f33053f12f1_0 +0 -0
  1003. package/dist/run-chrome-profile/Default/Code Cache/js/2494b7d0570f92d3_0 +0 -0
  1004. package/dist/run-chrome-profile/Default/Code Cache/js/25d24c50d6908129_0 +0 -0
  1005. package/dist/run-chrome-profile/Default/Code Cache/js/2622a902af12ee6e_0 +0 -0
  1006. package/dist/run-chrome-profile/Default/Code Cache/js/27f359ab1b6ebc38_0 +0 -0
  1007. package/dist/run-chrome-profile/Default/Code Cache/js/297be3e566c6479f_0 +0 -0
  1008. package/dist/run-chrome-profile/Default/Code Cache/js/2a1daeaca0ff210d_0 +0 -0
  1009. package/dist/run-chrome-profile/Default/Code Cache/js/2a604d0bca408bd8_0 +0 -0
  1010. package/dist/run-chrome-profile/Default/Code Cache/js/2addf89f51257b3c_0 +0 -0
  1011. package/dist/run-chrome-profile/Default/Code Cache/js/2b3892f5db1614c8_0 +0 -0
  1012. package/dist/run-chrome-profile/Default/Code Cache/js/2b62fda5dda6d693_0 +0 -0
  1013. package/dist/run-chrome-profile/Default/Code Cache/js/2bdef6c284c0d9bd_0 +0 -0
  1014. package/dist/run-chrome-profile/Default/Code Cache/js/2c959c7add9210db_0 +0 -0
  1015. package/dist/run-chrome-profile/Default/Code Cache/js/2cdd1b1881d96ef5_0 +0 -0
  1016. package/dist/run-chrome-profile/Default/Code Cache/js/2de53de8b0352de9_0 +0 -0
  1017. package/dist/run-chrome-profile/Default/Code Cache/js/2e0cb1b54ffbeb0d_0 +0 -0
  1018. package/dist/run-chrome-profile/Default/Code Cache/js/2e51d9ab3381cfef_0 +0 -0
  1019. package/dist/run-chrome-profile/Default/Code Cache/js/2ed71b58ef1bc80c_0 +0 -0
  1020. package/dist/run-chrome-profile/Default/Code Cache/js/2f46488286bc97e7_0 +0 -0
  1021. package/dist/run-chrome-profile/Default/Code Cache/js/300981440b9b3a39_0 +0 -0
  1022. package/dist/run-chrome-profile/Default/Code Cache/js/3044f9471034c43d_0 +0 -0
  1023. package/dist/run-chrome-profile/Default/Code Cache/js/30ca2e31ddb36de6_0 +0 -0
  1024. package/dist/run-chrome-profile/Default/Code Cache/js/31742dd9d55aaddd_0 +0 -0
  1025. package/dist/run-chrome-profile/Default/Code Cache/js/317b6233373b6d1a_0 +0 -0
  1026. package/dist/run-chrome-profile/Default/Code Cache/js/335e69ddec2b9ac6_0 +0 -0
  1027. package/dist/run-chrome-profile/Default/Code Cache/js/33f61cd79ceeb01c_0 +0 -0
  1028. package/dist/run-chrome-profile/Default/Code Cache/js/353c5c7e8adf24b8_0 +0 -0
  1029. package/dist/run-chrome-profile/Default/Code Cache/js/357b1ed618c2ce00_0 +0 -0
  1030. package/dist/run-chrome-profile/Default/Code Cache/js/3728d25c4e493224_0 +0 -0
  1031. package/dist/run-chrome-profile/Default/Code Cache/js/374cd963eec5437f_0 +0 -0
  1032. package/dist/run-chrome-profile/Default/Code Cache/js/3c878b9c6b2711ba_0 +0 -0
  1033. package/dist/run-chrome-profile/Default/Code Cache/js/3cd6bc10eedb2bc2_0 +0 -0
  1034. package/dist/run-chrome-profile/Default/Code Cache/js/3d7a6b9ba7b8e97d_0 +0 -0
  1035. package/dist/run-chrome-profile/Default/Code Cache/js/3e8051f002d949e2_0 +0 -0
  1036. package/dist/run-chrome-profile/Default/Code Cache/js/40e8fed0d0b0e13a_0 +0 -0
  1037. package/dist/run-chrome-profile/Default/Code Cache/js/41d8a1078bf6d6f5_0 +0 -0
  1038. package/dist/run-chrome-profile/Default/Code Cache/js/421ce781bb1ceb5c_0 +0 -0
  1039. package/dist/run-chrome-profile/Default/Code Cache/js/421fdf9b8358adb8_0 +0 -0
  1040. package/dist/run-chrome-profile/Default/Code Cache/js/426fe3cc7f9b4f7f_0 +0 -0
  1041. package/dist/run-chrome-profile/Default/Code Cache/js/428372b27974976a_0 +0 -0
  1042. package/dist/run-chrome-profile/Default/Code Cache/js/43549a379bb9819d_0 +0 -0
  1043. package/dist/run-chrome-profile/Default/Code Cache/js/439330f5130e25e5_0 +0 -0
  1044. package/dist/run-chrome-profile/Default/Code Cache/js/4412c16ef40bdd4f_0 +0 -0
  1045. package/dist/run-chrome-profile/Default/Code Cache/js/44d5079ad5841b25_0 +0 -0
  1046. package/dist/run-chrome-profile/Default/Code Cache/js/4595ac3fab7c8d3f_0 +0 -0
  1047. package/dist/run-chrome-profile/Default/Code Cache/js/467705f5ff8936d7_0 +0 -0
  1048. package/dist/run-chrome-profile/Default/Code Cache/js/46b63bebf863cc28_0 +0 -0
  1049. package/dist/run-chrome-profile/Default/Code Cache/js/475305711e3daf6c_0 +0 -0
  1050. package/dist/run-chrome-profile/Default/Code Cache/js/476e356260f818d6_0 +0 -0
  1051. package/dist/run-chrome-profile/Default/Code Cache/js/47a4811439b25efc_0 +0 -0
  1052. package/dist/run-chrome-profile/Default/Code Cache/js/47f2768122c589dc_0 +0 -0
  1053. package/dist/run-chrome-profile/Default/Code Cache/js/4839e862318c0052_0 +0 -0
  1054. package/dist/run-chrome-profile/Default/Code Cache/js/48a57de545ab9ab3_0 +0 -0
  1055. package/dist/run-chrome-profile/Default/Code Cache/js/4ade40caa2a85163_0 +0 -0
  1056. package/dist/run-chrome-profile/Default/Code Cache/js/4af79e896bb3478c_0 +0 -0
  1057. package/dist/run-chrome-profile/Default/Code Cache/js/4b483885a6a374ae_0 +0 -0
  1058. package/dist/run-chrome-profile/Default/Code Cache/js/4c87a58b30ff8dec_0 +0 -0
  1059. package/dist/run-chrome-profile/Default/Code Cache/js/4d0401d2fd4a1671_0 +0 -0
  1060. package/dist/run-chrome-profile/Default/Code Cache/js/4e91338a51a6fed6_0 +0 -0
  1061. package/dist/run-chrome-profile/Default/Code Cache/js/4eaa4a8564dcc482_0 +0 -0
  1062. package/dist/run-chrome-profile/Default/Code Cache/js/501112e8d0ad672e_0 +0 -0
  1063. package/dist/run-chrome-profile/Default/Code Cache/js/50bc480940bf007c_0 +0 -0
  1064. package/dist/run-chrome-profile/Default/Code Cache/js/50ecfe1d0cdaaebb_0 +0 -0
  1065. package/dist/run-chrome-profile/Default/Code Cache/js/52648138c13cdad2_0 +0 -0
  1066. package/dist/run-chrome-profile/Default/Code Cache/js/52889b6fe9a777e2_0 +0 -0
  1067. package/dist/run-chrome-profile/Default/Code Cache/js/52d4fec1241d1282_0 +0 -0
  1068. package/dist/run-chrome-profile/Default/Code Cache/js/54ab6fa852954dd0_0 +0 -0
  1069. package/dist/run-chrome-profile/Default/Code Cache/js/55cd33a7ec1bbb18_0 +0 -0
  1070. package/dist/run-chrome-profile/Default/Code Cache/js/55dcbef76fc187d4_0 +0 -0
  1071. package/dist/run-chrome-profile/Default/Code Cache/js/56204ae624861bc2_0 +0 -0
  1072. package/dist/run-chrome-profile/Default/Code Cache/js/56560d269952a184_0 +0 -0
  1073. package/dist/run-chrome-profile/Default/Code Cache/js/576c40965db3e73d_0 +0 -0
  1074. package/dist/run-chrome-profile/Default/Code Cache/js/58ee5208092006d0_0 +0 -0
  1075. package/dist/run-chrome-profile/Default/Code Cache/js/592c52eae03ef125_0 +0 -0
  1076. package/dist/run-chrome-profile/Default/Code Cache/js/593699f372d3369c_0 +0 -0
  1077. package/dist/run-chrome-profile/Default/Code Cache/js/5b217ff9b78b30de_0 +0 -0
  1078. package/dist/run-chrome-profile/Default/Code Cache/js/5c69a30d82a5fb17_0 +0 -0
  1079. package/dist/run-chrome-profile/Default/Code Cache/js/5d03e9ca5ee49af4_0 +0 -0
  1080. package/dist/run-chrome-profile/Default/Code Cache/js/5d2bfab8a55b80c8_0 +0 -0
  1081. package/dist/run-chrome-profile/Default/Code Cache/js/5e57d94700f19137_0 +0 -0
  1082. package/dist/run-chrome-profile/Default/Code Cache/js/5e8b90853356e637_0 +0 -0
  1083. package/dist/run-chrome-profile/Default/Code Cache/js/5eb86be991e1ff79_0 +0 -0
  1084. package/dist/run-chrome-profile/Default/Code Cache/js/5f36256b41411f6f_0 +0 -0
  1085. package/dist/run-chrome-profile/Default/Code Cache/js/5f42dacd1049ee4f_0 +0 -0
  1086. package/dist/run-chrome-profile/Default/Code Cache/js/6106cc3cf0508822_0 +0 -0
  1087. package/dist/run-chrome-profile/Default/Code Cache/js/617885bb170208d2_0 +0 -0
  1088. package/dist/run-chrome-profile/Default/Code Cache/js/61a62b4aaec50dc8_0 +0 -0
  1089. package/dist/run-chrome-profile/Default/Code Cache/js/6237ab24b47ae5c0_0 +0 -0
  1090. package/dist/run-chrome-profile/Default/Code Cache/js/632d05ee66c9abd6_0 +0 -0
  1091. package/dist/run-chrome-profile/Default/Code Cache/js/636b85e4e2776e26_0 +0 -0
  1092. package/dist/run-chrome-profile/Default/Code Cache/js/6376ee24f1ee1451_0 +0 -0
  1093. package/dist/run-chrome-profile/Default/Code Cache/js/643987a9c1415294_0 +0 -0
  1094. package/dist/run-chrome-profile/Default/Code Cache/js/64849f954a94216e_0 +0 -0
  1095. package/dist/run-chrome-profile/Default/Code Cache/js/64d1fa56dcdb9237_0 +0 -0
  1096. package/dist/run-chrome-profile/Default/Code Cache/js/65070d99886440c7_0 +0 -0
  1097. package/dist/run-chrome-profile/Default/Code Cache/js/6580147029871082_0 +0 -0
  1098. package/dist/run-chrome-profile/Default/Code Cache/js/677283bf7d2de4f2_0 +0 -0
  1099. package/dist/run-chrome-profile/Default/Code Cache/js/67f61cd5b43a1afc_0 +0 -0
  1100. package/dist/run-chrome-profile/Default/Code Cache/js/68f6d50d7c196b98_0 +0 -0
  1101. package/dist/run-chrome-profile/Default/Code Cache/js/69fff5bac87ee252_0 +0 -0
  1102. package/dist/run-chrome-profile/Default/Code Cache/js/6a2632949ccbdfb3_0 +0 -0
  1103. package/dist/run-chrome-profile/Default/Code Cache/js/6a9cf2ffa8b1c00d_0 +0 -0
  1104. package/dist/run-chrome-profile/Default/Code Cache/js/6aec1e7616284cdd_0 +0 -0
  1105. package/dist/run-chrome-profile/Default/Code Cache/js/6b9ebc5150a9c677_0 +0 -0
  1106. package/dist/run-chrome-profile/Default/Code Cache/js/6bd45323c554dcf5_0 +0 -0
  1107. package/dist/run-chrome-profile/Default/Code Cache/js/6c2ba94caef0b041_0 +0 -0
  1108. package/dist/run-chrome-profile/Default/Code Cache/js/6d0b78a7984afdac_0 +0 -0
  1109. package/dist/run-chrome-profile/Default/Code Cache/js/6d24f0c191e97949_0 +0 -0
  1110. package/dist/run-chrome-profile/Default/Code Cache/js/6d46ad6ea661eb81_0 +0 -0
  1111. package/dist/run-chrome-profile/Default/Code Cache/js/6ff46cda22c76dee_0 +0 -0
  1112. package/dist/run-chrome-profile/Default/Code Cache/js/709116d430f58b52_0 +0 -0
  1113. package/dist/run-chrome-profile/Default/Code Cache/js/70f19721437e0f44_0 +0 -0
  1114. package/dist/run-chrome-profile/Default/Code Cache/js/729d78879fbcc8b1_0 +0 -0
  1115. package/dist/run-chrome-profile/Default/Code Cache/js/73a475dbc6ba7093_0 +0 -0
  1116. package/dist/run-chrome-profile/Default/Code Cache/js/73d0ea53400d0fdd_0 +0 -0
  1117. package/dist/run-chrome-profile/Default/Code Cache/js/753519a982b7ae5c_0 +0 -0
  1118. package/dist/run-chrome-profile/Default/Code Cache/js/7576f887f8c7dedf_0 +0 -0
  1119. package/dist/run-chrome-profile/Default/Code Cache/js/75aac85d02f12630_0 +0 -0
  1120. package/dist/run-chrome-profile/Default/Code Cache/js/777dd155fe2a955b_0 +0 -0
  1121. package/dist/run-chrome-profile/Default/Code Cache/js/77961bdc2429b753_0 +0 -0
  1122. package/dist/run-chrome-profile/Default/Code Cache/js/78657db0e3838ffd_0 +0 -0
  1123. package/dist/run-chrome-profile/Default/Code Cache/js/78bc28bf73da65e6_0 +0 -0
  1124. package/dist/run-chrome-profile/Default/Code Cache/js/797cc4af22a5eb84_0 +0 -0
  1125. package/dist/run-chrome-profile/Default/Code Cache/js/79e14429073fd33f_0 +0 -0
  1126. package/dist/run-chrome-profile/Default/Code Cache/js/7a50169671e86587_0 +0 -0
  1127. package/dist/run-chrome-profile/Default/Code Cache/js/7b8636e48f12bda9_0 +0 -0
  1128. package/dist/run-chrome-profile/Default/Code Cache/js/7b8b5aeabe01b7c1_0 +0 -0
  1129. package/dist/run-chrome-profile/Default/Code Cache/js/7b904bb55a7d364b_0 +0 -0
  1130. package/dist/run-chrome-profile/Default/Code Cache/js/7c7f56c5a1dc393a_0 +0 -0
  1131. package/dist/run-chrome-profile/Default/Code Cache/js/7cecef9e1ec7b96b_0 +0 -0
  1132. package/dist/run-chrome-profile/Default/Code Cache/js/7d4d247cf89fed3f_0 +0 -0
  1133. package/dist/run-chrome-profile/Default/Code Cache/js/7d53e29663da0b76_0 +0 -0
  1134. package/dist/run-chrome-profile/Default/Code Cache/js/7d602a3fb702d9c5_0 +0 -0
  1135. package/dist/run-chrome-profile/Default/Code Cache/js/7d756e2297b84ef9_0 +0 -0
  1136. package/dist/run-chrome-profile/Default/Code Cache/js/7dca6b796e508d36_0 +0 -0
  1137. package/dist/run-chrome-profile/Default/Code Cache/js/7dcc68b5dc547724_0 +0 -0
  1138. package/dist/run-chrome-profile/Default/Code Cache/js/7de5984ad8bbbe27_0 +0 -0
  1139. package/dist/run-chrome-profile/Default/Code Cache/js/7f09ec539e0fe6dc_0 +0 -0
  1140. package/dist/run-chrome-profile/Default/Code Cache/js/7f319a0fe98fc039_0 +0 -0
  1141. package/dist/run-chrome-profile/Default/Code Cache/js/7fdecf2c90b2b00f_0 +0 -0
  1142. package/dist/run-chrome-profile/Default/Code Cache/js/80566d88347dc339_0 +0 -0
  1143. package/dist/run-chrome-profile/Default/Code Cache/js/8169640a1b3d91c4_0 +0 -0
  1144. package/dist/run-chrome-profile/Default/Code Cache/js/8180fde354740f21_0 +0 -0
  1145. package/dist/run-chrome-profile/Default/Code Cache/js/820d5c605988b1ad_0 +0 -0
  1146. package/dist/run-chrome-profile/Default/Code Cache/js/8266de2634c4461a_0 +0 -0
  1147. package/dist/run-chrome-profile/Default/Code Cache/js/838d85c38184d753_0 +0 -0
  1148. package/dist/run-chrome-profile/Default/Code Cache/js/83b3c7cb7cb0bbd6_0 +0 -0
  1149. package/dist/run-chrome-profile/Default/Code Cache/js/850049fb95c84ac5_0 +0 -0
  1150. package/dist/run-chrome-profile/Default/Code Cache/js/8610e9422e43cb24_0 +0 -0
  1151. package/dist/run-chrome-profile/Default/Code Cache/js/868f6954d305c08c_0 +0 -0
  1152. package/dist/run-chrome-profile/Default/Code Cache/js/86ae333aa686cf0c_0 +0 -0
  1153. package/dist/run-chrome-profile/Default/Code Cache/js/86e328bbd5e6565a_0 +0 -0
  1154. package/dist/run-chrome-profile/Default/Code Cache/js/86f57b3af810b421_0 +0 -0
  1155. package/dist/run-chrome-profile/Default/Code Cache/js/875a427eaaa6f383_0 +0 -0
  1156. package/dist/run-chrome-profile/Default/Code Cache/js/88555a582271a82e_0 +0 -0
  1157. package/dist/run-chrome-profile/Default/Code Cache/js/8872644784a95c5c_0 +0 -0
  1158. package/dist/run-chrome-profile/Default/Code Cache/js/89e3c315911f7817_0 +0 -0
  1159. package/dist/run-chrome-profile/Default/Code Cache/js/8a435678fa8c0faf_0 +0 -0
  1160. package/dist/run-chrome-profile/Default/Code Cache/js/8a777a3bf7f3480d_0 +0 -0
  1161. package/dist/run-chrome-profile/Default/Code Cache/js/8a97abef9c409a22_0 +0 -0
  1162. package/dist/run-chrome-profile/Default/Code Cache/js/8ac26801df85b7cb_0 +0 -0
  1163. package/dist/run-chrome-profile/Default/Code Cache/js/8ac82e7d6d31f44a_0 +0 -0
  1164. package/dist/run-chrome-profile/Default/Code Cache/js/8c99c923d9fb3de9_0 +0 -0
  1165. package/dist/run-chrome-profile/Default/Code Cache/js/8cd3b22c62befc2e_0 +0 -0
  1166. package/dist/run-chrome-profile/Default/Code Cache/js/8d41487cd646b738_0 +0 -0
  1167. package/dist/run-chrome-profile/Default/Code Cache/js/8d4691c1df8a8a02_0 +0 -0
  1168. package/dist/run-chrome-profile/Default/Code Cache/js/8d54c75cf4fb6f94_0 +0 -0
  1169. package/dist/run-chrome-profile/Default/Code Cache/js/8dc22a3a485c3fec_0 +0 -0
  1170. package/dist/run-chrome-profile/Default/Code Cache/js/8e80d80fcd208fc2_0 +0 -0
  1171. package/dist/run-chrome-profile/Default/Code Cache/js/8fd1dbdd2d9cf99e_0 +0 -0
  1172. package/dist/run-chrome-profile/Default/Code Cache/js/90003fa4cdfd16ef_0 +0 -0
  1173. package/dist/run-chrome-profile/Default/Code Cache/js/935e91fc3773503f_0 +0 -0
  1174. package/dist/run-chrome-profile/Default/Code Cache/js/94a3703a4374f8c5_0 +0 -0
  1175. package/dist/run-chrome-profile/Default/Code Cache/js/94d8c1abfbf92be6_0 +0 -0
  1176. package/dist/run-chrome-profile/Default/Code Cache/js/9531d407871d4520_0 +0 -0
  1177. package/dist/run-chrome-profile/Default/Code Cache/js/95a62562b95ac9f9_0 +0 -0
  1178. package/dist/run-chrome-profile/Default/Code Cache/js/95ec019f4ca189d1_0 +0 -0
  1179. package/dist/run-chrome-profile/Default/Code Cache/js/968de7e076ed108b_0 +0 -0
  1180. package/dist/run-chrome-profile/Default/Code Cache/js/978a2090519651da_0 +0 -0
  1181. package/dist/run-chrome-profile/Default/Code Cache/js/986a45c42ca5deb3_0 +0 -0
  1182. package/dist/run-chrome-profile/Default/Code Cache/js/9907222ef4b6f97b_0 +0 -0
  1183. package/dist/run-chrome-profile/Default/Code Cache/js/9924588aca4ceae7_0 +0 -0
  1184. package/dist/run-chrome-profile/Default/Code Cache/js/9b34a0ee90d15520_0 +0 -0
  1185. package/dist/run-chrome-profile/Default/Code Cache/js/9b50b20294871cbf_0 +0 -0
  1186. package/dist/run-chrome-profile/Default/Code Cache/js/9b6ef7d7a65e720d_0 +0 -0
  1187. package/dist/run-chrome-profile/Default/Code Cache/js/9ba857de9d223f07_0 +0 -0
  1188. package/dist/run-chrome-profile/Default/Code Cache/js/9bba43a9e2358d9f_0 +0 -0
  1189. package/dist/run-chrome-profile/Default/Code Cache/js/9c31ebb761b91e6b_0 +0 -0
  1190. package/dist/run-chrome-profile/Default/Code Cache/js/9cb64d5cc5d2d2d1_0 +0 -0
  1191. package/dist/run-chrome-profile/Default/Code Cache/js/9e1d9e94fcf0c62d_0 +0 -0
  1192. package/dist/run-chrome-profile/Default/Code Cache/js/9e384c2b2f26947a_0 +0 -0
  1193. package/dist/run-chrome-profile/Default/Code Cache/js/9e5e8d385e4531af_0 +0 -0
  1194. package/dist/run-chrome-profile/Default/Code Cache/js/9f2327cff1838a92_0 +0 -0
  1195. package/dist/run-chrome-profile/Default/Code Cache/js/9f244dc546e2080c_0 +0 -0
  1196. package/dist/run-chrome-profile/Default/Code Cache/js/9f64f66ec93f5ae9_0 +0 -0
  1197. package/dist/run-chrome-profile/Default/Code Cache/js/9ffe9c42ecef86ed_0 +0 -0
  1198. package/dist/run-chrome-profile/Default/Code Cache/js/a03da464254a48ba_0 +0 -0
  1199. package/dist/run-chrome-profile/Default/Code Cache/js/a096196665df2f44_0 +0 -0
  1200. package/dist/run-chrome-profile/Default/Code Cache/js/a30b9645db60c766_0 +0 -0
  1201. package/dist/run-chrome-profile/Default/Code Cache/js/a34198895135067c_0 +0 -0
  1202. package/dist/run-chrome-profile/Default/Code Cache/js/a572b6bb234d4a65_0 +0 -0
  1203. package/dist/run-chrome-profile/Default/Code Cache/js/a69226eb7e1fcb4a_0 +0 -0
  1204. package/dist/run-chrome-profile/Default/Code Cache/js/a75cae6f0b6f7bae_0 +0 -0
  1205. package/dist/run-chrome-profile/Default/Code Cache/js/a8bfd7ab3bf7adbd_0 +0 -0
  1206. package/dist/run-chrome-profile/Default/Code Cache/js/a92fc2d2b9d9f0a4_0 +0 -0
  1207. package/dist/run-chrome-profile/Default/Code Cache/js/aa6e4fc72ee2e677_0 +0 -0
  1208. package/dist/run-chrome-profile/Default/Code Cache/js/aa7c7f8c5a389837_0 +0 -0
  1209. package/dist/run-chrome-profile/Default/Code Cache/js/aa7f7e614188fc3e_0 +0 -0
  1210. package/dist/run-chrome-profile/Default/Code Cache/js/ac87cea36489aa68_0 +0 -0
  1211. package/dist/run-chrome-profile/Default/Code Cache/js/acbb045034e3520b_0 +0 -0
  1212. package/dist/run-chrome-profile/Default/Code Cache/js/ace218029198308e_0 +0 -0
  1213. package/dist/run-chrome-profile/Default/Code Cache/js/ada793aed703b982_0 +0 -0
  1214. package/dist/run-chrome-profile/Default/Code Cache/js/aec4d08996b946ca_0 +0 -0
  1215. package/dist/run-chrome-profile/Default/Code Cache/js/af7a1a649ae2ab76_0 +0 -0
  1216. package/dist/run-chrome-profile/Default/Code Cache/js/b06d67441166be3d_0 +0 -0
  1217. package/dist/run-chrome-profile/Default/Code Cache/js/b16e1da8768bcc2b_0 +0 -0
  1218. package/dist/run-chrome-profile/Default/Code Cache/js/b19086577e508e98_0 +0 -0
  1219. package/dist/run-chrome-profile/Default/Code Cache/js/b190a9e98a3382ef_0 +0 -0
  1220. package/dist/run-chrome-profile/Default/Code Cache/js/b28b0c2f56985844_0 +0 -0
  1221. package/dist/run-chrome-profile/Default/Code Cache/js/b2b64bb039eba0ea_0 +0 -0
  1222. package/dist/run-chrome-profile/Default/Code Cache/js/b31c5d622693aebf_0 +0 -0
  1223. package/dist/run-chrome-profile/Default/Code Cache/js/b388ba6b6ac2bb9f_0 +0 -0
  1224. package/dist/run-chrome-profile/Default/Code Cache/js/b45f5c2e8ed788a3_0 +0 -0
  1225. package/dist/run-chrome-profile/Default/Code Cache/js/b4f8d120b2233244_0 +0 -0
  1226. package/dist/run-chrome-profile/Default/Code Cache/js/b5664876c81ccdff_0 +0 -0
  1227. package/dist/run-chrome-profile/Default/Code Cache/js/b5d00710776b3b78_0 +0 -0
  1228. package/dist/run-chrome-profile/Default/Code Cache/js/b709b3e74b142af8_0 +0 -0
  1229. package/dist/run-chrome-profile/Default/Code Cache/js/b7124af592fcf158_0 +0 -0
  1230. package/dist/run-chrome-profile/Default/Code Cache/js/b74aebd1906c50c5_0 +0 -0
  1231. package/dist/run-chrome-profile/Default/Code Cache/js/b805908452d03f01_0 +0 -0
  1232. package/dist/run-chrome-profile/Default/Code Cache/js/b82777fb8d2fbb9b_0 +0 -0
  1233. package/dist/run-chrome-profile/Default/Code Cache/js/b89411825322fd2b_0 +0 -0
  1234. package/dist/run-chrome-profile/Default/Code Cache/js/b90d3fe650c9fc17_0 +0 -0
  1235. package/dist/run-chrome-profile/Default/Code Cache/js/b90ee7240d1c4bbc_0 +0 -0
  1236. package/dist/run-chrome-profile/Default/Code Cache/js/b9545ece69ffb39c_0 +0 -0
  1237. package/dist/run-chrome-profile/Default/Code Cache/js/b958fd1e789ecb09_0 +0 -0
  1238. package/dist/run-chrome-profile/Default/Code Cache/js/b97c948285070cc1_0 +0 -0
  1239. package/dist/run-chrome-profile/Default/Code Cache/js/ba27ed1004080986_0 +0 -0
  1240. package/dist/run-chrome-profile/Default/Code Cache/js/ba446f34fd660131_0 +0 -0
  1241. package/dist/run-chrome-profile/Default/Code Cache/js/bb56b33b86e02ac1_0 +0 -0
  1242. package/dist/run-chrome-profile/Default/Code Cache/js/bb73c6570251aa2d_0 +0 -0
  1243. package/dist/run-chrome-profile/Default/Code Cache/js/bc1ea834c2eb1073_0 +0 -0
  1244. package/dist/run-chrome-profile/Default/Code Cache/js/bc23041395ad3ce5_0 +0 -0
  1245. package/dist/run-chrome-profile/Default/Code Cache/js/bca2cbc717022d6f_0 +0 -0
  1246. package/dist/run-chrome-profile/Default/Code Cache/js/bd25d8bae4a347fb_0 +0 -0
  1247. package/dist/run-chrome-profile/Default/Code Cache/js/bea0986ce163c733_0 +0 -0
  1248. package/dist/run-chrome-profile/Default/Code Cache/js/c17ce661aaf8a5e7_0 +0 -0
  1249. package/dist/run-chrome-profile/Default/Code Cache/js/c2b4e8597e4738ff_0 +0 -0
  1250. package/dist/run-chrome-profile/Default/Code Cache/js/c4d55d3209764edb_0 +0 -0
  1251. package/dist/run-chrome-profile/Default/Code Cache/js/c52ea8a4c9cfdd43_0 +0 -0
  1252. package/dist/run-chrome-profile/Default/Code Cache/js/c5342b603d943d71_0 +0 -0
  1253. package/dist/run-chrome-profile/Default/Code Cache/js/c6facb13815a883c_0 +0 -0
  1254. package/dist/run-chrome-profile/Default/Code Cache/js/c849b751eadcbd0d_0 +0 -0
  1255. package/dist/run-chrome-profile/Default/Code Cache/js/c8bf7b7026909b3a_0 +0 -0
  1256. package/dist/run-chrome-profile/Default/Code Cache/js/c9394f4d42e3dd7e_0 +0 -0
  1257. package/dist/run-chrome-profile/Default/Code Cache/js/c95eaa23d6f3eba3_0 +0 -0
  1258. package/dist/run-chrome-profile/Default/Code Cache/js/c9a2d8e6c9cf4f2e_0 +0 -0
  1259. package/dist/run-chrome-profile/Default/Code Cache/js/ca38f0a096611ce3_0 +0 -0
  1260. package/dist/run-chrome-profile/Default/Code Cache/js/ca50f2307404aea6_0 +0 -0
  1261. package/dist/run-chrome-profile/Default/Code Cache/js/ca8e2bdf658dce8d_0 +0 -0
  1262. package/dist/run-chrome-profile/Default/Code Cache/js/cb3b1312022f1f82_0 +0 -0
  1263. package/dist/run-chrome-profile/Default/Code Cache/js/ccd60987c6a7b9cc_0 +0 -0
  1264. package/dist/run-chrome-profile/Default/Code Cache/js/cee8562a3257185d_0 +0 -0
  1265. package/dist/run-chrome-profile/Default/Code Cache/js/cef8190dd50ce267_0 +0 -0
  1266. package/dist/run-chrome-profile/Default/Code Cache/js/d01f7a9cdab6873b_0 +0 -0
  1267. package/dist/run-chrome-profile/Default/Code Cache/js/d07277dfff3785e4_0 +0 -0
  1268. package/dist/run-chrome-profile/Default/Code Cache/js/d1e33d1b9b34b3f6_0 +0 -0
  1269. package/dist/run-chrome-profile/Default/Code Cache/js/d28297f06df0bc99_0 +0 -0
  1270. package/dist/run-chrome-profile/Default/Code Cache/js/d28a88310c344a50_0 +0 -0
  1271. package/dist/run-chrome-profile/Default/Code Cache/js/d33972a282105d9b_0 +0 -0
  1272. package/dist/run-chrome-profile/Default/Code Cache/js/d3ca95383b41b475_0 +0 -0
  1273. package/dist/run-chrome-profile/Default/Code Cache/js/d4a580a9477d24c3_0 +0 -0
  1274. package/dist/run-chrome-profile/Default/Code Cache/js/d4bebff73621702d_0 +0 -0
  1275. package/dist/run-chrome-profile/Default/Code Cache/js/d569389601e38a8d_0 +0 -0
  1276. package/dist/run-chrome-profile/Default/Code Cache/js/d8048cf7d280a79c_0 +0 -0
  1277. package/dist/run-chrome-profile/Default/Code Cache/js/d81c699b2c51b52f_0 +0 -0
  1278. package/dist/run-chrome-profile/Default/Code Cache/js/d833cd33af1db7c6_0 +0 -0
  1279. package/dist/run-chrome-profile/Default/Code Cache/js/d83d7c0f91e198a2_0 +0 -0
  1280. package/dist/run-chrome-profile/Default/Code Cache/js/d876d0d7d35cd53f_0 +0 -0
  1281. package/dist/run-chrome-profile/Default/Code Cache/js/d91fc36c8dfd76dc_0 +0 -0
  1282. package/dist/run-chrome-profile/Default/Code Cache/js/da3053b3a1655e18_0 +0 -0
  1283. package/dist/run-chrome-profile/Default/Code Cache/js/da4b4dbaf7341abd_0 +0 -0
  1284. package/dist/run-chrome-profile/Default/Code Cache/js/da5d9651533e694c_0 +0 -0
  1285. package/dist/run-chrome-profile/Default/Code Cache/js/db1dd4e4c444cffc_0 +0 -0
  1286. package/dist/run-chrome-profile/Default/Code Cache/js/db28c86066491bc9_0 +0 -0
  1287. package/dist/run-chrome-profile/Default/Code Cache/js/db80d672a14a2d79_0 +0 -0
  1288. package/dist/run-chrome-profile/Default/Code Cache/js/dbd433fca3179c24_0 +0 -0
  1289. package/dist/run-chrome-profile/Default/Code Cache/js/dce3001693bfcf17_0 +0 -0
  1290. package/dist/run-chrome-profile/Default/Code Cache/js/dd9e359aa8361290_0 +0 -0
  1291. package/dist/run-chrome-profile/Default/Code Cache/js/deb9fa67d9fa2ca8_0 +0 -0
  1292. package/dist/run-chrome-profile/Default/Code Cache/js/decb0b4020823f4b_0 +0 -0
  1293. package/dist/run-chrome-profile/Default/Code Cache/js/defaae07153cc37c_0 +0 -0
  1294. package/dist/run-chrome-profile/Default/Code Cache/js/df965b1843958482_0 +0 -0
  1295. package/dist/run-chrome-profile/Default/Code Cache/js/df9da550ea6d3003_0 +0 -0
  1296. package/dist/run-chrome-profile/Default/Code Cache/js/dfeac1d0c35d1523_0 +0 -0
  1297. package/dist/run-chrome-profile/Default/Code Cache/js/e04da3ea8c9c8bc7_0 +0 -0
  1298. package/dist/run-chrome-profile/Default/Code Cache/js/e1124c20e98dc334_0 +0 -0
  1299. package/dist/run-chrome-profile/Default/Code Cache/js/e1435a1865ecedae_0 +0 -0
  1300. package/dist/run-chrome-profile/Default/Code Cache/js/e1a42690fdd6ca1c_0 +0 -0
  1301. package/dist/run-chrome-profile/Default/Code Cache/js/e294dddf50ab1239_0 +0 -0
  1302. package/dist/run-chrome-profile/Default/Code Cache/js/e37b7381e1c626e4_0 +0 -0
  1303. package/dist/run-chrome-profile/Default/Code Cache/js/e710d9d875db9361_0 +0 -0
  1304. package/dist/run-chrome-profile/Default/Code Cache/js/e7412d338f3c2ecc_0 +0 -0
  1305. package/dist/run-chrome-profile/Default/Code Cache/js/e8b349fcd0efc248_0 +0 -0
  1306. package/dist/run-chrome-profile/Default/Code Cache/js/e8e3a161f7048c95_0 +0 -0
  1307. package/dist/run-chrome-profile/Default/Code Cache/js/e9157db34149d784_0 +0 -0
  1308. package/dist/run-chrome-profile/Default/Code Cache/js/ea40c06a100449a7_0 +0 -0
  1309. package/dist/run-chrome-profile/Default/Code Cache/js/ea8cd6edcea7f3af_0 +0 -0
  1310. package/dist/run-chrome-profile/Default/Code Cache/js/ebec3c2188dafe06_0 +0 -0
  1311. package/dist/run-chrome-profile/Default/Code Cache/js/ecdc2e6f5c0392c2_0 +0 -0
  1312. package/dist/run-chrome-profile/Default/Code Cache/js/ed03d8327d3d46c1_0 +0 -0
  1313. package/dist/run-chrome-profile/Default/Code Cache/js/ee08c28427b16c56_0 +0 -0
  1314. package/dist/run-chrome-profile/Default/Code Cache/js/eeac561eef83a501_0 +0 -0
  1315. package/dist/run-chrome-profile/Default/Code Cache/js/eee62f8d83167d40_0 +0 -0
  1316. package/dist/run-chrome-profile/Default/Code Cache/js/ef4dbf37533f63ce_0 +0 -0
  1317. package/dist/run-chrome-profile/Default/Code Cache/js/f0572c9ab2f19dd1_0 +0 -0
  1318. package/dist/run-chrome-profile/Default/Code Cache/js/f0819133f5046acb_0 +0 -0
  1319. package/dist/run-chrome-profile/Default/Code Cache/js/f29fc4182015cd04_0 +0 -0
  1320. package/dist/run-chrome-profile/Default/Code Cache/js/f2b16bc817967051_0 +0 -0
  1321. package/dist/run-chrome-profile/Default/Code Cache/js/f36943988045e4d1_0 +0 -0
  1322. package/dist/run-chrome-profile/Default/Code Cache/js/f46efcf552dd542a_0 +0 -0
  1323. package/dist/run-chrome-profile/Default/Code Cache/js/f58de72760a572ce_0 +0 -0
  1324. package/dist/run-chrome-profile/Default/Code Cache/js/f667e42e95c12397_0 +0 -0
  1325. package/dist/run-chrome-profile/Default/Code Cache/js/f735b670a4f7a234_0 +0 -0
  1326. package/dist/run-chrome-profile/Default/Code Cache/js/faf451730d565575_0 +0 -0
  1327. package/dist/run-chrome-profile/Default/Code Cache/js/fb06edfe8bead3fc_0 +0 -0
  1328. package/dist/run-chrome-profile/Default/Code Cache/js/fbcdc59a6310e763_0 +0 -0
  1329. package/dist/run-chrome-profile/Default/Code Cache/js/fc5b6dec14e9d34c_0 +0 -0
  1330. package/dist/run-chrome-profile/Default/Code Cache/js/fc69a509c3d58d04_0 +0 -0
  1331. package/dist/run-chrome-profile/Default/Code Cache/js/fd557caf7be39251_0 +0 -0
  1332. package/dist/run-chrome-profile/Default/Code Cache/js/fd7cf0b9dd81c15e_0 +0 -0
  1333. package/dist/run-chrome-profile/Default/Code Cache/js/fe7102374ac7d7d6_0 +0 -0
  1334. package/dist/run-chrome-profile/Default/Code Cache/js/ffc9bc950585d9b1_0 +0 -0
  1335. package/dist/run-chrome-profile/Default/Code Cache/js/index +0 -0
  1336. package/dist/run-chrome-profile/Default/Code Cache/js/index-dir/the-real-index +0 -0
  1337. package/dist/run-chrome-profile/Default/Code Cache/wasm/index +0 -0
  1338. package/dist/run-chrome-profile/Default/Code Cache/wasm/index-dir/the-real-index +0 -0
  1339. package/dist/run-chrome-profile/Default/Cookies +0 -0
  1340. package/dist/run-chrome-profile/Default/Cookies-journal +0 -0
  1341. package/dist/run-chrome-profile/Default/DIPS +0 -0
  1342. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_0 +0 -0
  1343. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_1 +0 -0
  1344. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_2 +0 -0
  1345. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_3 +0 -0
  1346. package/dist/run-chrome-profile/Default/DawnGraphiteCache/index +0 -0
  1347. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_0 +0 -0
  1348. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_1 +0 -0
  1349. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_2 +0 -0
  1350. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_3 +0 -0
  1351. package/dist/run-chrome-profile/Default/DawnWebGPUCache/index +0 -0
  1352. package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOCK +0 -0
  1353. package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG +0 -0
  1354. package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG.old +0 -0
  1355. package/dist/run-chrome-profile/Default/Extension Cookies +0 -0
  1356. package/dist/run-chrome-profile/Default/Extension Cookies-journal +0 -0
  1357. package/dist/run-chrome-profile/Default/Extension Rules/000003.log +0 -0
  1358. package/dist/run-chrome-profile/Default/Extension Rules/CURRENT +0 -1
  1359. package/dist/run-chrome-profile/Default/Extension Rules/LOCK +0 -0
  1360. package/dist/run-chrome-profile/Default/Extension Rules/LOG +0 -3
  1361. package/dist/run-chrome-profile/Default/Extension Rules/LOG.old +0 -3
  1362. package/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001 +0 -0
  1363. package/dist/run-chrome-profile/Default/Extension Scripts/000003.log +0 -0
  1364. package/dist/run-chrome-profile/Default/Extension Scripts/CURRENT +0 -1
  1365. package/dist/run-chrome-profile/Default/Extension Scripts/LOCK +0 -0
  1366. package/dist/run-chrome-profile/Default/Extension Scripts/LOG +0 -3
  1367. package/dist/run-chrome-profile/Default/Extension Scripts/LOG.old +0 -3
  1368. package/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001 +0 -0
  1369. package/dist/run-chrome-profile/Default/Extension State/000003.log +0 -0
  1370. package/dist/run-chrome-profile/Default/Extension State/CURRENT +0 -1
  1371. package/dist/run-chrome-profile/Default/Extension State/LOCK +0 -0
  1372. package/dist/run-chrome-profile/Default/Extension State/LOG +0 -3
  1373. package/dist/run-chrome-profile/Default/Extension State/LOG.old +0 -3
  1374. package/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001 +0 -0
  1375. package/dist/run-chrome-profile/Default/Favicons +0 -0
  1376. package/dist/run-chrome-profile/Default/Favicons-journal +0 -0
  1377. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOCK +0 -0
  1378. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG +0 -0
  1379. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG.old +0 -0
  1380. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOCK +0 -0
  1381. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG +0 -0
  1382. package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG.old +0 -0
  1383. package/dist/run-chrome-profile/Default/GPUCache/data_0 +0 -0
  1384. package/dist/run-chrome-profile/Default/GPUCache/data_1 +0 -0
  1385. package/dist/run-chrome-profile/Default/GPUCache/data_2 +0 -0
  1386. package/dist/run-chrome-profile/Default/GPUCache/data_3 +0 -0
  1387. package/dist/run-chrome-profile/Default/GPUCache/index +0 -0
  1388. package/dist/run-chrome-profile/Default/History +0 -0
  1389. package/dist/run-chrome-profile/Default/History-journal +0 -0
  1390. package/dist/run-chrome-profile/Default/InterestGroups +0 -0
  1391. package/dist/run-chrome-profile/Default/LOCK +0 -0
  1392. package/dist/run-chrome-profile/Default/LOG +0 -0
  1393. package/dist/run-chrome-profile/Default/LOG.old +0 -0
  1394. package/dist/run-chrome-profile/Default/Local Extension Settings/lbffejbpcfhhlobfihahkjacidchbokb/000003.log +0 -0
  1395. package/dist/run-chrome-profile/Default/Local Extension Settings/lbffejbpcfhhlobfihahkjacidchbokb/CURRENT +0 -1
  1396. package/dist/run-chrome-profile/Default/Local Extension Settings/lbffejbpcfhhlobfihahkjacidchbokb/LOCK +0 -0
  1397. package/dist/run-chrome-profile/Default/Local Extension Settings/lbffejbpcfhhlobfihahkjacidchbokb/LOG +0 -3
  1398. package/dist/run-chrome-profile/Default/Local Extension Settings/lbffejbpcfhhlobfihahkjacidchbokb/LOG.old +0 -3
  1399. package/dist/run-chrome-profile/Default/Local Extension Settings/lbffejbpcfhhlobfihahkjacidchbokb/MANIFEST-000001 +0 -0
  1400. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log +0 -0
  1401. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/CURRENT +0 -1
  1402. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOCK +0 -0
  1403. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG +0 -3
  1404. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG.old +0 -3
  1405. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001 +0 -0
  1406. package/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.ldb +0 -0
  1407. package/dist/run-chrome-profile/Default/Local Storage/leveldb/000006.log +0 -0
  1408. package/dist/run-chrome-profile/Default/Local Storage/leveldb/000007.ldb +0 -0
  1409. package/dist/run-chrome-profile/Default/Local Storage/leveldb/CURRENT +0 -1
  1410. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOCK +0 -0
  1411. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG +0 -3
  1412. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG.old +0 -3
  1413. package/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001 +0 -0
  1414. package/dist/run-chrome-profile/Default/Login Data +0 -0
  1415. package/dist/run-chrome-profile/Default/Login Data For Account +0 -0
  1416. package/dist/run-chrome-profile/Default/Login Data For Account-journal +0 -0
  1417. package/dist/run-chrome-profile/Default/Login Data-journal +0 -0
  1418. package/dist/run-chrome-profile/Default/Network Action Predictor +0 -0
  1419. package/dist/run-chrome-profile/Default/Network Action Predictor-journal +0 -0
  1420. package/dist/run-chrome-profile/Default/Network Persistent State +0 -1
  1421. package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOCK +0 -0
  1422. package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG +0 -0
  1423. package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG.old +0 -0
  1424. package/dist/run-chrome-profile/Default/Platform Notifications/000003.log +0 -0
  1425. package/dist/run-chrome-profile/Default/Platform Notifications/CURRENT +0 -1
  1426. package/dist/run-chrome-profile/Default/Platform Notifications/LOCK +0 -0
  1427. package/dist/run-chrome-profile/Default/Platform Notifications/LOG +0 -3
  1428. package/dist/run-chrome-profile/Default/Platform Notifications/LOG.old +0 -3
  1429. package/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001 +0 -0
  1430. package/dist/run-chrome-profile/Default/Preferences +0 -1
  1431. package/dist/run-chrome-profile/Default/PreferredApps +0 -1
  1432. package/dist/run-chrome-profile/Default/PrivateAggregation +0 -0
  1433. package/dist/run-chrome-profile/Default/PrivateAggregation-journal +0 -0
  1434. package/dist/run-chrome-profile/Default/README +0 -1
  1435. package/dist/run-chrome-profile/Default/Reporting and NEL +0 -0
  1436. package/dist/run-chrome-profile/Default/Reporting and NEL-journal +0 -0
  1437. package/dist/run-chrome-profile/Default/Safe Browsing Cookies +0 -0
  1438. package/dist/run-chrome-profile/Default/Safe Browsing Cookies-journal +0 -0
  1439. package/dist/run-chrome-profile/Default/Secure Preferences +0 -1
  1440. package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOCK +0 -0
  1441. package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG +0 -0
  1442. package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG.old +0 -0
  1443. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOCK +0 -0
  1444. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG +0 -0
  1445. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG.old +0 -0
  1446. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOCK +0 -0
  1447. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG +0 -0
  1448. package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG.old +0 -0
  1449. package/dist/run-chrome-profile/Default/Service Worker/Database/000003.log +0 -0
  1450. package/dist/run-chrome-profile/Default/Service Worker/Database/CURRENT +0 -1
  1451. package/dist/run-chrome-profile/Default/Service Worker/Database/LOCK +0 -0
  1452. package/dist/run-chrome-profile/Default/Service Worker/Database/LOG +0 -3
  1453. package/dist/run-chrome-profile/Default/Service Worker/Database/LOG.old +0 -3
  1454. package/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001 +0 -0
  1455. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/005189411fc0f740_0 +0 -0
  1456. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/005189411fc0f740_1 +0 -0
  1457. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/102e274f343de3a2_0 +0 -0
  1458. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/102e274f343de3a2_1 +0 -0
  1459. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/2d1609b10ea894e7_0 +0 -0
  1460. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/2d1609b10ea894e7_1 +0 -0
  1461. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/4cb013792b196a35_0 +0 -0
  1462. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/5e8338b7d96bb016_0 +0 -0
  1463. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/5f51aafd5b2193e9_0 +0 -0
  1464. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/5f51aafd5b2193e9_1 +0 -0
  1465. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7d066ec73ddef012_0 +0 -0
  1466. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7d066ec73ddef012_1 +0 -0
  1467. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7d91c1bab0dbe2d0_0 +0 -0
  1468. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7d91c1bab0dbe2d0_1 +0 -0
  1469. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/867eadefdc6d7fb3_0 +0 -0
  1470. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/9ff026236b3a5017_0 +0 -0
  1471. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/9ff026236b3a5017_1 +0 -0
  1472. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/a03a6018c42a6813_0 +0 -0
  1473. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/a03a6018c42a6813_1 +0 -0
  1474. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/aa7ba8035c723e68_0 +0 -0
  1475. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/aa7ba8035c723e68_1 +0 -0
  1476. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/ac45ef07f88a0c2d_0 +0 -0
  1477. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/ba23d8ecda68de77_0 +0 -0
  1478. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/bd47ef7fcf790fd3_0 +0 -0
  1479. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/bd47ef7fcf790fd3_1 +0 -0
  1480. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/ddd5d20be79b3406_0 +0 -0
  1481. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/ddd5d20be79b3406_1 +0 -0
  1482. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/f1cdccba37924bda_0 +0 -0
  1483. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index +0 -0
  1484. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index-dir/the-real-index +0 -0
  1485. package/dist/run-chrome-profile/Default/Session Storage/000003.log +0 -0
  1486. package/dist/run-chrome-profile/Default/Session Storage/CURRENT +0 -1
  1487. package/dist/run-chrome-profile/Default/Session Storage/LOCK +0 -0
  1488. package/dist/run-chrome-profile/Default/Session Storage/LOG +0 -3
  1489. package/dist/run-chrome-profile/Default/Session Storage/LOG.old +0 -3
  1490. package/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001 +0 -0
  1491. package/dist/run-chrome-profile/Default/Sessions/Session_13388627927932990 +0 -0
  1492. package/dist/run-chrome-profile/Default/Sessions/Session_13388686217490094 +0 -0
  1493. package/dist/run-chrome-profile/Default/Sessions/Tabs_13388627928182157 +0 -0
  1494. package/dist/run-chrome-profile/Default/Sessions/Tabs_13388686217763919 +0 -0
  1495. package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index +0 -0
  1496. package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index-dir/the-real-index +0 -0
  1497. package/dist/run-chrome-profile/Default/Shared Dictionary/db +0 -0
  1498. package/dist/run-chrome-profile/Default/Shared Dictionary/db-journal +0 -0
  1499. package/dist/run-chrome-profile/Default/SharedStorage +0 -0
  1500. package/dist/run-chrome-profile/Default/Shortcuts +0 -0
  1501. package/dist/run-chrome-profile/Default/Shortcuts-journal +0 -0
  1502. package/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log +0 -0
  1503. package/dist/run-chrome-profile/Default/Site Characteristics Database/CURRENT +0 -1
  1504. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOCK +0 -0
  1505. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG +0 -3
  1506. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG.old +0 -3
  1507. package/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001 +0 -0
  1508. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log +0 -0
  1509. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/CURRENT +0 -1
  1510. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOCK +0 -0
  1511. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG +0 -3
  1512. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG.old +0 -3
  1513. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001 +0 -0
  1514. package/dist/run-chrome-profile/Default/Top Sites +0 -0
  1515. package/dist/run-chrome-profile/Default/Top Sites-journal +0 -0
  1516. package/dist/run-chrome-profile/Default/TransportSecurity +0 -1
  1517. package/dist/run-chrome-profile/Default/Trust Tokens +0 -0
  1518. package/dist/run-chrome-profile/Default/Trust Tokens-journal +0 -0
  1519. package/dist/run-chrome-profile/Default/VideoDecodeStats/LOCK +0 -0
  1520. package/dist/run-chrome-profile/Default/VideoDecodeStats/LOG +0 -0
  1521. package/dist/run-chrome-profile/Default/VideoDecodeStats/LOG.old +0 -0
  1522. package/dist/run-chrome-profile/Default/Visited Links +0 -0
  1523. package/dist/run-chrome-profile/Default/Web Data +0 -0
  1524. package/dist/run-chrome-profile/Default/Web Data-journal +0 -0
  1525. package/dist/run-chrome-profile/Default/WebStorage/19/CacheStorage/index.txt +0 -1
  1526. package/dist/run-chrome-profile/Default/WebStorage/19/IndexedDB/indexeddb.leveldb/000003.log +0 -0
  1527. package/dist/run-chrome-profile/Default/WebStorage/19/IndexedDB/indexeddb.leveldb/CURRENT +0 -1
  1528. package/dist/run-chrome-profile/Default/WebStorage/19/IndexedDB/indexeddb.leveldb/LOCK +0 -0
  1529. package/dist/run-chrome-profile/Default/WebStorage/19/IndexedDB/indexeddb.leveldb/LOG +0 -2
  1530. package/dist/run-chrome-profile/Default/WebStorage/19/IndexedDB/indexeddb.leveldb/MANIFEST-000001 +0 -0
  1531. package/dist/run-chrome-profile/Default/WebStorage/QuotaManager +0 -0
  1532. package/dist/run-chrome-profile/Default/WebStorage/QuotaManager-journal +0 -0
  1533. package/dist/run-chrome-profile/Default/chrome_cart_db/LOCK +0 -0
  1534. package/dist/run-chrome-profile/Default/chrome_cart_db/LOG +0 -0
  1535. package/dist/run-chrome-profile/Default/chrome_cart_db/LOG.old +0 -0
  1536. package/dist/run-chrome-profile/Default/commerce_subscription_db/LOCK +0 -0
  1537. package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG +0 -0
  1538. package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG.old +0 -0
  1539. package/dist/run-chrome-profile/Default/discounts_db/LOCK +0 -0
  1540. package/dist/run-chrome-profile/Default/discounts_db/LOG +0 -0
  1541. package/dist/run-chrome-profile/Default/discounts_db/LOG.old +0 -0
  1542. package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db +0 -0
  1543. package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db-journal +0 -0
  1544. package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOCK +0 -0
  1545. package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG +0 -0
  1546. package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG.old +0 -0
  1547. package/dist/run-chrome-profile/Default/parcel_tracking_db/LOCK +0 -0
  1548. package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG +0 -0
  1549. package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG.old +0 -0
  1550. package/dist/run-chrome-profile/Default/passkey_enclave_state +0 -1
  1551. package/dist/run-chrome-profile/Default/shared_proto_db/000011.log +0 -0
  1552. package/dist/run-chrome-profile/Default/shared_proto_db/000013.ldb +0 -0
  1553. package/dist/run-chrome-profile/Default/shared_proto_db/CURRENT +0 -1
  1554. package/dist/run-chrome-profile/Default/shared_proto_db/LOCK +0 -0
  1555. package/dist/run-chrome-profile/Default/shared_proto_db/LOG +0 -3
  1556. package/dist/run-chrome-profile/Default/shared_proto_db/LOG.old +0 -3
  1557. package/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001 +0 -0
  1558. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log +0 -0
  1559. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/CURRENT +0 -1
  1560. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOCK +0 -0
  1561. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG +0 -3
  1562. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG.old +0 -3
  1563. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001 +0 -0
  1564. package/dist/run-chrome-profile/Default/trusted_vault.pb +0 -2
  1565. package/dist/run-chrome-profile/GrShaderCache/data_0 +0 -0
  1566. package/dist/run-chrome-profile/GrShaderCache/data_1 +0 -0
  1567. package/dist/run-chrome-profile/GrShaderCache/data_2 +0 -0
  1568. package/dist/run-chrome-profile/GrShaderCache/data_3 +0 -0
  1569. package/dist/run-chrome-profile/GrShaderCache/index +0 -0
  1570. package/dist/run-chrome-profile/GraphiteDawnCache/data_0 +0 -0
  1571. package/dist/run-chrome-profile/GraphiteDawnCache/data_1 +0 -0
  1572. package/dist/run-chrome-profile/GraphiteDawnCache/data_2 +0 -0
  1573. package/dist/run-chrome-profile/GraphiteDawnCache/data_3 +0 -0
  1574. package/dist/run-chrome-profile/GraphiteDawnCache/f_000001 +0 -0
  1575. package/dist/run-chrome-profile/GraphiteDawnCache/f_000002 +0 -0
  1576. package/dist/run-chrome-profile/GraphiteDawnCache/f_000003 +0 -0
  1577. package/dist/run-chrome-profile/GraphiteDawnCache/f_000004 +0 -0
  1578. package/dist/run-chrome-profile/GraphiteDawnCache/f_000005 +0 -0
  1579. package/dist/run-chrome-profile/GraphiteDawnCache/f_000006 +0 -0
  1580. package/dist/run-chrome-profile/GraphiteDawnCache/f_000007 +0 -0
  1581. package/dist/run-chrome-profile/GraphiteDawnCache/f_000008 +0 -0
  1582. package/dist/run-chrome-profile/GraphiteDawnCache/f_000009 +0 -0
  1583. package/dist/run-chrome-profile/GraphiteDawnCache/f_00000a +0 -0
  1584. package/dist/run-chrome-profile/GraphiteDawnCache/f_00000b +0 -0
  1585. package/dist/run-chrome-profile/GraphiteDawnCache/f_00000c +0 -0
  1586. package/dist/run-chrome-profile/GraphiteDawnCache/f_00000d +0 -0
  1587. package/dist/run-chrome-profile/GraphiteDawnCache/f_00000e +0 -0
  1588. package/dist/run-chrome-profile/GraphiteDawnCache/f_00000f +0 -0
  1589. package/dist/run-chrome-profile/GraphiteDawnCache/f_000010 +0 -0
  1590. package/dist/run-chrome-profile/GraphiteDawnCache/f_000011 +0 -0
  1591. package/dist/run-chrome-profile/GraphiteDawnCache/f_000012 +0 -0
  1592. package/dist/run-chrome-profile/GraphiteDawnCache/f_000013 +0 -0
  1593. package/dist/run-chrome-profile/GraphiteDawnCache/f_000014 +0 -0
  1594. package/dist/run-chrome-profile/GraphiteDawnCache/f_000015 +0 -0
  1595. package/dist/run-chrome-profile/GraphiteDawnCache/f_000016 +0 -0
  1596. package/dist/run-chrome-profile/GraphiteDawnCache/f_000017 +0 -0
  1597. package/dist/run-chrome-profile/GraphiteDawnCache/f_000018 +0 -0
  1598. package/dist/run-chrome-profile/GraphiteDawnCache/f_000019 +0 -0
  1599. package/dist/run-chrome-profile/GraphiteDawnCache/f_00001a +0 -0
  1600. package/dist/run-chrome-profile/GraphiteDawnCache/f_00001b +0 -0
  1601. package/dist/run-chrome-profile/GraphiteDawnCache/f_00001c +0 -0
  1602. package/dist/run-chrome-profile/GraphiteDawnCache/f_00001d +0 -0
  1603. package/dist/run-chrome-profile/GraphiteDawnCache/f_00001e +0 -0
  1604. package/dist/run-chrome-profile/GraphiteDawnCache/f_00001f +0 -0
  1605. package/dist/run-chrome-profile/GraphiteDawnCache/index +0 -0
  1606. package/dist/run-chrome-profile/Last Version +0 -1
  1607. package/dist/run-chrome-profile/Local State +0 -1
  1608. package/dist/run-chrome-profile/ShaderCache/data_0 +0 -0
  1609. package/dist/run-chrome-profile/ShaderCache/data_1 +0 -0
  1610. package/dist/run-chrome-profile/ShaderCache/data_2 +0 -0
  1611. package/dist/run-chrome-profile/ShaderCache/data_3 +0 -0
  1612. package/dist/run-chrome-profile/ShaderCache/index +0 -0
  1613. package/dist/run-chrome-profile/Variations +0 -1
  1614. package/dist/run-chrome-profile/first_party_sets.db +0 -0
  1615. package/dist/run-chrome-profile/first_party_sets.db-journal +0 -0
  1616. package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model-info.pb +0 -1
  1617. package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model.tflite +0 -0
  1618. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/VERSION.txt +0 -4
  1619. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model-info.pb +0 -0
  1620. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model.tflite +0 -0
  1621. package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/override_list.pb.gz +0 -0
  1622. package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model-info.pb +0 -1
  1623. package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model.tflite +0 -0
  1624. package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model-info.pb +0 -0
  1625. package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model.tflite +0 -0
  1626. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/enus_denylist_encoded_241007.txt +0 -580
  1627. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model-info.pb +0 -5
  1628. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model.tflite +0 -0
  1629. package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/vocab_en-us.txt +0 -303
  1630. package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model-info.pb +0 -0
  1631. package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model.tflite +0 -0
  1632. package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/visual_model_desktop.tflite +0 -0
  1633. package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model-info.pb +0 -0
  1634. package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model.tflite +0 -0
  1635. package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model-info.pb +0 -0
  1636. package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model.tflite +0 -0
  1637. package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model-info.pb +0 -0
  1638. package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model.tflite +0 -0
  1639. package/dist/run-chrome-profile/segmentation_platform/ukm_db +0 -0
  1640. package/dist/run-chrome-profile/segmentation_platform/ukm_db-wal +0 -0
  1641. package/dist/run-firefox-profile/.parentlock +0 -0
  1642. package/dist/run-firefox-profile/AlternateServices.bin +0 -0
  1643. package/dist/run-firefox-profile/ExperimentStoreData.json +0 -1
  1644. package/dist/run-firefox-profile/SiteSecurityServiceState.bin +0 -0
  1645. package/dist/run-firefox-profile/activity-stream.contile.json +0 -1
  1646. package/dist/run-firefox-profile/activity-stream.discovery_stream.json +0 -1
  1647. package/dist/run-firefox-profile/addonStartup.json.lz4 +0 -0
  1648. package/dist/run-firefox-profile/bounce-tracking-protection.sqlite +0 -0
  1649. package/dist/run-firefox-profile/cache2/entries/0036488F5CAA1CBCD0EE5534101219241037D9C5 +0 -0
  1650. package/dist/run-firefox-profile/cache2/entries/00E9C6DA1E74FADD8E8E6ADDAC4FE2BFE3ECC038 +0 -0
  1651. package/dist/run-firefox-profile/cache2/entries/03F69E2E05222FA5D56BD4317877C4DC5E88AB3A +0 -0
  1652. package/dist/run-firefox-profile/cache2/entries/0A4DDCC11CEBCDAD66490C2477115E613EE22753 +0 -0
  1653. package/dist/run-firefox-profile/cache2/entries/0CAC99056A1C6E41035ADD53B3C18A4AF8D607AC +0 -0
  1654. package/dist/run-firefox-profile/cache2/entries/0DF6B0E393A4C29E557541A25B63F8CC202EE813 +0 -0
  1655. package/dist/run-firefox-profile/cache2/entries/10738AE8DAADFB377F69EF183DE42BC8B2A1E534 +0 -0
  1656. package/dist/run-firefox-profile/cache2/entries/111AE63D71402EFB02DAB8AC254CA509866314D5 +0 -32
  1657. package/dist/run-firefox-profile/cache2/entries/174FBA2ADDF082F2948C55750B78B86591320ACE +0 -0
  1658. package/dist/run-firefox-profile/cache2/entries/17E7760417D6F3CCFD59DC468848226DC44EE3CA +0 -0
  1659. package/dist/run-firefox-profile/cache2/entries/1A068B945DB8BA760561D65B98CAB0A1CF4360E5 +0 -34
  1660. package/dist/run-firefox-profile/cache2/entries/1A73DE9EB63F12FCA0AB5B2481864C467D5C8917 +0 -0
  1661. package/dist/run-firefox-profile/cache2/entries/1C8C54682B3709CAC523039982C1103B7620A376 +0 -0
  1662. package/dist/run-firefox-profile/cache2/entries/1E3B5A60EC7EEF66E5839B55BBFAA66405FACF63 +0 -0
  1663. package/dist/run-firefox-profile/cache2/entries/20B00A8070654BD66F22C8AFF842E382751F2D87 +0 -0
  1664. package/dist/run-firefox-profile/cache2/entries/24C9DF0972DD334A2DC66C223393C392A8C4BEF3 +0 -0
  1665. package/dist/run-firefox-profile/cache2/entries/2DDA47724491FD9BB6255CCD5B75BE17BE9D1E38 +0 -0
  1666. package/dist/run-firefox-profile/cache2/entries/30CC0D767FFF0787992DC01499207B50EF27A385 +0 -0
  1667. package/dist/run-firefox-profile/cache2/entries/319B8DF7B76E412B8E894B9E923D4C4D43C15D6B +0 -0
  1668. package/dist/run-firefox-profile/cache2/entries/360DE1F3E174E84794C36651DD126686164A2F9A +0 -0
  1669. package/dist/run-firefox-profile/cache2/entries/3A8BBB7DB138A4E7DC1D30FE0445DC7D0550EEEF +0 -0
  1670. package/dist/run-firefox-profile/cache2/entries/3E6DAED99DE4BB624799FBA3C91C318B1EA89B82 +0 -0
  1671. package/dist/run-firefox-profile/cache2/entries/474935852D15B2FD8984EDF9BE9335D9E2FBF329 +0 -0
  1672. package/dist/run-firefox-profile/cache2/entries/477FBE8A567EC43646856251D0B665F2755E32BB +0 -0
  1673. package/dist/run-firefox-profile/cache2/entries/48191D2BA25222AC62A938BF594DADFF290AA3CD +0 -0
  1674. package/dist/run-firefox-profile/cache2/entries/5887CB40869DEEC04F038EBC81CF17C1323714E4 +0 -0
  1675. package/dist/run-firefox-profile/cache2/entries/63F48F4F7F1BC3195F5AB831F9794F3DBA2D30E1 +0 -0
  1676. package/dist/run-firefox-profile/cache2/entries/6BDB2593C67D76AF0E7C6A2AC9F5E4C984B1E09C +0 -0
  1677. package/dist/run-firefox-profile/cache2/entries/6F1AAC167FF3ED2FF38C7EE80A959093449DE379 +0 -0
  1678. package/dist/run-firefox-profile/cache2/entries/762A054113242F102381F858B5345ECF4EAF42EE +0 -0
  1679. package/dist/run-firefox-profile/cache2/entries/771EF542D08523A0966D3F34F701EA19CDB9ACDF +0 -0
  1680. package/dist/run-firefox-profile/cache2/entries/7B30395BC8EDC7C2D12D364C1B7B49D67DF89F20 +0 -0
  1681. package/dist/run-firefox-profile/cache2/entries/7F9F8AB9B36EAE5A6B460FC5E5918F8BCD57A5C9 +0 -0
  1682. package/dist/run-firefox-profile/cache2/entries/81067231DCFA249C46F73FFF9F4691E562A88104 +0 -0
  1683. package/dist/run-firefox-profile/cache2/entries/8867223F56659AA7FE2230EB1A1038A19368ABB1 +0 -0
  1684. package/dist/run-firefox-profile/cache2/entries/8B0017BC433ACF7C7EA6F774D308EC01F4DD8FAE +0 -0
  1685. package/dist/run-firefox-profile/cache2/entries/8FA0DA2AB8F24C874053BBB6AE40DFFE2562C834 +0 -0
  1686. package/dist/run-firefox-profile/cache2/entries/909B9FA29FF27CE6E20AC4C6C18A1C958655F12E +0 -32
  1687. package/dist/run-firefox-profile/cache2/entries/98C0E0EADD6F4DE6F85A8E735ACA412EAAB9B666 +0 -0
  1688. package/dist/run-firefox-profile/cache2/entries/99E8159CA51C2E952D060F0BE1C702685D6FD241 +0 -0
  1689. package/dist/run-firefox-profile/cache2/entries/9FDB8BDF87FF32294B0CB5B219272D94D42CDAB6 +0 -34
  1690. package/dist/run-firefox-profile/cache2/entries/A585344A45AF937E3AB7D706291A9A3ED8D581D9 +0 -0
  1691. package/dist/run-firefox-profile/cache2/entries/B60CDD91FB0A3129D29B693F6EB7BB463FF2553F +0 -0
  1692. package/dist/run-firefox-profile/cache2/entries/BB95D0607349D05725D5FE01D4FB300E319072AD +0 -0
  1693. package/dist/run-firefox-profile/cache2/entries/BEB8308D02E67293B71BF2439C15AB6AA4560D6D +0 -0
  1694. package/dist/run-firefox-profile/cache2/entries/C7323537924CDC72CDA8149C08020E045D92ACD1 +0 -0
  1695. package/dist/run-firefox-profile/cache2/entries/CD4063AD344C93CB1DAFC7306CCDDC4F2B272733 +0 -0
  1696. package/dist/run-firefox-profile/cache2/entries/CD942A0AE24C9E1AD931E538D1D7F4D7E729F504 +0 -0
  1697. package/dist/run-firefox-profile/cache2/entries/CFCCBA9DAB0559A011620F23DC246FB3099B22B6 +0 -361
  1698. package/dist/run-firefox-profile/cache2/entries/DA2C9ABBF32D8366506E17621CAA9C2DC718B24D +0 -0
  1699. package/dist/run-firefox-profile/cache2/entries/DCA79A01BB193FDB63B9E7BA8B2EFA865A8BFBA6 +0 -0
  1700. package/dist/run-firefox-profile/cache2/entries/DFA64071F5BAA21C643CC77683A3A33D12A5A5E1 +0 -0
  1701. package/dist/run-firefox-profile/cache2/entries/E11877355AB02654CD1BABE112317EDCC20E1AD6 +0 -0
  1702. package/dist/run-firefox-profile/cache2/entries/E35FC6DB421AD99078C5B0AAB26C063B0ABF5071 +0 -0
  1703. package/dist/run-firefox-profile/cache2/entries/E473D920361435DF4BBBF194E406FE372015579A +0 -0
  1704. package/dist/run-firefox-profile/cache2/entries/E75E40975F9E69CA8B334698091428D1B3AD7868 +0 -0
  1705. package/dist/run-firefox-profile/cache2/entries/EC321B74D7F7D7E80856D3FDCAA0B0A664C0FDA3 +0 -0
  1706. package/dist/run-firefox-profile/cache2/entries/FC6B1BC5D13F439AA4F692C9011DC3D40F7F5F52 +0 -0
  1707. package/dist/run-firefox-profile/cache2/entries/FD61D1AACDDA037787ED2883D03072C1633969C0 +0 -0
  1708. package/dist/run-firefox-profile/cache2/entries/FF3670696F4288ED8AF61CC6CAAADEAD59B7426F +0 -0
  1709. package/dist/run-firefox-profile/cert9.db +0 -0
  1710. package/dist/run-firefox-profile/compatibility.ini +0 -5
  1711. package/dist/run-firefox-profile/containers.json +0 -1
  1712. package/dist/run-firefox-profile/content-prefs.sqlite +0 -0
  1713. package/dist/run-firefox-profile/cookies.sqlite +0 -0
  1714. package/dist/run-firefox-profile/crashes/store.json.mozlz4 +0 -0
  1715. package/dist/run-firefox-profile/datareporting/aborted-session-ping +0 -1
  1716. package/dist/run-firefox-profile/datareporting/glean/db/data.safe.bin +0 -0
  1717. package/dist/run-firefox-profile/datareporting/glean/events/events +0 -67
  1718. package/dist/run-firefox-profile/datareporting/session-state.json +0 -1
  1719. package/dist/run-firefox-profile/datareporting/state.json +0 -1
  1720. package/dist/run-firefox-profile/domain_to_categories.sqlite +0 -0
  1721. package/dist/run-firefox-profile/domain_to_categories.sqlite-journal +0 -0
  1722. package/dist/run-firefox-profile/extension-preferences.json +0 -1
  1723. package/dist/run-firefox-profile/extensions.json +0 -1
  1724. package/dist/run-firefox-profile/favicons.sqlite +0 -0
  1725. package/dist/run-firefox-profile/favicons.sqlite-wal +0 -0
  1726. package/dist/run-firefox-profile/handlers.json +0 -1
  1727. package/dist/run-firefox-profile/key4.db +0 -0
  1728. package/dist/run-firefox-profile/permissions.sqlite +0 -0
  1729. package/dist/run-firefox-profile/pkcs11.txt +0 -5
  1730. package/dist/run-firefox-profile/places.sqlite +0 -0
  1731. package/dist/run-firefox-profile/places.sqlite-wal +0 -0
  1732. package/dist/run-firefox-profile/prefs.js +0 -226
  1733. package/dist/run-firefox-profile/protections.sqlite +0 -0
  1734. package/dist/run-firefox-profile/safebrowsing/ads-track-digest256.sbstore +0 -0
  1735. package/dist/run-firefox-profile/safebrowsing/ads-track-digest256.vlpset +0 -0
  1736. package/dist/run-firefox-profile/safebrowsing/analytics-track-digest256.sbstore +0 -0
  1737. package/dist/run-firefox-profile/safebrowsing/analytics-track-digest256.vlpset +0 -0
  1738. package/dist/run-firefox-profile/safebrowsing/base-cryptomining-track-digest256.sbstore +0 -0
  1739. package/dist/run-firefox-profile/safebrowsing/base-cryptomining-track-digest256.vlpset +0 -0
  1740. package/dist/run-firefox-profile/safebrowsing/base-email-track-digest256.sbstore +0 -0
  1741. package/dist/run-firefox-profile/safebrowsing/base-email-track-digest256.vlpset +0 -0
  1742. package/dist/run-firefox-profile/safebrowsing/base-fingerprinting-track-digest256.sbstore +0 -0
  1743. package/dist/run-firefox-profile/safebrowsing/base-fingerprinting-track-digest256.vlpset +0 -0
  1744. package/dist/run-firefox-profile/safebrowsing/content-email-track-digest256.sbstore +0 -0
  1745. package/dist/run-firefox-profile/safebrowsing/content-email-track-digest256.vlpset +0 -0
  1746. package/dist/run-firefox-profile/safebrowsing/content-track-digest256.sbstore +0 -0
  1747. package/dist/run-firefox-profile/safebrowsing/content-track-digest256.vlpset +0 -0
  1748. package/dist/run-firefox-profile/safebrowsing/google-trackwhite-digest256.sbstore +0 -0
  1749. package/dist/run-firefox-profile/safebrowsing/google-trackwhite-digest256.vlpset +0 -0
  1750. package/dist/run-firefox-profile/safebrowsing/google4/goog-phish-proto.metadata +0 -0
  1751. package/dist/run-firefox-profile/safebrowsing/google4/goog-phish-proto.vlpset +0 -0
  1752. package/dist/run-firefox-profile/safebrowsing/mozstd-trackwhite-digest256.sbstore +0 -0
  1753. package/dist/run-firefox-profile/safebrowsing/mozstd-trackwhite-digest256.vlpset +0 -0
  1754. package/dist/run-firefox-profile/safebrowsing/social-track-digest256.sbstore +0 -0
  1755. package/dist/run-firefox-profile/safebrowsing/social-track-digest256.vlpset +0 -0
  1756. package/dist/run-firefox-profile/safebrowsing/social-tracking-protection-facebook-digest256.sbstore +0 -0
  1757. package/dist/run-firefox-profile/safebrowsing/social-tracking-protection-facebook-digest256.vlpset +0 -0
  1758. package/dist/run-firefox-profile/safebrowsing/social-tracking-protection-linkedin-digest256.sbstore +0 -0
  1759. package/dist/run-firefox-profile/safebrowsing/social-tracking-protection-linkedin-digest256.vlpset +0 -0
  1760. package/dist/run-firefox-profile/safebrowsing/social-tracking-protection-twitter-digest256.sbstore +0 -0
  1761. package/dist/run-firefox-profile/safebrowsing/social-tracking-protection-twitter-digest256.vlpset +0 -0
  1762. package/dist/run-firefox-profile/search.json.mozlz4 +0 -0
  1763. package/dist/run-firefox-profile/sessionCheckpoints.json +0 -1
  1764. package/dist/run-firefox-profile/sessionstore-backups/recovery.baklz4 +0 -0
  1765. package/dist/run-firefox-profile/sessionstore-backups/recovery.jsonlz4 +0 -0
  1766. package/dist/run-firefox-profile/settings/data.safe.bin +0 -0
  1767. package/dist/run-firefox-profile/settings/main/ms-language-packs/browser/newtab/asrouter.ftl +0 -322
  1768. package/dist/run-firefox-profile/shield-preference-experiments.json +0 -1
  1769. package/dist/run-firefox-profile/startupCache/scriptCache-child.bin +0 -0
  1770. package/dist/run-firefox-profile/startupCache/scriptCache.bin +0 -0
  1771. package/dist/run-firefox-profile/startupCache/startupCache.8.little +0 -0
  1772. package/dist/run-firefox-profile/startupCache/urlCache.bin +0 -0
  1773. package/dist/run-firefox-profile/startupCache/webext.sc.lz4 +0 -0
  1774. package/dist/run-firefox-profile/storage/default/moz-extension+++38cc678d-8db6-4f4a-a735-a23f7bd85e7f^userContextId=4294967295/.metadata-v2 +0 -0
  1775. package/dist/run-firefox-profile/storage/default/moz-extension+++38cc678d-8db6-4f4a-a735-a23f7bd85e7f^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite +0 -0
  1776. package/dist/run-firefox-profile/storage/default/moz-extension+++38cc678d-8db6-4f4a-a735-a23f7bd85e7f^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite-wal +0 -0
  1777. package/dist/run-firefox-profile/storage/ls-archive.sqlite +0 -0
  1778. package/dist/run-firefox-profile/storage/permanent/chrome/.metadata-v2 +0 -0
  1779. package/dist/run-firefox-profile/storage/permanent/chrome/idb/1451318868ntouromlalnodry--epcr.sqlite +0 -0
  1780. package/dist/run-firefox-profile/storage/permanent/chrome/idb/1451318868ntouromlalnodry--epcr.sqlite-wal +0 -0
  1781. package/dist/run-firefox-profile/storage/permanent/chrome/idb/1657114595AmcateirvtiSty.sqlite +0 -0
  1782. package/dist/run-firefox-profile/storage/permanent/chrome/idb/1657114595AmcateirvtiSty.sqlite-wal +0 -0
  1783. package/dist/run-firefox-profile/storage/permanent/chrome/idb/2823318777ntouromlalnodry--naod.sqlite +0 -0
  1784. package/dist/run-firefox-profile/storage/permanent/chrome/idb/2823318777ntouromlalnodry--naod.sqlite-wal +0 -0
  1785. package/dist/run-firefox-profile/storage/permanent/chrome/idb/2918063365piupsah.sqlite +0 -0
  1786. package/dist/run-firefox-profile/storage/permanent/chrome/idb/2918063365piupsah.sqlite-wal +0 -0
  1787. package/dist/run-firefox-profile/storage/permanent/chrome/idb/3561288849sdhlie.sqlite +0 -0
  1788. package/dist/run-firefox-profile/storage/permanent/chrome/idb/3561288849sdhlie.sqlite-wal +0 -0
  1789. package/dist/run-firefox-profile/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.sqlite +0 -0
  1790. package/dist/run-firefox-profile/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.sqlite-wal +0 -0
  1791. package/dist/run-firefox-profile/storage.sqlite +0 -0
  1792. package/dist/run-firefox-profile/targeting.snapshot.json +0 -1
  1793. package/dist/run-firefox-profile/times.json +0 -1
  1794. package/dist/run-firefox-profile/user.js +0 -85
  1795. package/dist/run-firefox-profile/xulstore.json +0 -1
  1796. /package/dist/{run-chrome-profile/Default/Affiliation Database-journal → minimum-content-file.js} +0 -0
  1797. /package/dist/{run-chrome-profile/Default/AutofillStrikeDatabase/LOCK → minimum-script-file.js} +0 -0
  1798. /package/dist/{run-chrome-profile/Default/AutofillStrikeDatabase/LOG → webpack/plugin-extension/feature-scripts/steps/minimum-content-file.d.ts} +0 -0
  1799. /package/dist/{run-chrome-profile/Default/AutofillStrikeDatabase/LOG.old → webpack/plugin-reload/steps/setup-chromium-reload-client/minimum-chromium-file.d.ts} +0 -0
  1800. /package/dist/{run-chrome-profile/Default/BrowsingTopicsSiteData-journal → webpack/plugin-reload/steps/setup-firefox-reload-client/minimum-firefox-file.d.ts} +0 -0
@@ -1,32 +0,0 @@
1
- {"metadata":{"bucket":"monitor"},"timestamp":1744139084445,"changes":[{"id":"772d1b8b-89e9-bfd6-32ba-a0fc9713179f","last_modified":1744139084445,"bucket":"main","collection":"nimbus-web-preview","host":"firefox.settings.services.mozilla.com"},{"id":"cba62179-d21e-aef6-f1ba-0745a83be31a","last_modified":1744139084375,"bucket":"main-preview","collection":"nimbus-web-preview","host":"firefox.settings.services.mozilla.com"},{"id":"5a30bf02-8b01-b6f6-fa9f-c34cdd3a1042","last_modified":1744139032393,"bucket":"main","collection":"nimbus-mobile-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"19f7ec86-7cc3-46d8-21d0-f1aeb80ba2ea","last_modified":1744139029202,"bucket":"main-preview","collection":"nimbus-mobile-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"501583ca-d580-51de-0584-dab08102506d","last_modified":1744139003686,"bucket":"main","collection":"nimbus-desktop-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"a0e7d312-12ed-a188-65c4-5e178ca5f261","last_modified":1744138992530,"bucket":"main-preview","collection":"nimbus-desktop-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"380cd5a8-a585-42ef-3ee6-93bc618bcc36","last_modified":1744136780253,"bucket":"main","collection":"nimbus-preview","host":"firefox.settings.services.mozilla.com"},{"id":"a60ac63f-506b-5d85-78a6-443c7e69d09b","last_modified":1744136780132,"bucket":"main-preview","collection":"nimbus-preview","host":"firefox.settings.services.mozilla.com"},{"id":"476c0b7e-619b-d4df-9866-26fd9b67dc5b","last_modified":1744135267790,"bucket":"main","collection":"quicksuggest-amp","host":"firefox.settings.services.mozilla.com"},{"id":"b9847657-fc19-bf06-1640-6875f9885a50","last_modified":1744135267720,"bucket":"main-preview","collection":"quicksuggest-amp","host":"firefox.settings.services.mozilla.com"},{"id":"683fdccf-2d79-2787-ad3c-c0b8e32d53ed","last_modified":1744125026108,"bucket":"main","collection":"crash-reports-ondemand","host":"firefox.settings.services.mozilla.com"},{"id":"7d94b957-1705-d6fe-d4a0-6436123cb6cf","last_modified":1744125024909,"bucket":"main-preview","collection":"crash-reports-ondemand","host":"firefox.settings.services.mozilla.com"},{"id":"eae22ba6-631d-fcab-fa53-8a7c5adb39a9","last_modified":1744124230078,"bucket":"security-state","collection":"cert-revocations","host":"firefox.settings.services.mozilla.com"},{"id":"adc73734-8581-67a0-0516-1d0e427a8cbd","last_modified":1744123627978,"bucket":"security-state-preview","collection":"cert-revocations","host":"firefox.settings.services.mozilla.com"},{"id":"da65fbf9-7ed0-d839-d23a-1dbf9ef6601f","last_modified":1744118264981,"bucket":"main","collection":"search-config-icons","host":"firefox.settings.services.mozilla.com"},{"id":"cea550ab-c8d5-f309-d445-969a81ee51cd","last_modified":1744100839531,"bucket":"main-preview","collection":"search-config-icons","host":"firefox.settings.services.mozilla.com"},{"id":"45bf3f78-8f3f-28f6-5a1d-8a2bb6d3a2b2","last_modified":1744074832073,"bucket":"main-preview","collection":"tracking-protection-lists","host":"firefox.settings.services.mozilla.com"},{"id":"c067f022-492c-fb50-3c8a-5800b383fb5d","last_modified":1744054475642,"bucket":"main","collection":"ml-inference-options","host":"firefox.settings.services.mozilla.com"},{"id":"071bcd17-1c4d-5cdd-7ff0-b17bef25fb92","last_modified":1744054332234,"bucket":"main-preview","collection":"ml-inference-options","host":"firefox.settings.services.mozilla.com"},{"id":"aebe2560-a214-46a3-e18f-82912d0a7707","last_modified":1744052577022,"bucket":"main","collection":"newtab-wallpapers-v2","host":"firefox.settings.services.mozilla.com"},{"id":"b5dcf818-f36f-19ad-380a-a6dbeebd08a0","last_modified":1744047367138,"bucket":"main-preview","collection":"newtab-wallpapers-v2","host":"firefox.settings.services.mozilla.com"},{"id":"6e312661-7362-bdf5-530f-ba4b25197c17","last_modified":1744030666839,"bucket":"main","collection":"url-classifier-exceptions","host":"firefox.settings.services.mozilla.com"},{"id":"c16c515a-e035-df9b-b9bb-21a1eb785c87","last_modified":1744030628831,"bucket":"main-preview","collection":"url-classifier-exceptions","host":"firefox.settings.services.mozilla.com"},{"id":"a3c0cb7d-dad1-a596-8cc4-8ceaec428e4b","last_modified":1744003666413,"bucket":"main","collection":"devtools-compatibility-browsers","host":"firefox.settings.services.mozilla.com"},{"id":"9a0cf117-f8e7-4420-cc60-9fac2c2f6ffa","last_modified":1743821823270,"bucket":"security-state","collection":"intermediates","host":"firefox.settings.services.mozilla.com"},{"id":"7b3f0682-64fd-7b37-3126-3934ea377bcb","last_modified":1743818306971,"bucket":"security-state-preview","collection":"intermediates","host":"firefox.settings.services.mozilla.com"},{"id":"1fdae7b7-324d-113c-c10c-c4a4a30aba63","last_modified":1743811504585,"bucket":"main-preview","collection":"devtools-compatibility-browsers","host":"firefox.settings.services.mozilla.com"},{"id":"44c4adce-260b-8ce0-51c5-1e809533976e","last_modified":1743734183752,"bucket":"main","collection":"quicksuggest-other","host":"firefox.settings.services.mozilla.com"},{"id":"c58f5e76-9d79-545e-2667-295dcbc2ede7","last_modified":1743733839978,"bucket":"main-preview","collection":"quicksuggest-other","host":"firefox.settings.services.mozilla.com"},{"id":"2c2bcb35-b5f7-e015-b54f-3d60feccf26d","last_modified":1743683182607,"bucket":"main","collection":"password-rules","host":"firefox.settings.services.mozilla.com"},{"id":"4e8c259b-da76-6b65-9b1b-7f41ee14e3f6","last_modified":1743683082117,"bucket":"main","collection":"tracking-protection-lists-ios","host":"firefox.settings.services.mozilla.com"},{"id":"f30b6e2e-ba9d-4ca8-5275-489a6742ed0f","last_modified":1743538733950,"bucket":"main","collection":"ml-inference-words-block-list","host":"firefox.settings.services.mozilla.com"},{"id":"615094c2-621e-cc58-2b78-d7af3d0ac311","last_modified":1743538621228,"bucket":"main","collection":"ml-inference-request-options","host":"firefox.settings.services.mozilla.com"},{"id":"ad96ffb6-d5e3-3445-4c4f-ff96021fe605","last_modified":1743535262986,"bucket":"main-preview","collection":"ml-inference-words-block-list","host":"firefox.settings.services.mozilla.com"},{"id":"e04d5c78-e92b-88c6-d5b1-8f6c5121408e","last_modified":1743535256281,"bucket":"main-preview","collection":"ml-inference-request-options","host":"firefox.settings.services.mozilla.com"},{"id":"5141c7f4-3a3e-d7bd-7cfb-cca1f1796418","last_modified":1743527901541,"bucket":"main-preview","collection":"ms-images","host":"firefox.settings.services.mozilla.com"},{"id":"cde3c31e-c1b8-b24e-a494-454fdb830abf","last_modified":1743526811583,"bucket":"main-preview","collection":"password-rules","host":"firefox.settings.services.mozilla.com"},{"id":"fa35c1eb-3355-f100-ab9a-e4d909948e37","last_modified":1743526810743,"bucket":"main-preview","collection":"websites-with-shared-credential-backends","host":"firefox.settings.services.mozilla.com"},{"id":"8b878038-f209-6179-d981-2ebf0a5c0214","last_modified":1743513175300,"bucket":"main","collection":"url-parser-default-unknown-schemes-interventions","host":"firefox.settings.services.mozilla.com"},{"id":"3ddbe540-6900-30ef-7853-199a3b4bc6df","last_modified":1743444029613,"bucket":"main","collection":"quicksuggest","host":"firefox.settings.services.mozilla.com"},{"id":"8195b5b2-fd71-f382-9458-5028ef84e90d","last_modified":1743444029470,"bucket":"main-preview","collection":"quicksuggest","host":"firefox.settings.services.mozilla.com"},{"id":"447cbbca-247c-25ea-e1eb-68e922864d1e","last_modified":1743442255455,"bucket":"main","collection":"nimbus-web-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"dfb5c030-b786-15e2-0622-ee8c4856abdb","last_modified":1743442248626,"bucket":"main-preview","collection":"nimbus-web-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"c90c4f3d-7e2b-b146-ded8-84385fb2e646","last_modified":1743439263791,"bucket":"main-preview","collection":"fingerprinting-protection-overrides","host":"firefox.settings.services.mozilla.com"},{"id":"396b50ef-ee78-d4ff-e110-468732ed1c24","last_modified":1743259453614,"bucket":"main","collection":"ml-model-allow-deny-list","host":"firefox.settings.services.mozilla.com"},{"id":"4d843a44-b691-2bab-b53e-4d52613c6de0","last_modified":1743259334510,"bucket":"main-preview","collection":"ml-model-allow-deny-list","host":"firefox.settings.services.mozilla.com"},{"id":"9d4824c1-5be6-ce43-9ca9-468dd370b054","last_modified":1743165388881,"bucket":"main-preview","collection":"url-parser-default-unknown-schemes-interventions","host":"firefox.settings.services.mozilla.com"},{"id":"714b69f3-69fb-0b5e-9c4a-e73c07aa2858","last_modified":1743151419235,"bucket":"main","collection":"tracking-protection-lists","host":"firefox.settings.services.mozilla.com"},{"id":"746576e8-f650-113b-24aa-7875fa5bf3e0","last_modified":1743124440441,"bucket":"main-preview","collection":"tracking-protection-lists-ios","host":"firefox.settings.services.mozilla.com"},{"id":"9cee02bd-bc7a-cacc-333f-61dbc4575260","last_modified":1743096530030,"bucket":"main","collection":"translations-models","host":"firefox.settings.services.mozilla.com"},{"id":"d7c0fedd-8531-a315-dc68-23c7abac7088","last_modified":1743094401678,"bucket":"main-preview","collection":"translations-models","host":"firefox.settings.services.mozilla.com"},{"id":"b39de954-4216-fecc-150f-7a08e837b373","last_modified":1742996759044,"bucket":"main","collection":"search-config-v2","host":"firefox.settings.services.mozilla.com"},{"id":"dd040ff6-583c-d16b-2816-5d8079aba996","last_modified":1742996756546,"bucket":"main","collection":"search-telemetry-v2","host":"firefox.settings.services.mozilla.com"},{"id":"68692045-6d1b-1419-071f-eed1d9f5c262","last_modified":1742915777339,"bucket":"main-preview","collection":"search-telemetry-v2","host":"firefox.settings.services.mozilla.com"},{"id":"108456a5-3894-c2e1-f74c-24d098107d80","last_modified":1742915633472,"bucket":"main-preview","collection":"search-config-v2","host":"firefox.settings.services.mozilla.com"},{"id":"0b696c37-e442-b92f-65ee-a0123223f224","last_modified":1742848579714,"bucket":"main","collection":"ms-images","host":"firefox.settings.services.mozilla.com"},{"id":"461e4691-5c0d-5dad-321d-cd9d61a5c640","last_modified":1742481107766,"bucket":"main-preview","collection":"cfr","host":"firefox.settings.services.mozilla.com"},{"id":"e0739440-0519-39e8-a5d5-dfef0832cdf9","last_modified":1742417610872,"bucket":"security-state","collection":"ct-logs","host":"firefox.settings.services.mozilla.com"},{"id":"f934c73b-822b-89cd-0df5-3eab4878e47e","last_modified":1742403652577,"bucket":"security-state-preview","collection":"ct-logs","host":"firefox.settings.services.mozilla.com"},{"id":"22625625-0f03-7107-1d3e-a8484d109ca7","last_modified":1742326552735,"bucket":"main","collection":"ml-onnx-runtime","host":"firefox.settings.services.mozilla.com"},{"id":"d2dbd449-2ec9-60e2-b7c8-a384ea7d0878","last_modified":1742302949968,"bucket":"main-preview","collection":"ml-onnx-runtime","host":"firefox.settings.services.mozilla.com"},{"id":"c521b443-368f-2e18-a853-066abaa1e9e3","last_modified":1741977378991,"bucket":"blocklists","collection":"addons-bloomfilters","host":"firefox.settings.services.mozilla.com"},{"id":"a7fb0c00-2166-93ab-8261-d6110ffd1212","last_modified":1741873042352,"bucket":"main","collection":"nimbus-secure-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"4ebcda67-0fb6-46f6-2f1a-6d246923bb48","last_modified":1741872916648,"bucket":"main-preview","collection":"nimbus-secure-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"301b5e58-eec9-4f1e-2f97-09abedfef627","last_modified":1741633408486,"bucket":"main","collection":"top-sites","host":"firefox.settings.services.mozilla.com"},{"id":"d5acf05e-c2b7-782b-c5f7-52fd75b10abd","last_modified":1741284738586,"bucket":"main-preview","collection":"top-sites","host":"firefox.settings.services.mozilla.com"},{"id":"274942c0-0ac3-cabd-0eca-3889bdfa926b","last_modified":1740434683491,"bucket":"main","collection":"cfr","host":"firefox.settings.services.mozilla.com"},{"id":"06026d31-633c-e362-24b4-36b0dd091cd1","last_modified":1740065245417,"bucket":"main-preview","collection":"third-party-cookie-blocking-exempt-urls","host":"firefox.settings.services.mozilla.com"},{"id":"2a96d2c2-ee2c-92d9-4415-3996dd1aef47","last_modified":1739471652383,"bucket":"main","collection":"url-classifier-skip-urls","host":"firefox.settings.services.mozilla.com"},{"id":"4bbeba46-f780-10cb-16ea-2bc48ec77807","last_modified":1739469758289,"bucket":"main-preview","collection":"url-classifier-skip-urls","host":"firefox.settings.services.mozilla.com"},{"id":"7a804898-26d6-ff1b-096a-df6246714e38","last_modified":1738775297137,"bucket":"main","collection":"websites-with-shared-credential-backends","host":"firefox.settings.services.mozilla.com"},{"id":"889a101d-bade-d030-e233-a18beceba9cf","last_modified":1738006794612,"bucket":"main","collection":"partitioning-exempt-urls","host":"firefox.settings.services.mozilla.com"},{"id":"d02d3098-a22d-738c-9de1-1a3688e8cda8","last_modified":1738006400582,"bucket":"main-preview","collection":"partitioning-exempt-urls","host":"firefox.settings.services.mozilla.com"},{"id":"e9f76a09-1c31-7dce-7c40-8abfbcfb244d","last_modified":1737735850466,"bucket":"main","collection":"normandy-recipes-capabilities","host":"firefox.settings.services.mozilla.com"},{"id":"bb32df0b-e18b-8a91-aa3d-d300b1cc5871","last_modified":1737735836197,"bucket":"main-preview","collection":"normandy-recipes-capabilities","host":"firefox.settings.services.mozilla.com"},{"id":"8da7db1e-dffb-18c9-2efe-0e9d7459a0f4","last_modified":1737735776265,"bucket":"main","collection":"normandy-recipes","host":"firefox.settings.services.mozilla.com"},{"id":"f6567cf1-a869-3d1b-e4a4-8fd72f3c80ad","last_modified":1737735688027,"bucket":"main-preview","collection":"normandy-recipes","host":"firefox.settings.services.mozilla.com"},{"id":"d7bee3b1-5225-494c-c375-72931c7407bf","last_modified":1737485866696,"bucket":"main","collection":"ms-language-packs","host":"firefox.settings.services.mozilla.com"},{"id":"6133f0b4-fe59-a2ad-6839-b159c6dabc9c","last_modified":1737410295835,"bucket":"main-preview","collection":"ms-language-packs","host":"firefox.settings.services.mozilla.com"},{"id":"4dd906e9-fe4e-fd64-8138-a2c7260b2199","last_modified":1736374736460,"bucket":"security-state","collection":"onecrl","host":"firefox.settings.services.mozilla.com"},{"id":"58d1976f-6e75-7728-79da-f4860ed35de5","last_modified":1734800450102,"bucket":"security-state-preview","collection":"onecrl","host":"firefox.settings.services.mozilla.com"},{"id":"28f0e7fd-7af7-617f-eba3-ba80e5f7148f","last_modified":1734380308791,"bucket":"main","collection":"translations-wasm","host":"firefox.settings.services.mozilla.com"},{"id":"347711a1-df95-2461-f315-f36e4c457397","last_modified":1734370262217,"bucket":"main-preview","collection":"translations-wasm","host":"firefox.settings.services.mozilla.com"},{"id":"b1da8a52-9524-3fff-1a51-6f05fe13ca77","last_modified":1733839156202,"bucket":"main","collection":"remote-permissions","host":"firefox.settings.services.mozilla.com"},{"id":"177ad77b-fda0-02ea-1a7d-7dab72571f01","last_modified":1733839085582,"bucket":"main-preview","collection":"remote-permissions","host":"firefox.settings.services.mozilla.com"},{"id":"b39a6955-c9c9-8671-4823-7ea117a81e66","last_modified":1733253635039,"bucket":"main","collection":"fxrelay-allowlist","host":"firefox.settings.services.mozilla.com"},{"id":"7b97eca9-f25a-76ee-5c38-61e06e831ac2","last_modified":1733252915052,"bucket":"main-preview","collection":"fxrelay-allowlist","host":"firefox.settings.services.mozilla.com"},{"id":"c9a369e7-cbe2-f617-0ebf-c5e892b829e4","last_modified":1732038464522,"bucket":"main","collection":"fakespot-suggest-products","host":"firefox.settings.services.mozilla.com"},{"id":"3fadb169-e5de-a2f0-374e-6eeb3eac3dbb","last_modified":1731615130278,"bucket":"blocklists","collection":"gfx","host":"firefox.settings.services.mozilla.com"},{"id":"be77064f-af40-d297-93f9-91e676ec04ea","last_modified":1731615082712,"bucket":"blocklists-preview","collection":"gfx","host":"firefox.settings.services.mozilla.com"},{"id":"34d68bb2-6416-0978-cc5b-de1fc1af8382","last_modified":1731448629164,"bucket":"main-preview","collection":"fakespot-suggest-products","host":"firefox.settings.services.mozilla.com"},{"id":"85fc8c6a-75fc-501e-9d4b-08306b7f81e6","last_modified":1727212608981,"bucket":"main","collection":"moz-essential-domain-fallbacks","host":"firefox.settings.services.mozilla.com"},{"id":"d4f2309b-56a0-a4c2-78cd-f216b1209a81","last_modified":1727212608847,"bucket":"main-preview","collection":"moz-essential-domain-fallbacks","host":"firefox.settings.services.mozilla.com"},{"id":"09b4c573-0b2a-e099-cc0c-32f84d78cd59","last_modified":1726599273951,"bucket":"main","collection":"search-categorization","host":"firefox.settings.services.mozilla.com"},{"id":"818868b5-18ae-a588-e1d6-8d067a64e5c0","last_modified":1726580945389,"bucket":"main-preview","collection":"search-categorization","host":"firefox.settings.services.mozilla.com"},{"id":"6eb5c7d5-d063-34f2-f7f6-0440d029672b","last_modified":1726182473065,"bucket":"main","collection":"content-relevance","host":"firefox.settings.services.mozilla.com"},{"id":"2e2ce4af-06be-5dfe-97aa-4f511a5cf606","last_modified":1726180363239,"bucket":"main-preview","collection":"content-relevance","host":"firefox.settings.services.mozilla.com"},{"id":"31ea171e-5558-f27b-3633-67abd4363c52","last_modified":1725548360015,"bucket":"main","collection":"third-party-cookie-blocking-exempt-urls","host":"firefox.settings.services.mozilla.com"},{"id":"ecf46491-801a-ee6b-c771-432925b584da","last_modified":1725526980846,"bucket":"main","collection":"cookie-banner-rules-list","host":"firefox.settings.services.mozilla.com"},{"id":"fb10b66d-50d9-8e4a-5874-52d7a0a6af01","last_modified":1725494410559,"bucket":"main-preview","collection":"cookie-banner-rules-list","host":"firefox.settings.services.mozilla.com"},{"id":"3e829a4c-383d-93ea-bef4-49f2560e1d83","last_modified":1722426875987,"bucket":"main","collection":"backup-common-passwords-list","host":"firefox.settings.services.mozilla.com"},{"id":"241130b1-a088-265c-39e2-ad1e1adaf115","last_modified":1722426875836,"bucket":"main-preview","collection":"backup-common-passwords-list","host":"firefox.settings.services.mozilla.com"},{"id":"cfe13ca2-8007-1935-aea8-b31c7bcefd8d","last_modified":1721063513248,"bucket":"main","collection":"search-default-override-allowlist","host":"firefox.settings.services.mozilla.com"},{"id":"b271319d-3db1-b78c-b058-7a3e7704c80f","last_modified":1721062345952,"bucket":"main-preview","collection":"search-default-override-allowlist","host":"firefox.settings.services.mozilla.com"},{"id":"800de7cf-140e-6617-2685-c0490d8d29cb","last_modified":1720457798358,"bucket":"main","collection":"bounce-tracking-protection-exceptions","host":"firefox.settings.services.mozilla.com"},{"id":"ee5f80a9-784c-add7-857f-016be20523a3","last_modified":1720457798276,"bucket":"main-preview","collection":"bounce-tracking-protection-exceptions","host":"firefox.settings.services.mozilla.com"},{"id":"2567487c-641d-8efe-bf09-4c9ceca0811d","last_modified":1719927826949,"bucket":"main","collection":"urlbar-persisted-search-terms","host":"firefox.settings.services.mozilla.com"},{"id":"d5795030-b96f-0d09-e315-f8f02cfe2932","last_modified":1719847110309,"bucket":"main","collection":"backup-recovery-download-links","host":"firefox.settings.services.mozilla.com"},{"id":"eec76038-1880-058e-672b-dea34e735acc","last_modified":1719847110215,"bucket":"main-preview","collection":"backup-recovery-download-links","host":"firefox.settings.services.mozilla.com"},{"id":"ef5ddee3-314b-197c-35a1-2943fe96c573","last_modified":1719588521214,"bucket":"main-preview","collection":"urlbar-persisted-search-terms","host":"firefox.settings.services.mozilla.com"},{"id":"8e0dffc7-d526-aa8d-759c-0882dfda733c","last_modified":1718898145959,"bucket":"main","collection":"message-groups","host":"firefox.settings.services.mozilla.com"},{"id":"031decaa-47bd-3d48-b752-1978196eb048","last_modified":1718722597937,"bucket":"main-preview","collection":"newtab-wallpapers","host":"firefox.settings.services.mozilla.com"},{"id":"9a2e66c0-f96b-fa05-92da-8d62775e102b","last_modified":1718434781891,"bucket":"main-preview","collection":"message-groups","host":"firefox.settings.services.mozilla.com"},{"id":"572c01f9-9f5b-5de0-717b-b4e9a21c9cf0","last_modified":1716487426093,"bucket":"main","collection":"newtab-wallpapers","host":"firefox.settings.services.mozilla.com"},{"id":"03247ba1-6c92-841f-f282-1ee436cc8a1d","last_modified":1715008862535,"bucket":"main","collection":"fingerprinting-protection-overrides","host":"firefox.settings.services.mozilla.com"},{"id":"b482b902-198d-8d2f-16b0-3510f086dceb","last_modified":1711033331878,"bucket":"main","collection":"devtools-news","host":"firefox.settings.services.mozilla.com"},{"id":"530bef41-bbef-f783-33e5-b7deb2568002","last_modified":1711033331748,"bucket":"main-preview","collection":"devtools-news","host":"firefox.settings.services.mozilla.com"},{"id":"aea574eb-2997-6453-0c09-1851fc1b2561","last_modified":1710766850143,"bucket":"main","collection":"search-config","host":"firefox.settings.services.mozilla.com"},{"id":"d6bac357-17c7-e551-94e7-9fb97f908dec","last_modified":1710757058760,"bucket":"main-preview","collection":"search-config","host":"firefox.settings.services.mozilla.com"},{"id":"92c52502-9661-6d8b-9389-f2732f6f5caf","last_modified":1710333238310,"bucket":"main","collection":"search-config-overrides-v2","host":"firefox.settings.services.mozilla.com"},{"id":"3a960198-3d00-820d-449f-09aff056c65b","last_modified":1710170849382,"bucket":"main-preview","collection":"search-config-overrides-v2","host":"firefox.settings.services.mozilla.com"},{"id":"49db3966-ee3d-979b-5014-4011f6d5e79b","last_modified":1709217485713,"bucket":"main","collection":"search-config-overrides","host":"firefox.settings.services.mozilla.com"},{"id":"accb70b3-679a-9d45-ed6f-0f5a845bf850","last_modified":1709157022845,"bucket":"main-preview","collection":"search-config-overrides","host":"firefox.settings.services.mozilla.com"},{"id":"651e8969-24fa-eb4a-aa3d-d64b894cbe9a","last_modified":1694689843914,"bucket":"main","collection":"query-stripping","host":"firefox.settings.services.mozilla.com"},{"id":"00b04ed4-cacb-1281-1c64-813c2d1e5714","last_modified":1694689766005,"bucket":"main-preview","collection":"query-stripping","host":"firefox.settings.services.mozilla.com"},{"id":"e80aaa02-f8ae-a788-8426-059a8c4fcd2e","last_modified":1688747728721,"bucket":"main","collection":"addons-manager-settings","host":"firefox.settings.services.mozilla.com"},{"id":"bad6f034-2d51-c5b3-6cc1-a2ff19440327","last_modified":1688675787185,"bucket":"main-preview","collection":"addons-manager-settings","host":"firefox.settings.services.mozilla.com"},{"id":"8ee6692e-d686-a614-6e4f-23d71b55b7f3","last_modified":1683667257606,"bucket":"main","collection":"fxmonitor-breaches","host":"firefox.settings.services.mozilla.com"},{"id":"c2349d3f-a0f0-2550-1e35-ee993f8a1c8d","last_modified":1682640078021,"bucket":"main-preview","collection":"fxmonitor-breaches","host":"firefox.settings.services.mozilla.com"},{"id":"4bf857cb-8e73-0d27-ddcf-08f2bb797163","last_modified":1681500405555,"bucket":"main","collection":"translations-identification-models","host":"firefox.settings.services.mozilla.com"},{"id":"3f7fc0d0-04af-6c69-dd93-2a29d4243407","last_modified":1681344840786,"bucket":"main-preview","collection":"translations-identification-models","host":"firefox.settings.services.mozilla.com"},{"id":"71e468d0-8006-a831-873e-64d518cd8515","last_modified":1674595048726,"bucket":"main","collection":"password-recipes","host":"firefox.settings.services.mozilla.com"},{"id":"ab724da6-2405-a097-9ca2-e638a61eaca4","last_modified":1673279640190,"bucket":"main-preview","collection":"password-recipes","host":"firefox.settings.services.mozilla.com"},{"id":"8c581745-110d-0d30-f0f2-fe999bc1fde7","last_modified":1673270322227,"bucket":"main","collection":"language-dictionaries","host":"firefox.settings.services.mozilla.com"},{"id":"9f66a403-06b9-1f49-179b-8bde4f9e1d3a","last_modified":1672846460810,"bucket":"main-preview","collection":"language-dictionaries","host":"firefox.settings.services.mozilla.com"},{"id":"eb808f2d-5de3-89d6-4252-03823ccaded5","last_modified":1672463216411,"bucket":"main","collection":"rally-studies-v2","host":"firefox.settings.services.mozilla.com"},{"id":"d794c574-a4c6-b888-d8d7-96024e07d4b1","last_modified":1672349611696,"bucket":"main-preview","collection":"rally-studies-v2","host":"firefox.settings.services.mozilla.com"},{"id":"568454e9-c59e-4b6f-0c12-3dcd53a12296","last_modified":1653469171354,"bucket":"main","collection":"devtools-devices","host":"firefox.settings.services.mozilla.com"},{"id":"bbc8352c-1fd5-7a96-a4d5-332b56d90c3c","last_modified":1653402346692,"bucket":"main-preview","collection":"devtools-devices","host":"firefox.settings.services.mozilla.com"},{"id":"42830d75-4c14-f884-1ceb-05febc3902b9","last_modified":1651753780606,"bucket":"main","collection":"doh-config","host":"firefox.settings.services.mozilla.com"},{"id":"03502cb8-a932-eb71-c910-0a9adb597757","last_modified":1651738492284,"bucket":"main-preview","collection":"doh-config","host":"firefox.settings.services.mozilla.com"},{"id":"a252dd48-1252-7149-1c3f-1e82697843af","last_modified":1647549722107,"bucket":"main","collection":"doh-providers","host":"firefox.settings.services.mozilla.com"},{"id":"bcde7ed4-4637-5b47-922e-c8df09ece804","last_modified":1647548788458,"bucket":"main-preview","collection":"doh-providers","host":"firefox.settings.services.mozilla.com"},{"id":"2e5fede5-45b1-2e91-626c-371c244ad1b2","last_modified":1646406194397,"bucket":"main-preview","collection":"public-suffix-list","host":"firefox.settings.services.mozilla.com"},{"id":"6caeca19-d819-2f9c-cfe3-8b0c1de9b52b","last_modified":1644517845433,"bucket":"main","collection":"search-telemetry","host":"firefox.settings.services.mozilla.com"},{"id":"30f49866-e6b6-6377-1714-d967d46c2cc9","last_modified":1644491477799,"bucket":"main-preview","collection":"search-telemetry","host":"firefox.settings.services.mozilla.com"},{"id":"45a93597-80e3-cc6c-f29c-1ad6e0dd4455","last_modified":1641843848274,"bucket":"main","collection":"rally-studies-v1","host":"firefox.settings.services.mozilla.com"},{"id":"ead8cf13-b099-9545-b44c-e03c4270bafd","last_modified":1641843577359,"bucket":"main-preview","collection":"rally-studies-v1","host":"firefox.settings.services.mozilla.com"},{"id":"e4764d29-ebad-2f17-3945-cdff8214f400","last_modified":1627481728329,"bucket":"main","collection":"tippytop","host":"firefox.settings.services.mozilla.com"},{"id":"101f5b7a-c0d0-247e-2c0d-0cc89d5ff7c2","last_modified":1627480834563,"bucket":"main-preview","collection":"tippytop","host":"firefox.settings.services.mozilla.com"},{"id":"1611c176-3998-f3df-07b7-c1858138d48b","last_modified":1617030573137,"bucket":"main","collection":"whats-new-panel","host":"firefox.settings.services.mozilla.com"},{"id":"b4759cb6-c501-cea0-ba70-8ab04c89b171","last_modified":1617029179150,"bucket":"main-preview","collection":"whats-new-panel","host":"firefox.settings.services.mozilla.com"},{"id":"2652b5c8-7854-2c47-d567-19bbcaae38e5","last_modified":1607983639228,"bucket":"main","collection":"pioneer-study-addons-v2","host":"firefox.settings.services.mozilla.com"},{"id":"a998e5e0-c645-25e4-8306-d22953baacb4","last_modified":1607983636189,"bucket":"main","collection":"pioneer-content-v2","host":"firefox.settings.services.mozilla.com"},{"id":"093951eb-e25b-150b-d55f-a8da62e1e995","last_modified":1607981769164,"bucket":"main-preview","collection":"pioneer-content-v2","host":"firefox.settings.services.mozilla.com"},{"id":"45a0f571-e2c2-dddb-8f21-3d4cd7d909f7","last_modified":1607981725045,"bucket":"main-preview","collection":"pioneer-study-addons-v2","host":"firefox.settings.services.mozilla.com"},{"id":"6fcd379b-83fc-111c-e7f5-c9fa9d7caf25","last_modified":1607042143590,"bucket":"main","collection":"pioneer-study-addons-v1","host":"firefox.settings.services.mozilla.com"},{"id":"4367935e-3364-caff-464b-db690e567471","last_modified":1607041879513,"bucket":"main-preview","collection":"pioneer-study-addons-v1","host":"firefox.settings.services.mozilla.com"},{"id":"8451eb15-8141-758c-6dd1-6d9f04146fa9","last_modified":1605801189258,"bucket":"main","collection":"hijack-blocklists","host":"firefox.settings.services.mozilla.com"},{"id":"cdf5b0ef-a720-05b9-cc9f-ca272d916d46","last_modified":1605800480144,"bucket":"main-preview","collection":"hijack-blocklists","host":"firefox.settings.services.mozilla.com"},{"id":"b7f595f9-5fc5-d863-b5dd-e5425dcf427a","last_modified":1604940558744,"bucket":"blocklists","collection":"addons","host":"firefox.settings.services.mozilla.com"},{"id":"c6671b58-a04c-2753-1904-decfb584f9ce","last_modified":1604936711141,"bucket":"blocklists-preview","collection":"addons","host":"firefox.settings.services.mozilla.com"},{"id":"10583668-d3dc-6025-0200-dbcec975ac47","last_modified":1604450883297,"bucket":"main","collection":"pioneer-content-v1","host":"firefox.settings.services.mozilla.com"},{"id":"415edb28-1f34-f530-ecf7-1e243652be16","last_modified":1604442382323,"bucket":"main-preview","collection":"pioneer-content-v1","host":"firefox.settings.services.mozilla.com"},{"id":"958b14fa-88b0-ec42-8e68-464502a21eb1","last_modified":1603308987530,"bucket":"main","collection":"personality-provider-recipe","host":"firefox.settings.services.mozilla.com"},{"id":"3f33d824-d485-658d-ab8e-f498e6f83c8a","last_modified":1603308808124,"bucket":"main-preview","collection":"personality-provider-recipe","host":"firefox.settings.services.mozilla.com"},{"id":"19e79f22-62cf-92e1-c12c-a3b4b9cf51be","last_modified":1603126502200,"bucket":"blocklists","collection":"plugins","host":"firefox.settings.services.mozilla.com"},{"id":"3ace9d8e-00b5-a353-7fd5-1f081ff482ba","last_modified":1603099530179,"bucket":"blocklists-preview","collection":"plugins","host":"firefox.settings.services.mozilla.com"},{"id":"2ca9d0dc-f44b-9e48-5f37-37a90600b10f","last_modified":1602876354998,"bucket":"main","collection":"mobile-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"23ee4721-520a-33d1-2063-51f8ff4fed96","last_modified":1602780283316,"bucket":"main-preview","collection":"mobile-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"3f7e9dcc-c522-ea35-c98b-9334230153aa","last_modified":1600363002708,"bucket":"main","collection":"regions","host":"firefox.settings.services.mozilla.com"},{"id":"e535535a-be20-8cb5-d162-ba72b1d81f3f","last_modified":1595950625167,"bucket":"main","collection":"pioneer-study-addons","host":"firefox.settings.services.mozilla.com"},{"id":"9dbb7b11-e456-bb51-2f14-f3a17ef76326","last_modified":1595950571495,"bucket":"main-preview","collection":"pioneer-study-addons","host":"firefox.settings.services.mozilla.com"},{"id":"5b1ab327-5196-0f05-629f-fdd288138d69","last_modified":1593104364892,"bucket":"main","collection":"windows-default-browser-agent","host":"firefox.settings.services.mozilla.com"},{"id":"3f3cc33f-0a47-9621-ca08-6f1d0d55bb7c","last_modified":1593104012343,"bucket":"main-preview","collection":"windows-default-browser-agent","host":"firefox.settings.services.mozilla.com"},{"id":"91607703-59bd-95a1-7734-a987332bc619","last_modified":1591566906097,"bucket":"main-preview","collection":"regions","host":"firefox.settings.services.mozilla.com"},{"id":"0d61e3ec-c708-b839-512a-e09c3f5f1880","last_modified":1581703205374,"bucket":"main","collection":"personality-provider-models","host":"firefox.settings.services.mozilla.com"},{"id":"58667b5b-2afa-c9ea-a95d-d6081529dbee","last_modified":1581701665749,"bucket":"main-preview","collection":"personality-provider-models","host":"firefox.settings.services.mozilla.com"},{"id":"5f39c5e3-7a2a-3868-c29d-e7f11d76d66b","last_modified":1575468539758,"bucket":"main","collection":"public-suffix-list","host":"firefox.settings.services.mozilla.com"},{"id":"e02dce4c-7a13-3dda-6e62-d6d9084e82f5","last_modified":1569443132800,"bucket":"main","collection":"cfr-srg","host":"firefox.settings.services.mozilla.com"},{"id":"ad9b4281-cfdf-902c-de11-366a78030ed5","last_modified":1569443132231,"bucket":"main-preview","collection":"cfr-srg","host":"firefox.settings.services.mozilla.com"},{"id":"248f8630-6807-ab30-6370-14918dc824c2","last_modified":1564511755134,"bucket":"main","collection":"anti-tracking-url-decoration","host":"firefox.settings.services.mozilla.com"},{"id":"4ceae968-33e3-b09e-fce7-87edfd15923a","last_modified":1564511755134,"bucket":"main-preview","collection":"anti-tracking-url-decoration","host":"firefox.settings.services.mozilla.com"},{"id":"e1afa4ff-ea74-d142-eff6-4c5c3d27ce8c","last_modified":1562796064168,"bucket":"main-preview","collection":"focus-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"0164d8d8-c422-4215-1f5a-70f62b85bf44","last_modified":1562796064168,"bucket":"main","collection":"focus-experiments","host":"firefox.settings.services.mozilla.com"},{"id":"0ad92238-e4ce-dd27-57f8-c97134add3c9","last_modified":1544035467383,"bucket":"main","collection":"sites-classification","host":"firefox.settings.services.mozilla.com"},{"id":"2c434b22-08f9-ed9a-914c-ef5c30ebcb82","last_modified":1544035467383,"bucket":"main-preview","collection":"sites-classification","host":"firefox.settings.services.mozilla.com"}]}p� 1g���g���H0g��ma,:https://firefox.settings.services.mozilla.com/v1/buckets/monitor/collections/changes/changeset?_expected=0strongly-framed1security-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request-methodGETresponse-headHTTP/2 200
2
- server: nginx
3
- content-length: 33677
4
- access-control-allow-origin: *
5
- access-control-expose-headers: Alert, Backoff, Content-Type, Retry-After, Content-Length
6
- x-content-type-options: nosniff
7
- content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
8
- strict-transport-security: max-age=31536000
9
- via: 1.1 google
10
- date: Tue, 08 Apr 2025 19:58:44 GMT
11
- age: 2464
12
- last-modified: Tue, 08 Apr 2025 19:04:44 GMT
13
- content-type: application/json
14
- cache-control: public,max-age=3600
15
- alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
16
- X-Firefox-Spdy: h2
17
- original-response-headersserver: nginx
18
- content-length: 33677
19
- access-control-allow-origin: *
20
- access-control-expose-headers: Alert, Backoff, Content-Type, Retry-After, Content-Length
21
- x-content-type-options: nosniff
22
- content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
23
- strict-transport-security: max-age=31536000
24
- via: 1.1 google
25
- date: Tue, 08 Apr 2025 19:58:44 GMT
26
- age: 2464
27
- last-modified: Tue, 08 Apr 2025 19:04:44 GMT
28
- content-type: application/json
29
- cache-control: public,max-age=3600
30
- alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
31
- X-Firefox-Spdy: h2
32
- ctid1net-response-time-onstart2329net-response-time-onstop2350��
@@ -1,34 +0,0 @@
1
- {"permissions":{},"data":{"schema":{"type":"object","allOf":[{"if":{"properties":{"recordType":{"const":"engine"}}},"then":{"required":["recordType","identifier","base","variants"],"properties":{"base":{"type":"object","title":"Base Details","required":["name","urls","classification"],"properties":{"name":{"type":"string","title":"Name","maxLength":100,"description":"The user visible name for the search engine."},"urls":{"$ref":"#/definitions/urls"},"aliases":{"type":"array","items":{"type":"string","pattern":"^[a-z\\xa1-\\uffff]*$"},"title":"Aliases","description":"An array of aliases that the user can use to search with this engine. The aliases will be prefix by '@' on desktop and potentially other platforms.","uniqueItems":true},"charset":{"type":"string","title":"Character Set","pattern":"^[a-zA-Z0-9-]*$","description":"The character set this engine uses for queries. Defaults to 'UTF=8' if not set."},"partnerCode":{"$ref":"#/definitions/partnerCode"},"classification":{"enum":["general","unknown"],"type":"string","title":"Classification","description":"The classification of search engine according to the main search types (e.g. general, shopping, travel, dictionary). Currently, only marking as a general search engine is supported."}},"description":"Base details for the engine."},"notes":{"type":"string","title":"Notes","pattern":"^[a-zA-Z0-9-_.() ]*$","description":"A short notes section used to potentially aid identification of this section for humans. Not intended for to be read by the application."},"variants":{"type":"array","items":{"type":"object","required":["environment"],"properties":{"urls":{"$ref":"#/definitions/urls"},"optional":{"type":"boolean","title":"Optional","description":"This search engine is presented as an option that the user may enable. It is not included in the initial list of search engines. If not specified, defaults to false."},"environment":{"$ref":"#/definitions/environment"},"partnerCode":{"$ref":"#/definitions/partnerCode"},"subVariants":{"type":"array","items":{"type":"object","required":["environment"],"properties":{"urls":{"$ref":"#/definitions/urls"},"optional":{"type":"boolean","title":"Optional","description":"This search engine is presented as an option that the user may enable. It is not included in the initial list of search engines. If not specified, defaults to false."},"environment":{"$ref":"#/definitions/environment"},"partnerCode":{"$ref":"#/definitions/partnerCode"},"telemetrySuffix":{"type":"string","title":"Telemetry Suffix","pattern":"^[a-zA-Z0-9-]*$","description":"Suffix that is appended to the search engine identifier following a dash, i.e. `<identifier>-<suffix>`. There should always be a suffix supplied if the partner code is different for a reason other than being on a different platform."}}},"title":"Subvariants","description":"This section describes subvariations of this search engine that may occur depending on the user's environment. The last subvariant that matches the user's environment will be applied to the engine."},"telemetrySuffix":{"type":"string","title":"Telemetry Suffix","pattern":"^[a-zA-Z0-9-]*$","description":"Suffix that is appended to the search engine identifier following a dash, i.e. `<identifier>-<suffix>`. There should always be a suffix supplied if the partner code is different for a reason other than being on a different platform."}}},"title":"Variants","description":"This section describes variations of this search engine that may occur depending on the user's environment. The last variant that matches the user's environment will be applied to the engine, subvariants may also be applied."},"identifier":{"type":"string","title":"Identifier","pattern":"^[a-zA-Z0-9-_]*$","description":"The identifier of the search engine. This is used as an internal identifier, e.g. for saving the user's settings for the engine. It is also used to form the base telemetry id and may be extended by telemetrySuffix."},"recordType":{"$ref":"#/definitions/recordType"}}}},{"if":{"properties":{"recordType":{"const":"defaultEngines"}}},"then":{"required":["recordType","globalDefault"],"properties":{"recordType":{"$ref":"#/definitions/recordType"},"globalDefault":{"type":"string","title":"Global Default","pattern":"^[a-zA-Z0-9-_]*$","description":"The identifier of the engine that will be used as the application default if no other engines are specified as default."},"specificDefaults":{"type":"array","items":{"type":"object","oneOf":[{"required":["environment","default"]},{"required":["environment","defaultPrivate"]},{"required":["environment","default","defaultPrivate"]}],"properties":{"default":{"type":"string","title":"Default","pattern":"^[a-zA-Z0-9-_]*\\*?$","description":"The identifier of the engine that will be used as the application default for the associated environment. If the entry is suffixed with a star, matching is applied on a \"starts with\" basis."},"environment":{"$ref":"#/definitions/environment"},"defaultPrivate":{"type":"string","title":"Default - Private Mode","pattern":"^[a-zA-Z0-9-_]*\\*?$","description":"The identifier of the engine that will be used as the application default in private mode for the associated environment. If the entry is suffixed with a star, matching is applied on a \"starts with\" basis."}}},"title":"Filters","description":"The specific environment filters to set a different default engine. The array is ordered, when multiple entries match on environments, the later entry will override earlier entries."},"globalDefaultPrivate":{"type":"string","title":"Global Default - Private Mode","pattern":"^[a-zA-Z0-9-_]*$","description":"The identifier of the engine that will be used as the application default in private mode if no other engines are specified as default."}}}},{"if":{"properties":{"recordType":{"const":"engineOrders"}}},"then":{"required":["recordType","orders"],"properties":{"orders":{"type":"array","items":{"type":"object","required":["environment"],"properties":{"order":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9-_]*\\*?$"},"title":"Engine Order","description":"The order of the engines for the associated environment. If engines are present for the user but not included in this list, they will follow after the ones in this list in alphabetical order. If an individual entry is suffixed with a star, matching is applied on a \"starts with\" basis."},"environment":{"$ref":"#/definitions/environment"}}},"title":"Orders","description":"When a user's instance matches the defined environments, the associated engine order will be applied. The array is ordered, when multiple entries match on environments, the later entry will override earlier entries."},"recordType":{"$ref":"#/definitions/recordType"}}}}],"title":"Application Provided Search Engines Schema","properties":{"recordType":{"$ref":"#/definitions/recordType"}},"definitions":{"url":{"type":"object","properties":{"base":{"type":"string","title":"Base","description":"The PrePath and FilePath of the URL. May include variables for engines which have a variable FilePath, e.g. {searchTerm} for when a search term is within the path of the url."},"method":{"enum":["GET","POST"],"type":"string","title":"Method","pattern":"^(GET|POST)$","description":"The HTTP method to use to send the request. If not specified, defaults to GET."},"params":{"type":"array","items":{"type":"object","oneOf":[{"required":["name","value"]},{"required":["name","enterpriseValue"]},{"required":["name","experimentConfig"]}],"title":"Parameter","properties":{"name":{"type":"string","title":"Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The parameter name"},"value":{"type":"string","title":"Value","pattern":"^[a-zA-Z0-9-_{}]*$","description":"The parameter value, this may be a static value, or additionally contain a parameter replacement, e.g. {inputEncoding}. For the partner code parameter, this field should be {partnerCode}."},"enterpriseValue":{"type":"string","title":"Value","pattern":"^[a-zA-Z0-9-_{}]*$","description":"Same as value but only used if Services.polices.isEnterprise is true. Overrides other parameters of the same name."},"experimentConfig":{"type":"string","title":"Experiment Configuration","pattern":"^[a-zA-Z0-9-_]*$","description":"The value for the parameter will be derived from the equivalent experiment configuration value. If not experiment is present, this parameter will not be included in the final url."}}},"title":"Parameters","description":"The parameters for this URL."},"searchTermParamName":{"type":"string","title":"Search Term Parameter Name","pattern":"^[a-zA-Z0-9-_]*$","description":"The name of the query parameter for the search term. Automatically appended to the end of the query. This may be skipped if `{searchTerm}` is included in the base."}}},"urls":{"type":"object","title":"URLs","properties":{"search":{"$ref":"#/definitions/url","title":"Search URL","description":"The URL to use for searches"},"trending":{"$ref":"#/definitions/url","title":"Trending Suggestions URL","description":"The URL to use for tending suggestions"},"searchForm":{"$ref":"#/definitions/url","title":"SearchForm URL","description":"The URL of the search engine homepage"},"suggestions":{"$ref":"#/definitions/url","title":"Suggestions URL","description":"The URL to use for suggestions"}},"description":"The URLs associated with the search engine."},"recordType":{"enum":["engine","defaultEngines","engineOrders"],"title":"Record Type","description":"The type of details that this record contains."},"environment":{"type":"object","title":"Environment","properties":{"locales":{"type":"array","items":{"type":"string","pattern":"^([a-z]{2,3}(-[a-zA-Z]{2,})?(-macos)?|default)$","minLength":2},"title":"Locales","description":"An array of locales that this section applies to. 'default' will apply to situations where we have not been able to detect the user's locale.","uniqueItems":true},"regions":{"type":"array","items":{"type":"string","pattern":"^([a-z][a-z]|default)$","maxLength":7,"minLength":2},"title":"Regions","description":"An array of regions that this section applies to. 'default' will apply to situations where we have not been able to detect the user's region.","uniqueItems":true},"channels":{"type":"array","items":{"enum":["default","nightly","aurora","beta","release","esr"],"type":"string","pattern":"^[a-z]{0,100}$"},"title":"Release Channels","description":"An array of release channels that this section applies to (not set = everywhere).","uniqueItems":true},"deviceType":{"type":"array","items":{"enum":["smartphone","tablet"],"type":"string","pattern":"^[a-z-]{0,100}$"},"title":"Device Type","description":"The device type(s) this section applies to. On desktop when this property is specified and non-empty, the associated section will be ignored.","uniqueItems":true},"experiment":{"type":"string","title":"Experiment","pattern":"^[a-zA-Z0-9-]{0,100}$","description":"The experiment that this section applies to."},"maxVersion":{"type":"string","title":"Maximum Version","pattern":"^[0-9a-z.]{0,20}$","description":"The maximum application version this section applies to (less-than comparison)."},"minVersion":{"type":"string","title":"Minimum Version","pattern":"^[0-9a-z.]{0,20}$","description":"The minimum application version this section applies to."},"applications":{"type":"array","items":{"enum":["firefox","firefox-android","firefox-ios","focus-android","focus-ios"],"type":"string","pattern":"^[a-z-]{0,100}$"},"title":"Application Identifiers","description":"The application(s) this section applies to (default/not specified is everywhere). `firefox` relates to Firefox Desktop.","uniqueItems":true},"distributions":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9.-]{0,100}$"},"title":"Distributions","description":"An array of distribution identifiers that this applies to.","uniqueItems":true},"excludedLocales":{"type":"array","items":{"type":"string","pattern":"^([a-z]{2,3}(-[a-zA-Z]{2,})?(-macos)?|default)$","minLength":2},"title":"Excluded Locales","description":"An array of locales that this section should be excluded from. 'default' will apply to situations where we have not been able to detect the user's locale.","uniqueItems":true},"excludedRegions":{"type":"array","items":{"type":"string","pattern":"^([a-z]{2,3}|default)$","maxLength":7,"minLength":2},"title":"Excluded Regions","description":"An array of regions that this section should be excluded from. 'default' will apply to situations where we have not been able to detect the user's region.","uniqueItems":true},"allRegionsAndLocales":{"type":"boolean","title":"All Regions and Locales","description":"Indicates that this section applies to all regions and locales. May be modified by excludedRegions/excludedLocales."},"excludedDistributions":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9.-]{0,100}$"},"title":"Excluded Distributions","description":"An array of distribution identifiers that this does not apply to.","uniqueItems":true}},"description":"Specifies details of possible user environments that the engine or variant applies to"},"partnerCode":{"type":"string","title":"Partner Code","pattern":"^[a-zA-Z0-9-_]*$","description":"The partner code for the engine or variant. This will be inserted into parameters which include '{partnerCode}'"}},"description":"This schema contains the details to build application provided search engines shipped in some Mozilla products. The associated remote settings collection is search-config-v2. Note: the top-level properties section is only required to satisfy remoteSettings. The allOf section provides the full details of the different record types."},"signature":{"ref":"18zpp5xpiigoc3745573q2r75v","x5u":"https://content-signature-2.cdn.mozilla.net/g/chains/202402/remote-settings.content-signature.mozilla.org-2025-05-11-18-14-01.chain","mode":"p384ecdsa","type":"contentsignaturepki","signature":"MQUkvKSGJbcTKBzwR7OnO24s5bfxM_X7YsNAfulQRCtk0QUnnb7i_zV7TRGobPvAiyTv_y4X8zDvKdFs8c2zz67By6t93Gz-1fgll1NKrHw0QgMfdsOGZG_7OWJ0da6K","signer_id":"remote-settings_202402","public_key":"MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEGfW4Kzc+ZZ16GwdOdloxKUnLdTdo4btgWsSP7Rbz7JU05ERzEPhsrM9+kqTDBk8AMXcd4nLsma7IGW5BTvp/WEQcNkRPiTY55QkXue8LhAjZePpvTfLCK+8b+C6pq6f6"},"attachment":{"enabled":false,"required":false},"displayFields":["recordType","identifier"],"id":"search-config-v2","last_modified":1743638406877}}_��Da"g���g���H2g���ua,:https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/search-config-v2?_expected=1742996759044strongly-framed1security-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request-methodGETresponse-headHTTP/2 200
2
- server: nginx
3
- content-length: 14429
4
- access-control-allow-origin: *
5
- access-control-expose-headers: ETag, Alert, Backoff, Content-Type, Pragma, Retry-After, Cache-Control, Content-Length, Last-Modified, Expires
6
- x-content-type-options: nosniff
7
- content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
8
- strict-transport-security: max-age=31536000
9
- via: 1.1 google
10
- date: Tue, 08 Apr 2025 20:01:12 GMT
11
- age: 2316
12
- last-modified: Thu, 03 Apr 2025 00:00:06 GMT
13
- etag: "1743638406877"
14
- content-type: application/json
15
- cache-control: public,max-age=3600
16
- alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
17
- X-Firefox-Spdy: h2
18
- original-response-headersserver: nginx
19
- content-length: 14429
20
- access-control-allow-origin: *
21
- access-control-expose-headers: ETag, Alert, Backoff, Content-Type, Pragma, Retry-After, Cache-Control, Content-Length, Last-Modified, Expires
22
- x-content-type-options: nosniff
23
- content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
24
- strict-transport-security: max-age=31536000
25
- via: 1.1 google
26
- date: Tue, 08 Apr 2025 20:01:12 GMT
27
- age: 2316
28
- last-modified: Thu, 03 Apr 2025 00:00:06 GMT
29
- etag: "1743638406877"
30
- content-type: application/json
31
- cache-control: public,max-age=3600
32
- alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
33
- X-Firefox-Spdy: h2
34
- ctid1net-response-time-onstart20net-response-time-onstop268]
@@ -1,32 +0,0 @@
1
- {"metadata":{"schema":{"type":"object","title":"Search Engine Icons Schema","required":["engineIdentifiers","imageSize"],"properties":{"imageSize":{"type":"number","title":"Image Size","description":"The image size in pixels. May be used to choose the most appropriate image for the display."},"attachment":{"type":"object","title":"The attachment itself","properties":{"hash":{"type":"string","title":"Hash"},"size":{"type":"number","title":"Size (bytes)"},"filename":{"type":"string","title":"Filename"},"location":{"type":"string","title":"URL"},"mimetype":{"type":"string","title":"MIME type"},"original":{"type":"object","title":"Pre-gzipped file","properties":{"hash":{"type":"string","title":"Hash"},"size":{"type":"number","title":"Size (bytes)"},"filename":{"type":"string","title":"Filename"},"mimetype":{"type":"string","title":"MIME type"}},"additionalProperties":false}},"description":"Information about the attached file.","additionalProperties":false},"engineIdentifiers":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9-_]*\\*?$"},"title":"Engine Identifiers","description":"An array of search engine identifiers that the attached icon is for. If an individual entry is suffixed with a star, matching is applied on a \"starts with\" basis."},"filter_expression":{"type":"string","title":"Filter Expression","pattern":"^[a-zA-Z0-9-_=!\"'{} .<>|&()+*/[\\]:,\\\\^%]*$","description":"A JEXL to filter records. See https://remote-settings.readthedocs.io/en/latest/target-filters.html#how"}},"description":"This schema contains the structure of data for search engine icons which built from search-config-v2. The associated remote settings collection is search-config-icons."},"signature":{"ref":"o0wtl1a6a0ai3a4oi7mhymrd","x5u":"https://content-signature-2.cdn.mozilla.net/g/chains/202402/remote-settings.content-signature.mozilla.org-2025-05-11-18-14-01.chain","mode":"p384ecdsa","type":"contentsignaturepki","signature":"3RXOygi5p1hkh4STcul-jlvytCxqb3_kaCO9pbCfNo_sdbNTUKH4XCJWrR1PG8iND8pTfwFpj-zuZCI_3NPb7IPektCfNwzx7cp4WhBJRaLdlQdBANYqEwESEc1Bt6qT","signer_id":"remote-settings_202402","public_key":"MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEGfW4Kzc+ZZ16GwdOdloxKUnLdTdo4btgWsSP7Rbz7JU05ERzEPhsrM9+kqTDBk8AMXcd4nLsma7IGW5BTvp/WEQcNkRPiTY55QkXue8LhAjZePpvTfLCK+8b+C6pq6f6"},"attachment":{"enabled":true,"required":true},"displayFields":["engineIdentifiers","imageSize","filter_expression"],"id":"search-config-icons","last_modified":1744118265054,"bucket":"main"},"timestamp":1744118264981,"changes":[{"schema":1743687934706,"imageSize":96,"attachment":{"hash":"c2718c5e416670426475dd8cc496f5464bf95224e8f8f0a72b695360ddc917c0","size":344,"filename":"daum-kr_mobile.png","location":"main-workspace/search-config-icons/d992fe72-6c09-4fb4-aec3-97206bb906c1.png","mimetype":"image/png"},"engineIdentifiers":["daum-kr"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"41135a88-093d-4077-873b-9de1ae133427","last_modified":1744118264981},{"schema":1743687941442,"imageSize":48,"attachment":{"hash":"755b8939c63b1fcc9acd05cd33ffed675397516d37b5bd8f3a03875e25d3fb43","size":1070,"filename":"reddit.png","location":"main-workspace/search-config-icons/3f1e8b4b-0328-4247-bb3f-e190472e794f.png","mimetype":"image/png"},"engineIdentifiers":["reddit"],"id":"41f0d805-3775-4988-8d8c-5ad8ccd86d1c","last_modified":1744118264979},{"schema":1743687927700,"imageSize":96,"attachment":{"hash":"97a68f0b948b68bbf389a9ef43e2fe6c31ff8dc7889c939fdfdea79378576c67","size":3211,"filename":"leo_ende_de_mobile.png","location":"main-workspace/search-config-icons/b23b1194-59af-4e91-9b44-2a887d27220b.png","mimetype":"image/png"},"engineIdentifiers":["leo_ende_de"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"db0e1627-ae89-4c25-8944-a9481d8512d9","last_modified":1744118264976},{"schema":1743687926793,"imageSize":96,"attachment":{"hash":"92da7ef030e1d3ed97235748156383e5d75fa6d2744bd124334ab47dc0b689a1","size":984,"filename":"mapy-cz_mobile.png","location":"main-workspace/search-config-icons/63c435c1-78a4-49cb-8e03-79d9595d2d3b.png","mimetype":"image/png"},"engineIdentifiers":["mapy-cz"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"48c72361-cd67-412e-bd7f-f81a43c10791","last_modified":1744118264974},{"schema":1743687971186,"imageSize":48,"attachment":{"hash":"6b1b073183eb0012daea0dce351a94d395c8a0b531b610e56eac52b3d1d1da0e","size":420,"filename":"youtube.png","location":"main-workspace/search-config-icons/4e534ddf-5fc9-4913-9994-dacd80b2b3d6.png","mimetype":"image/png"},"engineIdentifiers":["youtube"],"id":"9802e63d-05ec-48ba-93f9-746e0981ad98","last_modified":1744118264972},{"schema":1743687922382,"imageSize":96,"attachment":{"hash":"e988445d87afe0d285bea251705fc23eb70ac42426ab0d7a69d9276585c5573c","size":3322,"filename":"salidzinilv_mobile.png","location":"main-workspace/search-config-icons/79622d89-5cdc-445b-91b4-dc56307e93b2.png","mimetype":"image/png"},"engineIdentifiers":["salidzinilv"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"7c81cf98-7c11-4afd-8279-db89118a6dfb","last_modified":1744118264969},{"schema":1743687939650,"imageSize":96,"attachment":{"hash":"076352591c7077af4af5771918f80b5da9c6bf479327cc68390abdb158f3ec03","size":1261,"filename":"amazon_mobile.png","location":"main-workspace/search-config-icons/6343f182-d4ca-4865-a12c-62f3861524b9.png","mimetype":"image/png"},"engineIdentifiers":["amazon*"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"b882b24d-1776-4ef9-9016-0bdbd935eda3","last_modified":1744118264967},{"schema":1743687897341,"imageSize":96,"attachment":{"hash":"4f1bfbfec1441bd9a304ca7f3b8fd54130e94df185f7b28bb17c86ba517e13b7","size":1021,"filename":"wiktionary_mobile.png","location":"main-workspace/search-config-icons/a38c58c7-8ea3-4532-b120-64dc0654a96c.png","mimetype":"image/png"},"engineIdentifiers":["wiktionary*"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"6644f26f-28ea-4222-929d-5d43a02dae05","last_modified":1744118264964},{"schema":1743687938695,"imageSize":96,"attachment":{"hash":"3426b5100a6bdb45f8039f0c71a6b68193750ba7bae5b36e5ed31b2b7f372cda","size":1357,"filename":"azerdict_mobile.png","location":"main-workspace/search-config-icons/1229ffe4-7a6f-46d7-b664-5596df0aa730.png","mimetype":"image/png"},"engineIdentifiers":["azerdict"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"95ed201d-4ab8-4cb8-831d-454f53cab0f8","last_modified":1744118264962},{"schema":1743687936599,"imageSize":96,"attachment":{"hash":"a7493c6a9d70d60acccf73f62dcbc127a580469570aee60b7482cd42cdb59f69","size":724,"filename":"ceneji_mobile.png","location":"main-workspace/search-config-icons/47936bf8-71bd-4c9a-9a00-58920177458b.png","mimetype":"image/png"},"engineIdentifiers":["ceneji"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"0a57b0cf-34f0-4d09-96e4-dbd6e3355410","last_modified":1744118264959},{"schema":1743687931932,"imageSize":96,"attachment":{"hash":"adb29f6fd95956401630d94967381ac473f57215d96a5bcf500a00e747731380","size":3393,"filename":"faclair-beag_mobile.png","location":"main-workspace/search-config-icons/6c6e0ca2-8870-423e-ac7c-1abae0b71fdf.png","mimetype":"image/png"},"engineIdentifiers":["faclair-beag"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"5203dd03-2c55-4b53-9c60-58258d587be1","last_modified":1744118264956},{"schema":1743687846822,"imageSize":96,"attachment":{"hash":"3a9d06951c7c9d2c19cd00533a760b0f8755b1e2e718af81c710297d030fbe44","size":972,"filename":"yahoo-jp_mobile.png","location":"main-workspace/search-config-icons/3a69bfc6-9d32-4d30-981e-96b83d26e8a7.png","mimetype":"image/png"},"engineIdentifiers":["yahoo-jp"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"fe75ce3f-1545-400c-b28c-ad771054e69f","last_modified":1744118264953},{"schema":1743687932852,"imageSize":48,"attachment":{"hash":"774f0a7a613c6c5bea642e3628fa7436851de79e7da9713ad0c96d5db7f44300","size":694,"filename":"ecosia_mobile.png","location":"main-workspace/search-config-icons/f58670d9-93b2-413e-a2fa-ba29c401d669.png","mimetype":"image/png"},"engineIdentifiers":["ecosia"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"2ecca3f8-c1ef-43cc-b053-886d1ae46c36","last_modified":1744118264951},{"schema":1743687921559,"imageSize":96,"attachment":{"hash":"66612f999921d892645c8a2b37aa5dad17b134e7fdaed375a683baec7fc10697","size":902,"filename":"seznam-cz_mobile.png","location":"main-workspace/search-config-icons/30e08748-6ddf-47ec-928d-f50e2d90d1de.png","mimetype":"image/png"},"engineIdentifiers":["seznam-cz"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"a83f24e4-602c-47bd-930c-ad0947ee1adf","last_modified":1744118264948},{"schema":1743687928614,"imageSize":96,"attachment":{"hash":"0a653ea57472694ac05623d9b237e479232a0d65683d05f89661f996054e3276","size":409,"filename":"gulesider-NO_mobile.png","location":"main-workspace/search-config-icons/3481d42d-8933-4ea7-a84e-84fc1090762c.png","mimetype":"image/png"},"engineIdentifiers":["gulesider-NO"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"7072564d-a573-4750-bf33-f0a07631c9eb","last_modified":1744118264946},{"schema":1743687924094,"imageSize":96,"attachment":{"hash":"f8780adb4d7b28f2f881db4ca7b697d8fc916cd9fa834ccc445fe7d4b72a6cc7","size":4919,"filename":"odpiralni_mobile.png","location":"main-workspace/search-config-icons/de273151-2a00-42f7-9970-3989866429ba.png","mimetype":"image/png"},"engineIdentifiers":["odpiralni"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"8abb10a7-212f-46b5-a7b4-244f414e3810","last_modified":1744118264944},{"schema":1743687940531,"imageSize":96,"attachment":{"hash":"98dca7e24cad0a1be96ef2c323e9759beb63c72440756f887e2482d9ce8e8969","size":2871,"filename":"pazaruvaj_mobile.png","location":"main-workspace/search-config-icons/280984aa-729a-46c8-b019-4f6b1e4146a5.png","mimetype":"image/png"},"engineIdentifiers":["pazaruvaj"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"94a84724-c30f-4767-ba42-01cc37fc31a4","last_modified":1744118264941},{"schema":1743687937748,"imageSize":96,"attachment":{"hash":"601d72e7abde5ec864b3d8ca0031896f769107670b84c66053062481a56d8665","size":3107,"filename":"baidu_mobile.png","location":"main-workspace/search-config-icons/e771d394-309f-43e4-9f60-0ae8cef96662.png","mimetype":"image/png"},"engineIdentifiers":["baidu"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"b9424309-f601-4a69-98ca-ca68e65633e6","last_modified":1744118264939},{"schema":1743687933774,"imageSize":68,"attachment":{"hash":"aa46b3d1ed8557e5bc7e71988cc6c46b00363b890d2a781973f9dc9073f8dd31","size":2465,"filename":"ebay_mobile.jpg","location":"main-workspace/search-config-icons/2c3520e6-a54b-490f-84bc-fb759f7f0e79.jpg","mimetype":"image/jpeg"},"engineIdentifiers":["ebay*"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"eb62e768-151b-45d1-9fe5-9e1d2a5991c5","last_modified":1744118264936},{"schema":1743688004947,"imageSize":16,"attachment":{"hash":"02f54211387baa59e4246356dc7344e48f39a412f2e5993d7f403aa538df7276","size":4172,"filename":"qwant-16.pdf","location":"main-workspace/search-config-icons/b407dc78-50ae-41c4-95d2-25a442c4bd59.pdf","mimetype":"application/pdf"},"engineIdentifiers":["qwant"],"filter_expression":"env.appinfo.OS == \"iOS\"","id":"5914932e-66ba-4126-8be5-d37beadd9532","last_modified":1744118264933},{"schema":1743687935690,"imageSize":96,"attachment":{"hash":"71413ef23ac14ce2b7bb76f7f5d16b2df267239841a88ddab36b129481e00616","size":2533,"filename":"coccoc_mobile.png","location":"main-workspace/search-config-icons/48ee1c5c-9251-4ee2-af65-52eed830812e.png","mimetype":"image/png"},"engineIdentifiers":["coccoc"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"764e3b14-fe16-4feb-8384-124c516a5afa","last_modified":1744118264931},{"schema":1743687925793,"imageSize":96,"attachment":{"hash":"8dc2e75e6792b8374b20621fa2151ac24b4626e5c1f6a1abec4f912746441859","size":3202,"filename":"mercadoli_mobile.png","location":"main-workspace/search-config-icons/5ce8899a-56a5-4e20-a84d-8010bf48c898.png","mimetype":"image/png"},"engineIdentifiers":["mercadoli*"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"7cb4d88a-d4df-45b2-87e4-f896eaf1bbdb","last_modified":1744118264929},{"schema":1743687920664,"imageSize":96,"attachment":{"hash":"3376e14529ed2e96c7dc491b3bf11914d7c8ff47a068311b2432c086c2ae0f28","size":1490,"filename":"vatera_mobile.png","location":"main-workspace/search-config-icons/afe38f84-b99d-418b-b721-9a9615e7f2a0.png","mimetype":"image/png"},"engineIdentifiers":["vatera"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"74f94dc2-caf6-4b90-b3d2-f3e2f7714d88","last_modified":1744118264926},{"schema":1743687919606,"imageSize":96,"attachment":{"hash":"e9849089ffced59563896974afee0fceedac7fc8455bbeaa5bae230f54c933d9","size":1100,"filename":"wikipedia_mobile.png","location":"main-workspace/search-config-icons/38dc27d1-ee3d-4f69-b74c-ee9b90b7c936.png","mimetype":"image/png"},"engineIdentifiers":["wikipedia*"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"6e36a151-e4f4-4117-9067-1ca82c47d01a","last_modified":1744118264924},{"schema":1743687924936,"imageSize":96,"attachment":{"hash":"5aad083bfcef256d433c1ffa571b814d16f61832bcd7565bf03909011f6a0bfc","size":2350,"filename":"naver-kr_mobile.png","location":"main-workspace/search-config-icons/35e03899-b7d2-446e-87fb-c721f97c0227.png","mimetype":"image/png"},"engineIdentifiers":["naver-kr"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"71f41a0c-5b70-4116-b30f-e62089083522","last_modified":1744118264921},{"schema":1743687930970,"imageSize":96,"attachment":{"hash":"27541cb376bdda829a6cf9cefd13da112728881e3daa4ac3c1178d4ce15f1e8b","size":1571,"filename":"google_mobile.png","location":"main-workspace/search-config-icons/d9917c97-4593-4596-8ef0-cf0635e8aa36.png","mimetype":"image/png"},"engineIdentifiers":["google"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"7edaf4fe-a8a0-432b-86d2-bf75ebe80851","last_modified":1744118264918},{"schema":1743687923256,"imageSize":96,"attachment":{"hash":"4f409c3ffc67cfa870b05e4089b6ffc3fc81448fa60afba447f0177cd1192b1e","size":3370,"filename":"prisjakt-sv-SE_mobile.png","location":"main-workspace/search-config-icons/02277a17-bb75-4e5f-94a8-abb34005298c.png","mimetype":"image/png"},"engineIdentifiers":["prisjakt-sv-SE"],"filter_expression":"env.appinfo.OS == \"iOS\" || env.appinfo.OS == \"Android\"","id":"39d0b17d-c020-4890-932f-83c0f6ed130b","last_modified":1744118264916},{"deleted":true,"id":"39979158-80cf-4f0c-8bd6-9220eb09e751","last_modified":1744118264914},{"schema":1743687972090,"imageSize":16,"attachment":{"hash":"912d20feefcba57d43bffff5e245b8c1e3865155ed686d8ad253bbab71116e83","size":1054,"filename":"Icon%2016x16.svg","location":"main-workspace/search-config-icons/59fbd815-ba40-494a-b56a-40b3531dd10b.svg","mimetype":"image/svg+xml"},"engineIdentifiers":["qwant"],"filter_expression":"env.appinfo.OS != \"iOS\"","id":"7bf4ca37-e2b8-4d31-a1c3-979bc0e85131","last_modified":1744118264912},{"deleted":true,"id":"6a83583a-f0ba-fd39-2fdb-fd2b6990ea3b","last_modified":1744118264910},{"schema":1743687739689,"imageSize":16,"attachment":{"hash":"ca8f102ac4f35189ebcb786d080843b603b234f89b8d8b1c0ef27a0ab7148182","size":5430,"filename":"yahoo-jp-16-firefox.ico","location":"main-workspace/search-config-icons/b071a229-712f-4e13-99f4-61283d1c3fb4.ico","mimetype":"image/x-icon"},"engineIdentifiers":["yahoo-jp"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"74793ce1-a918-a5eb-d3c0-2aadaff3c88c","last_modified":1744118264908},{"schema":1743687680020,"imageSize":16,"attachment":{"hash":"809697f48848e7c3638d5f3e0b224ea60b3800504e7bd8417854d55989b85196","size":304,"filename":"wolnelektury-pl-16-firefox.png","location":"main-workspace/search-config-icons/4665f707-e315-4ac0-a12e-2455f0123758.png","mimetype":"image/png"},"engineIdentifiers":["wolnelektury-pl"],"id":"e718e983-09aa-e8f6-b25f-cd4b395d4785","last_modified":1744118264906},{"schema":1743687818052,"imageSize":16,"attachment":{"hash":"5d53ef1866a08cc29011f5f2a9ce99bbf37cf42e80de7f0e8cc30d13337e8187","size":318,"filename":"wiktionary-16-firefox.ico","location":"main-workspace/search-config-icons/22d846d9-468d-457b-9e3a-01166e4cc404.ico","mimetype":"image/x-icon"},"engineIdentifiers":["wiktionary*"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"91a9672d-e945-8e1e-0996-aefdb0190716","last_modified":1744118264904},{"schema":1743687826368,"imageSize":16,"attachment":{"hash":"62d2faa3a8322b1f643aab6e045837500ebe3049c5cb140cb44c4dfc7290337a","size":884,"filename":"wikipedia-16-firefox.ico","location":"main-workspace/search-config-icons/bcdcafec-9b52-4f8b-82fe-abdb2c533cdb.ico","mimetype":"image/x-icon"},"engineIdentifiers":["wikipedia*"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"101ce01d-2691-b729-7f16-9d389803384b","last_modified":1744118264902},{"schema":1743687697875,"imageSize":16,"attachment":{"hash":"dd5cab3711f778677859e86000a127ed07a6175e8e58aecb0fba71b825ce76d7","size":3638,"filename":"webde-16-firefox.ico","location":"main-workspace/search-config-icons/45da3463-8c66-4b48-a422-00c54f44a96b.ico","mimetype":"image/x-icon"},"engineIdentifiers":["webde"],"id":"6f4da442-d31e-28f8-03af-797d16bbdd27","last_modified":1744118264900},{"schema":1743687827197,"imageSize":16,"attachment":{"hash":"9cd3da38e3938549434d1c3cba6fed249ffa7d91d9a6d7ffb5f4184f527cac76","size":5430,"filename":"vatera-16-firefox.ico","location":"main-workspace/search-config-icons/c7aa740f-cef2-45da-aaba-331a74425985.ico","mimetype":"image/x-icon"},"engineIdentifiers":["vatera"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"5e03d6f4-6ee9-8bc8-cf22-7a5f2cf55c41","last_modified":1744118264898},{"schema":1743687505962,"imageSize":16,"attachment":{"hash":"617dec5d635efb0a12d0de935c6999ef0249f4a63c62bdcb96551518bc3d1812","size":2672,"filename":"yahoo-jp-auctions-16-firefox.ico","location":"main-workspace/search-config-icons/d424ae0b-82e7-42fc-a10a-a607bba3642a.ico","mimetype":"image/x-icon"},"engineIdentifiers":["yahoo-jp-auctions"],"id":"a06db97d-1210-ea2e-5474-0e2f7d295bfd","last_modified":1744118264896},{"schema":1743687702309,"imageSize":16,"attachment":{"hash":"1bf68aca7bfc75ca8485c3dac9a1daa13c1a3eb480688c32262096af6076adfa","size":379,"filename":"tyda-sv-SE-16-firefox.png","location":"main-workspace/search-config-icons/7d783537-313f-46db-bb4b-8878118884e4.png","mimetype":"image/png"},"engineIdentifiers":["tyda-sv-SE"],"id":"a2c7d4e9-f770-51e1-0963-3c2c8401631d","last_modified":1744118264895},{"schema":1743687827516,"imageSize":16,"attachment":{"hash":"a1fd5d127a5f2590ddcd439b7a2abb3456b48217ea11daf0345b26e108f520e6","size":1743,"filename":"seznam-cz-16-firefox.ico","location":"main-workspace/search-config-icons/aae88ab5-7f9e-4bd6-80cd-9bb0f6638a19.ico","mimetype":"image/x-icon"},"engineIdentifiers":["seznam-cz"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"84bb4962-e571-227a-9ef6-2ac5f2aac361","last_modified":1744118264893},{"schema":1743687827915,"imageSize":16,"attachment":{"hash":"c4d88cfa5262f6d2cf76b167281d25821c9e1770684b739ed6ad3cf7277a121b","size":3638,"filename":"salidzinilv-16-firefox.ico","location":"main-workspace/search-config-icons/bc06c6d4-019c-4aa8-8958-813dc644452a.ico","mimetype":"image/x-icon"},"engineIdentifiers":["salidzinilv"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"fca3e3ee-56cd-f474-dc31-307fd24a891d","last_modified":1744118264891},{"schema":1743687711996,"imageSize":16,"attachment":{"hash":"247aa26993083705ce99a8e5612cdf262aca98cde86ba19afc964329ba95986a","size":2468,"filename":"readmoo-16-firefox.ico","location":"main-workspace/search-config-icons/46bf2594-7779-42b7-be7b-212232ba2ba0.ico","mimetype":"image/x-icon"},"engineIdentifiers":["readmoo"],"id":"e02f23df-8d48-2b1b-3b5c-6dd27302c61c","last_modified":1744118264888},{"schema":1743687716567,"imageSize":16,"attachment":{"hash":"b75ef04a805325e303c4195833cdd077d3d406f360b25b72502fc55880b9150b","size":2053,"filename":"rakuten-16-firefox.ico","location":"main-workspace/search-config-icons/3d9337c7-0654-475b-bc03-710e0400b35e.ico","mimetype":"image/x-icon"},"engineIdentifiers":["rakuten"],"id":"06cf7432-efd7-f244-927b-5e423005e1ea","last_modified":1744118264886},{"schema":1743687728916,"imageSize":16,"attachment":{"hash":"91d17ba44192a6430ffdb447ff3a11533ef964628f67c13480cc9470212d3d65","size":5430,"filename":"qwantjr-16-firefox.ico","location":"main-workspace/search-config-icons/360f7074-bda7-4906-bd66-db38d4770056.ico","mimetype":"image/x-icon"},"engineIdentifiers":["qwantjr"],"id":"f312610a-ebfb-a106-ea92-fd643c5d3636","last_modified":1744118264884},{"schema":1743687828800,"imageSize":16,"attachment":{"hash":"3b88f3ef3cbfaed127d679ec7e44a44fe8dcad688feb89a70a1a9447c1460d15","size":1406,"filename":"prisjakt-sv-SE-16-firefox.ico","location":"main-workspace/search-config-icons/84ce4b9c-3998-4ca7-9856-3c9cb019da95.ico","mimetype":"image/x-icon"},"engineIdentifiers":["prisjakt-sv-SE"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"177aba42-9bed-4078-e36b-580e8794cd7f","last_modified":1744118264882},{"schema":1743687730153,"imageSize":16,"attachment":{"hash":"64800e32b24b2c8c0582750e1657426d56abd74b65682e20e892f82710d120b6","size":790,"filename":"priberam-16-firefox.png","location":"main-workspace/search-config-icons/e9432c7b-e80b-49ad-9c4f-8a69df8a63b4.png","mimetype":"image/png"},"engineIdentifiers":["priberam"],"id":"0eec5640-6fde-d6fe-322a-c72c6d5bd5a2","last_modified":1744118264880},{"schema":1743687829547,"imageSize":16,"attachment":{"hash":"b0c6d1850265e3c946917232ca6c6ace3dad23347bfab4f81351eac569326d34","size":2584,"filename":"pazaruvaj-16-firefox.ico","location":"main-workspace/search-config-icons/2951bdf6-b440-4543-83ba-4ca1318db69e.ico","mimetype":"image/x-icon"},"engineIdentifiers":["pazaruvaj"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"7efbed51-813c-581d-d8d3-f8758434e451","last_modified":1744118264878},{"schema":1743687830257,"imageSize":16,"attachment":{"hash":"189ed3031a2cefd3150c9e5b37bee1ffbc1f7850f7ac0621e4b8d262f2c1048c","size":2639,"filename":"odpiralni-16-firefox.png","location":"main-workspace/search-config-icons/2323c216-89f9-43e7-a519-9a23a256aa45.png","mimetype":"image/png"},"engineIdentifiers":["odpiralni"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"4e271681-3e0f-91ac-9750-03f665efc171","last_modified":1744118264876},{"schema":1743687830946,"imageSize":16,"attachment":{"hash":"723ac3228124926537d5a61284d60e198a52895195f9f69b967c578ef7a012ad","size":5430,"filename":"naver-kr-16-firefox.ico","location":"main-workspace/search-config-icons/4111bef2-7258-4c9b-9f64-77cf545b697f.ico","mimetype":"image/x-icon"},"engineIdentifiers":["naver-kr"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"2bbe48f4-d3b8-c9e0-86e3-a54c37ec3335","last_modified":1744118264874},{"schema":1743687832067,"imageSize":16,"attachment":{"hash":"d7fdfd971d874f2ec6f209df6f6b8173d126cd3f7a25daacb94de4259efbcf16","size":5430,"filename":"mercadolivre-16-firefox.ico","location":"main-workspace/search-config-icons/f8d4c276-9b04-4c70-8ff9-5c1faf55978c.ico","mimetype":"image/x-icon"},"engineIdentifiers":["mercadolivre"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"fed4f021-ff3e-942a-010e-afa43fda2136","last_modified":1744118264872},{"schema":1743687832901,"imageSize":16,"attachment":{"hash":"d7fdfd971d874f2ec6f209df6f6b8173d126cd3f7a25daacb94de4259efbcf16","size":5430,"filename":"mercadolibre-16-firefox.ico","location":"main-workspace/search-config-icons/33e52a1d-1883-4a4b-aaf6-7e4f5b52cdfb.ico","mimetype":"image/x-icon"},"engineIdentifiers":["mercadolibre*"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"47da97b5-600f-c450-fd15-a52bb2169c11","last_modified":1744118264870},{"schema":1743687833772,"imageSize":16,"attachment":{"hash":"1474c93e49c209aca2a2df2acb61b64574805106bead6edebd67287de21920e0","size":1812,"filename":"mapy-cz-16-firefox.ico","location":"main-workspace/search-config-icons/e94ddd93-1c38-42c0-847a-741f49305d7b.ico","mimetype":"image/x-icon"},"engineIdentifiers":["mapy-cz"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"b8ca5a94-8fff-27ad-6e00-96e244a32e21","last_modified":1744118264868},{"schema":1743687731350,"imageSize":16,"attachment":{"hash":"33ca72f1eac56793d1fd811189cedef98004a067c85b1143083b564814a4b0db","size":1150,"filename":"mailcom-16-firefox.ico","location":"main-workspace/search-config-icons/4c43dc1a-e163-4560-9713-fae61c9c59b9.ico","mimetype":"image/x-icon"},"engineIdentifiers":["mailcom"],"id":"87ac4cde-f581-398b-1e32-eb4079183b36","last_modified":1744118264866},{"schema":1743687732245,"imageSize":16,"attachment":{"hash":"a64f553b79fbb8c45734310dac401ad253ccd05aeabfa58bb5541daa6d8caf70","size":252,"filename":"longdo-16-firefox.png","location":"main-workspace/search-config-icons/9526a092-69d3-4010-bf09-d426f5574c5b.png","mimetype":"image/png"},"engineIdentifiers":["longdo"],"id":"32d26d19-aeb0-5c01-32e8-f8970be9246f","last_modified":1744118264864},{"schema":1743687834703,"imageSize":16,"attachment":{"hash":"c3e8300801c5c585662f14fd8e819d635efd9830783dc3c631212927866e9898","size":749,"filename":"leo_ende_de-16-firefox.png","location":"main-workspace/search-config-icons/57b3cf6a-9cb2-4d3a-8839-54a3e62f49ec.png","mimetype":"image/png"},"engineIdentifiers":["leo_ende_de"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"b64f09fd-52d1-c48e-af23-4ce918e7bf3b","last_modified":1744118264861},{"schema":1743687835622,"imageSize":16,"attachment":{"hash":"c971ee33b8c0a57349669d957bf73070b0632b128c94748e845b57d5e15221a4","size":1150,"filename":"gulesider-NO-16-firefox.ico","location":"main-workspace/search-config-icons/f3a89a46-c15c-4622-9035-cdf6773139cb.ico","mimetype":"image/x-icon"},"engineIdentifiers":["gulesider-NO"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"e7547f62-187b-b641-d462-e54a3f813d9a","last_modified":1744118264859},{"schema":1743687836435,"imageSize":16,"attachment":{"hash":"6da5620880159634213e197fafca1dde0272153be3e4590818533fab8d040770","size":5430,"filename":"google-16-firefox.ico","location":"main-workspace/search-config-icons/644faa05-4deb-491b-ae95-0962aefabe55.ico","mimetype":"image/x-icon"},"engineIdentifiers":["google"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"fa0fc42c-d91d-fca7-34eb-806ff46062dc","last_modified":1744118264857},{"schema":1743687733779,"imageSize":16,"attachment":{"hash":"828c3ca82e9be483ae583e5a705dde57b24fd8431e192e3a2d0809871992afa5","size":1122,"filename":"gmx-16-firefox.png","location":"main-workspace/search-config-icons/a0cb1b08-4911-4db8-90f3-ee87da5bb9b5.png","mimetype":"image/png"},"engineIdentifiers":["gmx*"],"id":"25de0352-aabb-d31f-15f7-bf9299fb004c","last_modified":1744118264855},{"schema":1743687837216,"imageSize":16,"attachment":{"hash":"f895a965b68d02e7391cc4504d9be75e1ba7f9b50a1dd59af77bb44a7769c08c","size":1091,"filename":"faclair-beag-16-firefox.jpg","location":"main-workspace/search-config-icons/d0e5c407-7b88-4030-8870-f44498141ec7.jpg","mimetype":"image/jpeg"},"engineIdentifiers":["faclair-beag"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"6d10d702-7bd6-1452-90a5-3df665a38f66","last_modified":1744118264853},{"schema":1743687734735,"imageSize":16,"attachment":{"hash":"150765e8e9b985ba5b820ac9b8e7623023d5a0e24f94663d5e9203d8d7598059","size":1785,"filename":"eudict-16-firefox.ico","location":"main-workspace/search-config-icons/93c06725-f10f-44f6-b7db-05e22a6ab676.ico","mimetype":"image/x-icon"},"engineIdentifiers":["eudict"],"id":"c411adc1-9661-4fb5-a4c1-8cfe74911943","last_modified":1744118264851},{"schema":1743687838278,"imageSize":16,"attachment":{"hash":"fdadf15c6eae7933c3d254ae6311112e0bc8a422c38c758189dbe6a4d7f6b718","size":5430,"filename":"ecosia-16-firefox.ico","location":"main-workspace/search-config-icons/d0ab8a9e-0dc4-476b-bdb0-81b1d9b8f6cf.ico","mimetype":"image/x-icon"},"engineIdentifiers":["ecosia"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"001500a9-1a6c-3f5a-ba15-a5f5a075d256","last_modified":1744118264849},{"schema":1743687839058,"imageSize":16,"attachment":{"hash":"31a793dad95b5ffd02d39ebf14fc40877596f418f5926247487265034181dc8f","size":1455,"filename":"ebay-16-firefox.ico","location":"main-workspace/search-config-icons/5a9068cd-a4fa-4600-97fc-59f380e3d651.ico","mimetype":"image/x-icon"},"engineIdentifiers":["ebay*"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"70fdd651-6c50-b7bb-09ec-7e85da259173","last_modified":1744118264847},{"schema":1743687735700,"imageSize":16,"attachment":{"hash":"d994f806b1e4225b50be5ab681b2cecf845cc216a19a432d878cea3cb815bafd","size":2799,"filename":"ddg-16-firefox.ico","location":"main-workspace/search-config-icons/c6ae7df5-0396-4892-b76a-b35a00044a13.ico","mimetype":"image/x-icon"},"engineIdentifiers":["ddg"],"id":"a06dc3fd-4bdb-41f3-2ebc-4cbed06a9bd3","last_modified":1744118264845},{"schema":1743687839798,"imageSize":16,"attachment":{"hash":"ca3cc8786977f6ffeb0546ff8f3bb2b7fd240d1956fbf86777dbf0e8bec9c03b","size":5430,"filename":"daum-kr-16-firefox.ico","location":"main-workspace/search-config-icons/3ce9df7f-3e0a-4b26-add1-18e2857f6213.ico","mimetype":"image/x-icon"},"engineIdentifiers":["daum-kr"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"8831ce10-b1e4-6eb4-4975-83c67457288e","last_modified":1744118264843},{"schema":1743687840864,"imageSize":16,"attachment":{"hash":"7042293af6b04e421cb7b68dc599ac644b76939cdcf5970159e44f658dd6a0cc","size":5430,"filename":"coccoc-16-firefox.ico","location":"main-workspace/search-config-icons/82083e19-25c5-4c3c-b269-3d8c0173e4e2.ico","mimetype":"image/x-icon"},"engineIdentifiers":["coccoc"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"0d7668a8-c3f4-cfee-cbc8-536511528937","last_modified":1744118264841},{"schema":1743687841692,"imageSize":16,"attachment":{"hash":"9140bd1b30953f41bc758d2c0ecc873f5163e4f51126c278991eccd38589c541","size":283,"filename":"ceneji-16-firefox.png","location":"main-workspace/search-config-icons/1e37d101-2191-45e3-8d61-9c1bea44ebce.png","mimetype":"image/png"},"engineIdentifiers":["ceneji"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"50f6171f-8e7a-b41b-862e-f97397038fb2","last_modified":1744118264839},{"schema":1743687736535,"imageSize":16,"attachment":{"hash":"6ba1f0fd1d12014cab32f74daab24dfa16fb26613ace20a1e595267621038a07","size":530,"filename":"bok-NO-16-firefox.png","location":"main-workspace/search-config-icons/bcf53867-215e-40f1-9a6e-bc4c5768c5c4.png","mimetype":"image/png"},"engineIdentifiers":["bok-NO"],"id":"890de5c4-0941-a116-473a-5d240e79497a","last_modified":1744118264837},{"schema":1743687737308,"imageSize":16,"attachment":{"hash":"5b2c34b3c4e8dd898b664dba6c3786e2ff9869eff55d673aa48361f11325ed07","size":4286,"filename":"bing-16-firefox.ico","location":"main-workspace/search-config-icons/5ed361f5-5b94-4899-896a-747d107f7392.ico","mimetype":"image/x-icon"},"engineIdentifiers":["bing"],"id":"cbf9e891-d079-2b28-5617-283450d463dd","last_modified":1744118264835},{"schema":1743687842467,"imageSize":16,"attachment":{"hash":"877fb3aca13d2a7c656df1f94df3fa052afbb40b65c99ba5382392ff5499016e","size":5430,"filename":"baidu-16-firefox.ico","location":"main-workspace/search-config-icons/4ffe56b6-6f76-4841-9f79-cd5e7dac0e10.ico","mimetype":"image/x-icon"},"engineIdentifiers":["baidu"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"5ded611d-44b2-dc46-fd67-fb116888d75d","last_modified":1744118264833},{"schema":1743687843227,"imageSize":16,"attachment":{"hash":"24daa27a3234d01b5add42e027b0a34000d0ab47c17fe3924c2ca267b7b61c19","size":5430,"filename":"azerdict-16-firefox.ico","location":"main-workspace/search-config-icons/4d6f988d-8905-4aa7-aeea-5b04a6197767.ico","mimetype":"image/x-icon"},"engineIdentifiers":["azerdict"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"7bbe6c5c-fdb8-2845-a4f4-e1382e708a0e","last_modified":1744118264831},{"schema":1743687843968,"imageSize":16,"attachment":{"hash":"16ea89d4baa39529d7a84d5152867a4c6ed6867198c4dfa1648b1f43ce6a3f6f","size":1407,"filename":"amazon-16-firefox.ico","location":"main-workspace/search-config-icons/9b60e56c-34cc-4447-a20d-21b4ecad7e8a.ico","mimetype":"image/x-icon"},"engineIdentifiers":["amazon*"],"filter_expression":"env.appinfo.OS != \"iOS\" && env.appinfo.OS != \"Android\"","id":"2e835b0e-9709-d1bb-9725-87f59f3445ca","last_modified":1744118264829},{"schema":1743687738096,"imageSize":16,"attachment":{"hash":"ca6e972004f62355c1ea97656bc2328e1643971bdecab9c6b563d45593b8122e","size":1150,"filename":"allegro-pl-16-firefox.ico","location":"main-workspace/search-config-icons/26f2abe5-ac6b-4375-822e-b86fb75637a3.ico","mimetype":"image/x-icon"},"engineIdentifiers":["allegro-pl"],"id":"96327a73-c433-5eb4-a16d-b090cadfb80b","last_modified":1744118264827},{"schema":1743687738876,"imageSize":16,"attachment":{"hash":"865d76c8175a8f11dedc93f0bc212242a97a8a76adac870e8249368cecc81402","size":159,"filename":"1und1-16-firefox.gif","location":"main-workspace/search-config-icons/d4eeae67-e96c-4fd0-bbbd-c05ff235f622.gif","mimetype":"image/gif"},"engineIdentifiers":["1und1"],"id":"d87f251c-3e12-a8bf-e2d0-afd43d36c5f9","last_modified":1744118264825}]}���L�g���g���H2g����a,:https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/search-config-icons/changeset?_expected=1744118264981&_since=%221719504277655%22strongly-framed1security-infoFnhllAKWRHGAlo+ESXykKAAAAAAAAAAAwAAAAAAAAEaphjojH6pBabDSgSnsfLHeAAAAAgAAAAAAAAAAAAAAAAAAAAEAOQFmCjImkVxP+7sgiYWmMt8FvcOXmlQiTNWFiWlrbpbqgwAAAAAAAAWUMIIFkDCCBHigAwIBAgISBWCM8lE80wL+YdDCrs1W0u/dMA0GCSqGSIb3DQEBCwUAMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQDEwNSMTAwHhcNMjUwNDA2MTEyMjM0WhcNMjUwNzA1MTEyMjMzWjAmMSQwIgYDVQQDExtyZW1vdGUtc2V0dGluZ3MubW96aWxsYS5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDTmKyXEmO595dXoVKi/iejjg9C67ki/1OWZvO9flTWmZI7nUzfKatVTiJoB92UBZdl+BkeQgszTcpSpRGoP3fxwOkNrbO18eFgCcIotIcEblX4ohFehji0utRXdaqE2zOythbWUz0ZvB/aKrWxg3qx4n9NpGWEs5oIgTmvh15qh3QMpIAr0BZ+JCVT8++U7/+R/XbCCFsNYuanX8Fu2qHoMxYdLIgDhduUG6hGhi5seAyPCwxLGc6yP/y/eqj9UkaA+BDmXCD31IzlnsZnYiJffSXoGJJoG540jEdmlysNGxzpfWq5o7rLRvIFACDkP1Cslgf3XjrGIreZj7y6ztFHAgMBAAGjggKpMIICpTAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFNEE3O+FVMj9EPWAPrJzZJ2ThDgpMB8GA1UdIwQYMBaAFLu8w0el5LypxsOkcgwQjaI14cjoMFcGCCsGAQUFBwEBBEswSTAiBggrBgEFBQcwAYYWaHR0cDovL3IxMC5vLmxlbmNyLm9yZzAjBggrBgEFBQcwAoYXaHR0cDovL3IxMC5pLmxlbmNyLm9yZy8wfwYDVR0RBHgwdoIlZmlyZWZveC5zZXR0aW5ncy5zZXJ2aWNlcy5tb3ppbGxhLmNvbYIwcHJvZC5yZW1vdGUtc2V0dGluZ3MucHJvZC53ZWJzZXJ2aWNlcy5tb3pnY3AubmV0ghtyZW1vdGUtc2V0dGluZ3MubW96aWxsYS5vcmcwEwYDVR0gBAwwCjAIBgZngQwBAgEwLgYDVR0fBCcwJTAjoCGgH4YdaHR0cDovL3IxMC5jLmxlbmNyLm9yZy85NC5jcmwwggEFBgorBgEEAdZ5AgQCBIH2BIHzAPEAdgB9WR4S4XgqexxhZ3xe/fjQh1wUoE6VnrkDL9kOjC55uAAAAZYLDBqEAAAEAwBHMEUCIQDDTvyCCot0Tz+bW+pJbl3O5Fw4cEtvzilI21H3xZhMmwIgM5p1SxFYLF3AzS79Qxu9sUR2USb7FDO6uFXJhuuUniAAdwAN4fIwK9MNwUBiEgnqVS78R3R8sdfpMO8OQh60fk6qNAAAAZYLDBqLAAAEAwBIMEYCIQC8tTFEGYVPhlG0NwZUzYGou6D5L23VVsmIoX+IV+e5YAIhAOqeaRwnyfYMAL011/R2s3TieoJfJCGD0Dd+FafT18MQMA0GCSqGSIb3DQEBCwUAA4IBAQCmo4DAXM91WDzBCQfwi2LndwNYb+vjkZfQJlRfMamYXAJa/Z4zf/VDYFxGEv+ZlARRVxY8XG+XfKFBHEeeeanl+iwRJ3+mCBg8gXERWseGMfadK8NzidaISjs7k9z+T/FrheQxgc0B1CIyCdSSo9ag2u3wLT+Vhwy4HuXzG0RDoIz5RrMkmKREN8ePNr9tR+dDyUHfZAqF1iAwFq7srP4maiRDqMoSRGRYKC49VVh2T12JCFcv7ppDb7Uf3AB+MkE+Yaiw7dODOlKmsKf0ycKyS/8Ir6yCx5hsVsHpFioxzipqnxHHOPaRWWElj4OpW84v5Ai0dVfOafjPViZvntJ4wC8AAwAAAAAAAQEAAAUAAAAEbm9uZQAAAA5SU0EtUFNTLVNIQTI1NgADZgoyJpFcT/u7IImFpjLfBb3Dl5pUIkzVhYlpa26W6oMAAAAAAAAFlDCCBZAwggR4oAMCAQICEgVgjPJRPNMC/mHQwq7NVtLv3TANBgkqhkiG9w0BAQsFADAzMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5jcnlwdDEMMAoGA1UEAxMDUjEwMB4XDTI1MDQwNjExMjIzNFoXDTI1MDcwNTExMjIzM1owJjEkMCIGA1UEAxMbcmVtb3RlLXNldHRpbmdzLm1vemlsbGEub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA05islxJjufeXV6FSov4no44PQuu5Iv9TlmbzvX5U1pmSO51M3ymrVU4iaAfdlAWXZfgZHkILM03KUqURqD938cDpDa2ztfHhYAnCKLSHBG5V+KIRXoY4tLrUV3WqhNszsrYW1lM9Gbwf2iq1sYN6seJ/TaRlhLOaCIE5r4deaod0DKSAK9AWfiQlU/PvlO//kf12wghbDWLmp1/Bbtqh6DMWHSyIA4XblBuoRoYubHgMjwsMSxnOsj/8v3qo/VJGgPgQ5lwg99SM5Z7GZ2IiX30l6BiSaBueNIxHZpcrDRsc6X1quaO6y0byBQAg5D9QrJYH9146xiK3mY+8us7RRwIDAQABo4ICqTCCAqUwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBTRBNzvhVTI/RD1gD6yc2Sdk4Q4KTAfBgNVHSMEGDAWgBS7vMNHpeS8qcbDpHIMEI2iNeHI6DBXBggrBgEFBQcBAQRLMEkwIgYIKwYBBQUHMAGGFmh0dHA6Ly9yMTAuby5sZW5jci5vcmcwIwYIKwYBBQUHMAKGF2h0dHA6Ly9yMTAuaS5sZW5jci5vcmcvMH8GA1UdEQR4MHaCJWZpcmVmb3guc2V0dGluZ3Muc2VydmljZXMubW96aWxsYS5jb22CMHByb2QucmVtb3RlLXNldHRpbmdzLnByb2Qud2Vic2VydmljZXMubW96Z2NwLm5ldIIbcmVtb3RlLXNldHRpbmdzLm1vemlsbGEub3JnMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly9yMTAuYy5sZW5jci5vcmcvOTQuY3JsMIIBBQYKKwYBBAHWeQIEAgSB9gSB8wDxAHYAfVkeEuF4KnscYWd8Xv340IdcFKBOlZ65Ay/ZDowuebgAAAGWCwwahAAABAMARzBFAiEAw078ggqLdE8/m1vqSW5dzuRcOHBLb84pSNtR98WYTJsCIDOadUsRWCxdwM0u/UMbvbFEdlEm+xQzurhVyYbrlJ4gAHcADeHyMCvTDcFAYhIJ6lUu/Ed0fLHX6TDvDkIetH5OqjQAAAGWCwwaiwAABAMASDBGAiEAvLUxRBmFT4ZRtDcGVM2BqLug+S9t1VbJiKF/iFfnuWACIQDqnmkcJ8n2DAC9Ndf0drN04nqCXyQhg9A3fhWn09fDEDANBgkqhkiG9w0BAQsFAAOCAQEApqOAwFzPdVg8wQkH8Iti53cDWG/r45GX0CZUXzGpmFwCWv2eM3/1Q2BcRhL/mZQEUVcWPFxvl3yhQRxHnnmp5fosESd/pggYPIFxEVrHhjH2nSvDc4nWiEo7O5Pc/k/xa4XkMYHNAdQiMgnUkqPWoNrt8C0/lYcMuB7l8xtEQ6CM+UazJJikRDfHjza/bUfnQ8lB32QKhdYgMBau7Kz+JmokQ6jKEkRkWCguPVVYdk9diQhXL+6aQ2+1H9wAfjJBPmGosO3TgzpSprCn9MnCskv/CK+sgseYbFbB6RYqMc4qap8Rxzj2kVlhJY+DqVvOL+QItHVXzmn4z1Ymb57SeGYKMiaRXE/7uyCJhaYy3wW9w5eaVCJM1YWJaWtuluqDAAAAAAAABQkwggUFMIIC7aADAgECAhBLqFKT95ovonMGS6gEjXXQMA0GCSqGSIb3DQEBCwUAME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBTZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgxMB4XDTI0MDMxMzAwMDAwMFoXDTI3MDMxMjIzNTk1OVowMzELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUxldCdzIEVuY3J5cHQxDDAKBgNVBAMTA1IxMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM9X5ebEVBLttEf+ySdYdkZQKIwdPojfBZ3VtRgpvd21Wr/69s6jvq8AIUtiWlo8AS/FWAP2if+OEUPrwbXgFAeWj28f1+e6gTkJdWW3wq8YWzcmKOej9AcrbRr/q1i8la5A/+nLV8S1W394DRhhvBfnVMa7SZHNbhjRgIXupmU2vHTqvFBM6vwh8zgWk5S6sNNrOAbNFhJ6ylJ1yK12ssKcXZhFXG9he8Yt7jwTUoYB2VfmOBzfjbUfkpGa50oczEWoclXwsOajB+z9pxtmnj9Ii3GEcVjJOvrvXvJbRCs8dOePskfBB2rNmrcNlvcSgSZRVArsYfb39eLyisiVDY0CAwEAAaOB+DCB9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFLu8w0el5LypxsOkcgwQjaI14cjoMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEBBCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAEDDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5jci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQCSsedBN+t5nYHmzeIl4Tog6ZBElaOBXM/DXf29oHDVsZYoIgvS8ijPDOfU5kOMJCIdwUKS0Qmvn0v0yHBPIBaxWt0B9h/4H2FrFCewco1jru7izkvPN927o9TN561Qrb2/4+w+YjZwmTGn6I3d6mLiEq71nNQ9LAyq0Jx5vuo9XERuljFjWn3Wfk8koEsFf15v0tTqXzNLE9ZXtsreUbhdowmCdP3HeJ6zuawW2korlsO2i2KP+XQZop4D3ulvm7AP0qBa9oVcwgS3yNVOMsS/BF28Kfb3gY8MXTxTyUCQi/u2CGW5pCHVCeUThIQ3gs4QKPx2wgYlekZSTdpTcqQnP2JwrL5pSAD7Zw/bW6Ho1wMhLdfJ9plCOYND33cKEgjxJda6lBlUGIilxY7hGpmTeWvsHPkxQLDMMgDfn17ntJKrkIKRjQ3gHpW6WTsuS1/Ct0Y1UjkGwL2qrFLBIqBEl5n3DKAhp6FscUcWFwFowMqmJmUEfLOuyeeUVcJvmzwcqfkuxSAa8HbgvuwY1k/YJft2Eei/5iEP6OjMtban1bj3n0HPYSJGaoO2aJcufOpOldsj6y7IKyiEpGDpSfRELjv5ymJXAeJdkBb5yfx6I0iOptWBcvEo+l3O++1Oc4+ULtJBlJiZ26evcF/1vvsCIL9mJ2y0rfp1EgsrPs4DnmYKMiaRXE/7uyCJhaYy3wW9w5eaVCJM1YWJaWtuluqDAAAAAAAABW8wggVrMIIDU6ADAgECAhEAghDPsNJA41lEY+C7Y4KLADANBgkqhkiG9w0BAQsFADBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0xNTA2MDQxMTA0MzhaFw0zNTA2MDQxMTA0MzhaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBTZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgxMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAregkc/QUN/ObnitXKByHvty33ziQjG485legePd1wqL+9Wpu9gBPKNveaIZsRJO2sWP9FBJrvx/S6jGbIX7RMzy6SPXded+zuP8S8SGaS8GKhnFpSmZmbI9+PHC/rSkiBvPkwOaAruJLj7eZfpQDn9NHl3yZSCNT6DiuTwpvgy7RSVeMgHS22i/QOI17A3AhG3XyMDz6j67d2mOr6xZPwo4RS37PC+j/tXcu9LJ7SuBMEiUMcI0DKaDhUyTsE9nuGb8Qs0qMP4mjYVHerIcHlPRjcewu4m9bmIHhiVw0eWx27zuQYnnm26SaLybF0BDhDt7ZEI4W+7f3qPfH5QIHmI82CJXn4jeWDTZ1nvsOcrEdm7wD+UkF2IHdBbQq1kHprAF2lQoP2N/VvRIfNS8oF2zSmMGoCWR3bkc3us6sWV5onX9y1onFBkEpPlk+3Sb1JMkRp1qjTEAfRqGZtac6UW6GO559cqcSBXhZ7T5ReBULA4+N0C8Fsj57ShxLcwUS/Mbq4FATfEOTdLPKdOeOHwEI0DDUW3E2tAe6wTAwXEi3gjuYpn1giqKjKYLMur2DBBuigwNBodYF8RvCtvCofIY7RqhIKojcdpp2vx9qpT0Zj+s482TeyCsNCij/99viFULUItAnXeF5/hjncIitTubZizrG3SdRbv+8ZPUzQ08CAwEAAaNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHm0WeZ7tuXkAXOACIjIGlj26ZtuMA0GCSqGSIb3DQEBCwUAA4ICAQBVH1ipvLKoUNAMsdgaaSAnKQisYXVcim74guVpL9X2Vku5uHMQWdMhl37nTHH7stJgrTmoC+oXIVaF8VAOWevO4FnpuskV74adj4SA9uTpkZDcF5tiG0XwZpXSfG/C6jvvH8/L1q4n8amwyK79fX6a+iIE6//Zf+qRKyKxFw6P8oo0W1jY/AHJVLm4JsyKiDOJTC2EPILf7pZXBbosu/fEt8dOO4K+Mcgic3OS0cKApDk5EDMjgkw8n4ayVZgdvimGjCKbnuJrO1c6gnBN3AnHicsKB01s6F2Oye/Oq8e7tStORdZK0CbM5XLKCGqlleMVofek7cksX6X7/6woAi6+13u743F7kBbTB15GU3w3B0KM08SWnNWZtSrglRqASK5MOQfOzEekUpUrurj7rdIzU33lHU1t1aGxx0Jv5kAnNVyjKLcHjeeNM5DnI5/7UJx5bEbVtBWzlm5+mwyWOrhSLT/WW+H7CMKE/iSoo4narGrhGCqxqENhW9Mf3DuNdvIt6I113xczbD1T+3vLQV//3KLQYTjhlrisXYs313XVM8CZEa6dQcFydYS+AkFCX2ckSJTRmye+Bz+5uE+BdFHherftnSPivuDVKAQTPDEDnt16bI/GBxjGf95Hjj8ongQGz6VUNHe97Imb6RdD31vbX/6OHleizUCdfmIi2t4YJwAAAAEAAAACaDIBAQAAAABQYW5vbjpiZUNvbnNlcnZhdGl2ZTp0bHNmbGFnczB4MDAwMDAwMDA6ZmlyZWZveC5zZXR0aW5ncy5zZXJ2aWNlcy5tb3ppbGxhLmNvbTo0NDMAAA==request-methodGETresponse-headHTTP/2 200
2
- server: nginx
3
- content-length: 34527
4
- access-control-allow-origin: *
5
- access-control-expose-headers: Retry-After, Content-Type, Content-Length, Backoff, Alert
6
- x-content-type-options: nosniff
7
- content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
8
- strict-transport-security: max-age=31536000
9
- via: 1.1 google
10
- date: Tue, 08 Apr 2025 20:18:04 GMT
11
- age: 1304
12
- last-modified: Tue, 08 Apr 2025 13:17:45 GMT
13
- content-type: application/json
14
- cache-control: public,max-age=3600
15
- alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
16
- X-Firefox-Spdy: h2
17
- original-response-headersserver: nginx
18
- content-length: 34527
19
- access-control-allow-origin: *
20
- access-control-expose-headers: Retry-After, Content-Type, Content-Length, Backoff, Alert
21
- x-content-type-options: nosniff
22
- content-security-policy: default-src 'none'; frame-ancestors 'none'; base-uri 'none';
23
- strict-transport-security: max-age=31536000
24
- via: 1.1 google
25
- date: Tue, 08 Apr 2025 20:18:04 GMT
26
- age: 1304
27
- last-modified: Tue, 08 Apr 2025 13:17:45 GMT
28
- content-type: application/json
29
- cache-control: public,max-age=3600
30
- alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
31
- X-Firefox-Spdy: h2
32
- ctid1net-response-time-onstart23net-response-time-onstop29��