extension-develop 2.0.0-alpha.1 → 2.0.0-alpha.11

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 (210) hide show
  1. package/dist/ensure-hmr-for-scripts.js +2 -2
  2. package/dist/extensions/{manager-extension → chrome-manager-extension}/background.js +1 -1
  3. package/dist/extensions/{manager-extension → chrome-manager-extension}/manifest.json +2 -2
  4. package/dist/extensions/{manager-extension → chrome-manager-extension}/reload-service.js +10 -8
  5. package/dist/extensions/chromium-manager-extension/background.js +58 -0
  6. package/dist/extensions/chromium-manager-extension/define-initial-tab.js +67 -0
  7. package/dist/extensions/chromium-manager-extension/manifest.json +17 -0
  8. package/dist/extensions/chromium-manager-extension/pages/welcome.js +34 -0
  9. package/dist/extensions/chromium-manager-extension/reload-service.js +145 -0
  10. package/dist/extensions/edge-manager-extension/background.js +58 -0
  11. package/dist/extensions/edge-manager-extension/define-initial-tab.js +67 -0
  12. package/dist/extensions/edge-manager-extension/manifest.json +17 -0
  13. package/dist/extensions/edge-manager-extension/pages/sakura-dark.css +268 -0
  14. package/dist/extensions/edge-manager-extension/pages/sakura.css +267 -0
  15. package/dist/extensions/edge-manager-extension/pages/welcome.html +49 -0
  16. package/dist/extensions/edge-manager-extension/pages/welcome.js +34 -0
  17. package/dist/extensions/edge-manager-extension/public/logo.png +0 -0
  18. package/dist/extensions/edge-manager-extension/reload-service.js +145 -0
  19. package/dist/extensions/{manager-extension-firefox → firefox-manager-extension}/background.js +5 -16
  20. package/dist/extensions/{manager-extension-firefox → firefox-manager-extension}/define-initial-tab.js +17 -12
  21. package/dist/extensions/{manager-extension-firefox → firefox-manager-extension}/manifest.json +2 -2
  22. package/dist/extensions/firefox-manager-extension/pages/sakura-dark.css +268 -0
  23. package/dist/extensions/firefox-manager-extension/pages/sakura.css +267 -0
  24. package/dist/extensions/firefox-manager-extension/pages/welcome.html +49 -0
  25. package/dist/extensions/firefox-manager-extension/public/logo.png +0 -0
  26. package/dist/extensions/{manager-extension-firefox → firefox-manager-extension}/reload-service.js +1 -1
  27. package/dist/inject-chromium-client-loader.js +2 -2
  28. package/dist/inject-content-css-during-dev.js +3 -3
  29. package/dist/inject-firefox-client-loader.js +38 -43
  30. package/dist/minimum-firefox-file.mjs +1 -1
  31. package/dist/module.js +81 -85
  32. package/dist/run-chrome-profile/Default/BrowsingTopicsState +3 -3
  33. package/dist/run-chrome-profile/Default/Cache/Cache_Data/15145040f7f12f31_0 +0 -0
  34. package/dist/run-chrome-profile/Default/Cache/Cache_Data/878b0f723bb46fc9_0 +0 -0
  35. package/dist/run-chrome-profile/Default/Cache/Cache_Data/93d81321f8c35eab_0 +0 -0
  36. package/dist/run-chrome-profile/Default/Cache/Cache_Data/e85ac8952d7783d7_0 +0 -0
  37. package/dist/run-chrome-profile/Default/Cache/Cache_Data/index-dir/the-real-index +0 -0
  38. package/dist/run-chrome-profile/Default/Code Cache/js/0861135386d2c738_0 +0 -0
  39. package/dist/run-chrome-profile/Default/Code Cache/js/218fe828c74bdb99_0 +0 -0
  40. package/dist/run-chrome-profile/Default/Code Cache/js/a8bfd7ab3bf7adbd_0 +0 -0
  41. package/dist/run-chrome-profile/Default/Code Cache/js/index-dir/the-real-index +0 -0
  42. package/dist/run-chrome-profile/Default/Code Cache/wasm/index-dir/the-real-index +0 -0
  43. package/dist/run-chrome-profile/Default/Cookies +0 -0
  44. package/dist/run-chrome-profile/Default/DIPS +0 -0
  45. package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_1 +0 -0
  46. package/dist/run-chrome-profile/Default/DawnGraphiteCache/index +0 -0
  47. package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_1 +0 -0
  48. package/dist/run-chrome-profile/Default/DawnWebGPUCache/index +0 -0
  49. package/dist/run-chrome-profile/Default/Extension Rules/000003.log +0 -0
  50. package/dist/run-chrome-profile/Default/Extension Rules/LOG +3 -3
  51. package/dist/run-chrome-profile/Default/Extension Rules/LOG.old +3 -3
  52. package/dist/run-chrome-profile/Default/Extension Scripts/000003.log +0 -0
  53. package/dist/run-chrome-profile/Default/Extension Scripts/LOG +3 -3
  54. package/dist/run-chrome-profile/Default/Extension Scripts/LOG.old +3 -3
  55. package/dist/run-chrome-profile/Default/Extension State/000003.log +0 -0
  56. package/dist/run-chrome-profile/Default/Extension State/LOG +3 -3
  57. package/dist/run-chrome-profile/Default/Extension State/LOG.old +3 -3
  58. package/dist/run-chrome-profile/Default/Favicons +0 -0
  59. package/dist/run-chrome-profile/Default/GPUCache/data_0 +0 -0
  60. package/dist/run-chrome-profile/Default/GPUCache/data_1 +0 -0
  61. package/dist/run-chrome-profile/Default/GPUCache/data_2 +0 -0
  62. package/dist/run-chrome-profile/Default/GPUCache/index +0 -0
  63. package/dist/run-chrome-profile/Default/History +0 -0
  64. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log +0 -0
  65. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG +3 -3
  66. package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG.old +3 -3
  67. package/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log +0 -0
  68. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG +3 -3
  69. package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG.old +3 -3
  70. package/dist/run-chrome-profile/Default/Network Persistent State +1 -1
  71. package/dist/run-chrome-profile/Default/Platform Notifications/LOG +3 -3
  72. package/dist/run-chrome-profile/Default/Platform Notifications/LOG.old +2 -3
  73. package/dist/run-chrome-profile/Default/Preferences +1 -1
  74. package/dist/run-chrome-profile/Default/Reporting and NEL and b/package/dist/run-chrome-profile/Default/Reporting → NEL +0 -0
  75. package/dist/run-chrome-profile/Default/Secure Preferences +1 -1
  76. package/dist/run-chrome-profile/Default/Service Worker/Database/000003.log +0 -0
  77. package/dist/run-chrome-profile/Default/Service Worker/Database/LOG +3 -3
  78. package/dist/run-chrome-profile/Default/Service Worker/Database/LOG.old +3 -3
  79. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/{297ecea5cebb5dfe_0 → 08b99d499107ba17_0} +0 -0
  80. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/2a0afd649b00527b_0 +0 -0
  81. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/{2cc80dabc69f58b6_0 → 67a473248953641b_0} +0 -0
  82. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/67a473248953641b_1 +0 -0
  83. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/{013888a1cda32b90_0 → 7b4fd8111178d5b1_0} +0 -0
  84. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_0 +0 -0
  85. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_1 +0 -0
  86. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index-dir/the-real-index +0 -0
  87. package/dist/run-chrome-profile/Default/Session Storage/000003.log +0 -0
  88. package/dist/run-chrome-profile/Default/Session Storage/LOG +3 -3
  89. package/dist/run-chrome-profile/Default/Session Storage/LOG.old +3 -3
  90. package/dist/run-chrome-profile/Default/Sessions/Session_13369796364394711 +0 -0
  91. package/dist/run-chrome-profile/Default/Sessions/Session_13369796396690736 +0 -0
  92. package/dist/run-chrome-profile/Default/Sessions/Tabs_13369796364895748 +0 -0
  93. package/dist/run-chrome-profile/Default/Sessions/Tabs_13369796397211431 +0 -0
  94. package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index-dir/the-real-index +0 -0
  95. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG +3 -3
  96. package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG.old +3 -3
  97. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG +3 -3
  98. package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG.old +3 -3
  99. package/dist/run-chrome-profile/Default/TransportSecurity +1 -1
  100. package/dist/run-chrome-profile/Default/Visited Links +0 -0
  101. package/dist/run-chrome-profile/Default/Web Data +0 -0
  102. package/dist/run-chrome-profile/Default/WebStorage/QuotaManager +0 -0
  103. package/dist/run-chrome-profile/Default/shared_proto_db/000003.log +0 -0
  104. package/dist/run-chrome-profile/Default/shared_proto_db/LOG +3 -3
  105. package/dist/run-chrome-profile/Default/shared_proto_db/LOG.old +3 -3
  106. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log +0 -0
  107. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG +3 -3
  108. package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG.old +3 -3
  109. package/dist/run-chrome-profile/GrShaderCache/data_0 +0 -0
  110. package/dist/run-chrome-profile/GrShaderCache/data_1 +0 -0
  111. package/dist/run-chrome-profile/GrShaderCache/data_2 +0 -0
  112. package/dist/run-chrome-profile/GrShaderCache/data_3 +0 -0
  113. package/dist/run-chrome-profile/GrShaderCache/index +0 -0
  114. package/dist/run-chrome-profile/GraphiteDawnCache/data_1 +0 -0
  115. package/dist/run-chrome-profile/GraphiteDawnCache/index +0 -0
  116. package/dist/run-chrome-profile/Last Version +1 -1
  117. package/dist/run-chrome-profile/Local State +1 -1
  118. package/dist/run-chrome-profile/ShaderCache/data_0 +0 -0
  119. package/dist/run-chrome-profile/ShaderCache/data_1 +0 -0
  120. package/dist/run-chrome-profile/ShaderCache/data_2 +0 -0
  121. package/dist/run-chrome-profile/ShaderCache/index +0 -0
  122. package/dist/run-chrome-profile/first_party_sets.db +0 -0
  123. package/dist/run-chrome-profile/optimization_guide_model_store/32/E6DC4029A1E4B4C1/616740573B202A03/model-info.pb +0 -0
  124. package/dist/run-chrome-profile/optimization_guide_model_store/32/E6DC4029A1E4B4C1/616740573B202A03/model.tflite +0 -0
  125. package/dist/run-chrome-profile/segmentation_platform/ukm_db +0 -0
  126. package/dist/run-chrome-profile/segmentation_platform/ukm_db-journal +0 -0
  127. package/package.json +3 -2
  128. package/dist/run-chrome-profile/Default/Cache/Cache_Data/036e8d82a2523a26_0 +0 -0
  129. package/dist/run-chrome-profile/Default/Cache/Cache_Data/257b9ada9582cd59_0 +0 -0
  130. package/dist/run-chrome-profile/Default/Cache/Cache_Data/8259bc2d7356bc5d_0 +0 -0
  131. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c2880d01d9ca0897_0 +0 -0
  132. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c52888c9a6d22991_0 +0 -0
  133. package/dist/run-chrome-profile/Default/Cache/Cache_Data/c7fae7b7f9b7a0bf_0 +0 -0
  134. package/dist/run-chrome-profile/Default/Code Cache/js/0ad47d0a74641b22_0 +0 -0
  135. package/dist/run-chrome-profile/Default/Code Cache/js/0fbcafeba7a5c5ed_0 +0 -0
  136. package/dist/run-chrome-profile/Default/Code Cache/js/195a67332db1fb6b_0 +0 -0
  137. package/dist/run-chrome-profile/Default/Code Cache/js/27866c80f227a32a_0 +0 -0
  138. package/dist/run-chrome-profile/Default/Code Cache/js/27e56546e417a182_0 +0 -0
  139. package/dist/run-chrome-profile/Default/Code Cache/js/3faea91e5564d655_0 +0 -0
  140. package/dist/run-chrome-profile/Default/Code Cache/js/4a213402db3f97ee_0 +0 -0
  141. package/dist/run-chrome-profile/Default/Code Cache/js/4c7708679c89a020_0 +0 -0
  142. package/dist/run-chrome-profile/Default/Code Cache/js/4ed8840c82a10bf8_0 +0 -0
  143. package/dist/run-chrome-profile/Default/Code Cache/js/5d469b2e72dff033_0 +0 -0
  144. package/dist/run-chrome-profile/Default/Code Cache/js/73ae4e72d479b847_0 +0 -0
  145. package/dist/run-chrome-profile/Default/Code Cache/js/95b17471b8555b5b_0 +0 -0
  146. package/dist/run-chrome-profile/Default/Code Cache/js/992c26a30322831b_0 +0 -0
  147. package/dist/run-chrome-profile/Default/Code Cache/js/a1bc84ca2dc9c9d8_0 +0 -0
  148. package/dist/run-chrome-profile/Default/Code Cache/js/af02e9170bb433a3_0 +0 -0
  149. package/dist/run-chrome-profile/Default/Code Cache/js/b5dc0ad71f1c8f44_0 +0 -0
  150. package/dist/run-chrome-profile/Default/Code Cache/js/b94fbb70162d5d28_0 +0 -0
  151. package/dist/run-chrome-profile/Default/Code Cache/js/baf8a70daa2269f3_0 +0 -0
  152. package/dist/run-chrome-profile/Default/Code Cache/js/be54fe001d56ed5d_0 +0 -0
  153. package/dist/run-chrome-profile/Default/Code Cache/js/c47232f2c415ea6f_0 +0 -0
  154. package/dist/run-chrome-profile/Default/Code Cache/js/d158ea025ea94688_0 +0 -0
  155. package/dist/run-chrome-profile/Default/Code Cache/js/d6eff9c5bab69b0a_0 +0 -0
  156. package/dist/run-chrome-profile/Default/Code Cache/js/dd2a2093670eef0f_0 +0 -0
  157. package/dist/run-chrome-profile/Default/Code Cache/js/e321489c3c662b3e_0 +0 -0
  158. package/dist/run-chrome-profile/Default/Code Cache/js/e658e73784a6d0b9_0 +0 -0
  159. package/dist/run-chrome-profile/Default/Code Cache/js/e9fbecf364affa6a_0 +0 -0
  160. package/dist/run-chrome-profile/Default/Code Cache/js/edcd059a7c35480a_0 +0 -0
  161. package/dist/run-chrome-profile/Default/Code Cache/js/f1fadc4174aa146d_0 +0 -0
  162. package/dist/run-chrome-profile/Default/Code Cache/js/f51fbbddfd2d7633_0 +0 -0
  163. package/dist/run-chrome-profile/Default/Code Cache/js/f90e2f63985a5ce0_0 +0 -0
  164. package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/2cc80dabc69f58b6_1 +0 -0
  165. package/dist/run-chrome-profile/Default/Sessions/Session_13368811062401121 +0 -0
  166. package/dist/run-chrome-profile/Default/Sessions/Session_13368811144592394 +0 -0
  167. package/dist/run-chrome-profile/Default/Sessions/Tabs_13368811062857759 +0 -0
  168. package/dist/run-chrome-profile/Default/Sessions/Tabs_13368811145119608 +0 -0
  169. package/dist/types/css-content.d.ts +0 -7
  170. package/dist/types/css-modules.d.ts +0 -19
  171. package/dist/types/images.d.ts +0 -58
  172. package/dist/types/index.d.ts +0 -13
  173. package/dist/types/index.ts +0 -7
  174. package/dist/types/polyfill.d.ts +0 -1
  175. /package/dist/extensions/{manager-extension → chrome-manager-extension}/define-initial-tab.js +0 -0
  176. /package/dist/extensions/{manager-extension-firefox → chrome-manager-extension}/pages/sakura-dark.css +0 -0
  177. /package/dist/extensions/{manager-extension-firefox → chrome-manager-extension}/pages/sakura.css +0 -0
  178. /package/dist/extensions/{manager-extension-firefox → chrome-manager-extension}/pages/welcome.html +0 -0
  179. /package/dist/extensions/{manager-extension → chrome-manager-extension}/pages/welcome.js +0 -0
  180. /package/dist/extensions/{manager-extension-firefox → chrome-manager-extension}/public/logo.png +0 -0
  181. /package/dist/extensions/{manager-extension → chromium-manager-extension}/pages/sakura-dark.css +0 -0
  182. /package/dist/extensions/{manager-extension → chromium-manager-extension}/pages/sakura.css +0 -0
  183. /package/dist/extensions/{manager-extension → chromium-manager-extension}/pages/welcome.html +0 -0
  184. /package/dist/extensions/{manager-extension → chromium-manager-extension}/public/logo.png +0 -0
  185. /package/dist/extensions/{manager-extension-firefox → firefox-manager-extension}/pages/welcome.js +0 -0
  186. /package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/{A2FF726319EAE26F → 7FB2BED5F58D342A}/model-info.pb +0 -0
  187. /package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/{A2FF726319EAE26F → 7FB2BED5F58D342A}/model.tflite +0 -0
  188. /package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/{DD2F3F59DBBFC161 → E2AEF611C74078E8}/VERSION.txt +0 -0
  189. /package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/{DD2F3F59DBBFC161 → E2AEF611C74078E8}/model-info.pb +0 -0
  190. /package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/{DD2F3F59DBBFC161 → E2AEF611C74078E8}/model.tflite +0 -0
  191. /package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/{DD2F3F59DBBFC161 → E2AEF611C74078E8}/override_list.pb.gz +0 -0
  192. /package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/{5C9CEB1B5864C075 → D87E159693F0EB16}/model-info.pb +0 -0
  193. /package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/{5C9CEB1B5864C075 → D87E159693F0EB16}/model.tflite +0 -0
  194. /package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/{53F9D90C8266B357 → 34B03CEAE0058949}/model-info.pb +0 -0
  195. /package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/{53F9D90C8266B357 → 34B03CEAE0058949}/model.tflite +0 -0
  196. /package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/{D93CB2CBA8635DD6 → 758FC3BEFF3CA2C1}/model-info.pb +0 -0
  197. /package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/{D93CB2CBA8635DD6 → 758FC3BEFF3CA2C1}/model.tflite +0 -0
  198. /package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/{D93CB2CBA8635DD6 → 758FC3BEFF3CA2C1}/visual_model_desktop.tflite +0 -0
  199. /package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/{39FB7D5ADBDA7869 → 8D7B8C555280B305}/model-info.pb +0 -0
  200. /package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/{39FB7D5ADBDA7869 → 8D7B8C555280B305}/model.tflite +0 -0
  201. /package/dist/run-chrome-profile/optimization_guide_model_store/31/E6DC4029A1E4B4C1/{78ED3668E901D315 → 8268F35943871DCC}/model-info.pb +0 -0
  202. /package/dist/run-chrome-profile/optimization_guide_model_store/31/E6DC4029A1E4B4C1/{78ED3668E901D315 → 8268F35943871DCC}/model.tflite +0 -0
  203. /package/dist/run-chrome-profile/optimization_guide_model_store/34/E6DC4029A1E4B4C1/{9C601F6F58B4BB6D → 07A53CCB3617518F}/model-info.pb +0 -0
  204. /package/dist/run-chrome-profile/optimization_guide_model_store/34/E6DC4029A1E4B4C1/{9C601F6F58B4BB6D → 07A53CCB3617518F}/model.tflite +0 -0
  205. /package/dist/run-chrome-profile/optimization_guide_model_store/40/E6DC4029A1E4B4C1/{D4BFFC1A4F34F105 → D09D4C34287503EC}/model-info.pb +0 -0
  206. /package/dist/run-chrome-profile/optimization_guide_model_store/40/E6DC4029A1E4B4C1/{D4BFFC1A4F34F105 → D09D4C34287503EC}/model.tflite +0 -0
  207. /package/dist/run-chrome-profile/optimization_guide_model_store/40/E6DC4029A1E4B4C1/{D4BFFC1A4F34F105 → D09D4C34287503EC}/ts.bin +0 -0
  208. /package/dist/run-chrome-profile/optimization_guide_model_store/40/E6DC4029A1E4B4C1/{D4BFFC1A4F34F105 → D09D4C34287503EC}/ts_spm.model +0 -0
  209. /package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/{3D618C218E10133D → 74D0A314A35DB18B}/model-info.pb +0 -0
  210. /package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/{3D618C218E10133D → 74D0A314A35DB18B}/model.tflite +0 -0
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "epochs": [ {
3
- "calculation_time": "13368807422539392",
3
+ "calculation_time": "13369795570777952",
4
4
  "config_version": 0,
5
5
  "model_version": "0",
6
6
  "padded_top_topics_start_index": 0,
7
7
  "taxonomy_version": 0,
8
8
  "top_topics_and_observing_domains": [ ]
9
9
  } ],
10
- "hex_encoded_hmac_key": "5CE02F5F2863831BC39AA3158EFDDDBEC886A623097BE5F0387FA3C469512096",
11
- "next_scheduled_calculation_time": "13369412222539460"
10
+ "hex_encoded_hmac_key": "CAD3A182435EC88A03344B1C110A385C9228E084EB9E79E9F83C7E259233CB15",
11
+ "next_scheduled_calculation_time": "13370400370778037"
12
12
  }
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.608 f703 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001
2
- 2024/08/22-11:39:02.609 f703 Recovering log #3
3
- 2024/08/22-11:39:02.609 f703 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/000003.log
1
+ 2024/09/02-21:19:54.708 b103 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001
2
+ 2024/09/02-21:19:54.709 b103 Recovering log #3
3
+ 2024/09/02-21:19:54.709 b103 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.354 18503 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001
2
- 2024/08/22-11:37:40.355 18503 Recovering log #3
3
- 2024/08/22-11:37:40.355 18503 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/000003.log
1
+ 2024/09/02-21:19:22.392 8403 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001
2
+ 2024/09/02-21:19:22.393 8403 Recovering log #3
3
+ 2024/09/02-21:19:22.393 8403 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Rules/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.611 f703 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001
2
- 2024/08/22-11:39:02.612 f703 Recovering log #3
3
- 2024/08/22-11:39:02.612 f703 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/000003.log
1
+ 2024/09/02-21:19:54.711 b103 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001
2
+ 2024/09/02-21:19:54.714 b103 Recovering log #3
3
+ 2024/09/02-21:19:54.734 b103 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.357 18503 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001
2
- 2024/08/22-11:37:40.357 18503 Recovering log #3
3
- 2024/08/22-11:37:40.357 18503 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/000003.log
1
+ 2024/09/02-21:19:22.394 8403 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001
2
+ 2024/09/02-21:19:22.395 8403 Recovering log #3
3
+ 2024/09/02-21:19:22.396 8403 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension Scripts/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:03.022 f203 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001
2
- 2024/08/22-11:39:03.042 f203 Recovering log #3
3
- 2024/08/22-11:39:03.042 f203 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/000003.log
1
+ 2024/09/02-21:19:55.002 a707 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001
2
+ 2024/09/02-21:19:55.003 a707 Recovering log #3
3
+ 2024/09/02-21:19:55.022 a707 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.749 b303 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001
2
- 2024/08/22-11:37:40.769 b303 Recovering log #3
3
- 2024/08/22-11:37:40.769 b303 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/000003.log
1
+ 2024/09/02-21:19:22.650 b003 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001
2
+ 2024/09/02-21:19:22.670 b003 Recovering log #3
3
+ 2024/09/02-21:19:22.671 b003 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Extension State/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:03.156 a503 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001
2
- 2024/08/22-11:39:03.158 a503 Recovering log #3
3
- 2024/08/22-11:39:03.178 a503 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log
1
+ 2024/09/02-21:19:55.163 b503 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001
2
+ 2024/09/02-21:19:55.184 b503 Recovering log #3
3
+ 2024/09/02-21:19:55.184 b503 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.990 b603 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001
2
- 2024/08/22-11:37:41.010 b603 Recovering log #3
3
- 2024/08/22-11:37:41.010 b603 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log
1
+ 2024/09/02-21:19:22.798 a507 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001
2
+ 2024/09/02-21:19:22.819 a507 Recovering log #3
3
+ 2024/09/02-21:19:22.819 a507 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.300 2d03 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001
2
- 2024/08/22-11:39:02.309 2d03 Recovering log #3
3
- 2024/08/22-11:39:02.309 2d03 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log
1
+ 2024/09/02-21:19:54.308 2b03 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001
2
+ 2024/09/02-21:19:54.317 2b03 Recovering log #3
3
+ 2024/09/02-21:19:54.318 2b03 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.020 2d03 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001
2
- 2024/08/22-11:37:40.027 2d03 Recovering log #3
3
- 2024/08/22-11:37:40.027 2d03 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log
1
+ 2024/09/02-21:19:22.005 2a07 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001
2
+ 2024/09/02-21:19:22.011 2a07 Recovering log #3
3
+ 2024/09/02-21:19:22.012 2a07 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log
@@ -1 +1 @@
1
- {"net":{"http_server_properties":{"servers":[{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13371399420530620","port":443,"protocol_str":"quic"}],"anonymization":["HAAAABUAAABjaHJvbWU6Ly9uZXctdGFiLXBhZ2UAAAA=",true],"server":"https://www.gstatic.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13371399420776296","port":443,"protocol_str":"quic"}],"anonymization":["HAAAABUAAABjaHJvbWU6Ly9uZXctdGFiLXBhZ2UAAAA=",true],"server":"https://ogads-pa.googleapis.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13371399420850765","port":443,"protocol_str":"quic"}],"anonymization":["HAAAABUAAABjaHJvbWU6Ly9uZXctdGFiLXBhZ2UAAAA=",true],"server":"https://play.google.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13371399607840451","port":443,"protocol_str":"quic"}],"anonymization":["MAAAACwAAABodHRwczovL2Nocm9tZS1kZXZ0b29scy1mcm9udGVuZC5hcHBzcG90LmNvbQ==",false],"server":"https://chrome-devtools-frontend.appspot.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13371403143264840","port":443,"protocol_str":"quic"}],"anonymization":["GAAAABIAAABodHRwczovL2dvb2dsZS5jb20AAA==",false],"network_stats":{"srtt":81022},"server":"https://accounts.google.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13371403152410276","port":443,"protocol_str":"quic"}],"anonymization":["MAAAACsAAABodHRwczovL29wdGltaXphdGlvbmd1aWRlLXBhLmdvb2dsZWFwaXMuY29tAA==",false],"network_stats":{"srtt":22609},"server":"https://optimizationguide-pa.googleapis.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13371403179893832","port":443,"protocol_str":"quic"}],"anonymization":["GAAAABIAAABodHRwczovL2dvb2dsZS5jb20AAA==",false],"network_stats":{"srtt":26942},"server":"https://www.google.com"}],"supports_quic":{"address":"192.168.1.4","used_quic":true},"version":5},"network_qualities":{"CAISABiAgICA+P////8B":"4G"}}}
1
+ {"net":{"http_server_properties":{"servers":[{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13372388395217925","port":443,"protocol_str":"quic"}],"anonymization":["GAAAABIAAABodHRwczovL2dvb2dsZS5jb20AAA==",false],"network_stats":{"srtt":85188},"server":"https://accounts.google.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13372388404527619","port":443,"protocol_str":"quic"}],"anonymization":["MAAAACsAAABodHRwczovL29wdGltaXphdGlvbmd1aWRlLXBhLmdvb2dsZWFwaXMuY29tAA==",false],"network_stats":{"srtt":33367},"server":"https://optimizationguide-pa.googleapis.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13372388395165241","port":443,"protocol_str":"quic"}],"anonymization":["GAAAABIAAABodHRwczovL2dvb2dsZS5jb20AAA==",false],"network_stats":{"srtt":27462},"server":"https://www.google.com"}],"supports_quic":{"address":"192.168.1.4","used_quic":true},"version":5},"network_qualities":{"CAASABiAgICA+P////8B":"4G"}}}
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:03.021 a503 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001
2
- 2024/08/22-11:39:03.042 a503 Recovering log #3
3
- 2024/08/22-11:39:03.042 a503 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications/000003.log
1
+ 2024/09/02-21:19:54.936 a707 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001
2
+ 2024/09/02-21:19:54.937 a707 Recovering log #3
3
+ 2024/09/02-21:19:54.957 a707 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications/000003.log
@@ -1,3 +1,2 @@
1
- 2024/08/22-11:37:40.747 a303 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001
2
- 2024/08/22-11:37:40.749 a303 Recovering log #3
3
- 2024/08/22-11:37:40.769 a303 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications/000003.log
1
+ 2024/09/02-21:19:44.092 b003 Creating DB /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications since it was missing.
2
+ 2024/09/02-21:19:44.157 b003 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001
@@ -1 +1 @@
1
- {"NewTabPage":{"PrevNavigationTime":"13368811142285242"},"account_tracker_service_last_update":"13368807418840925","ack_existing_ntp_extensions":true,"alternate_error_pages":{"backup":true},"apps":{"shortcuts_arch":"x86_64","shortcuts_version":7},"autocomplete":{"retention_policy_last_version":127},"autofill":{"last_version_deduped":127},"browser":{"app_window_placement":{"DevToolsApp":{"always_on_top":false,"bottom":740,"left":100,"maximized":false,"right":740,"top":100,"work_area_bottom":900,"work_area_left":0,"work_area_right":1386,"work_area_top":0}},"has_seen_welcome_page":false,"window_placement":{"bottom":878,"left":22,"maximized":false,"right":1362,"top":22,"work_area_bottom":900,"work_area_left":0,"work_area_right":1386,"work_area_top":0}},"countryid_at_install":16978,"default_search_provider":{"guid":""},"devtools":{"adb_key":"MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCXTMeNH7kv54VP31odJe1W+DkD/BqTx6UFAN7I4a8nxuKOLkNczvksALEd3jwt/Kon4C++URhKLsAU+008JIq3xi6n2Fw1Jmvtj+QnlOIG3YSiywTQsyvAnno5HIPCmu7BADKqk0EN/0wovJtlhUDzQGECs0tEVLL/2ufjRgz/Bj1DgfOz8p8nVQEPQrN8fFcyGXlb6fCfz1Kouh6xLpEvGlO+lRc5zca4Esoxb8soxr1mUG2dkaDTKRv2wppl/Nst+dObHnIwqxkZUt9d5OWQah9h0ZppByJeDZYVpQJDsSKyEtNXK4oydkuYW39ut4Zg+t6WY/h1/e9za50TTKGvAgMBAAECggEAAKqGZ3Pas8zjzzsDcGtHqUnT0AittUa4AawIYCGAXgvuYUhE/lICbClON+tyBj+sZF98CYa7eXG8UFtVjD/WiU7+DzE/3ROB9iLbggZv6WFtFrt1jbOJCgtCLF0hG6RclHedWxcpz333Ls4ykgOVxicOrK6AmP8VZmWi/qdLf+LcWKy8VMjdGI3gIvigBKB73J1GF6T+X+S7XPVUjg9pl7bpPSbvnzAoFk6RuyCS3qEY/lDk5cgxYYR0bD8/QlYKE1RspJGRf7+07ZlXJwvUWB0DE7UttQcumOe6IzErH/JT4zJhEfrICBovNTEgD+RHowAy8ynUu4muRNe7P7ZrgQKBgQDGS8LHwBGa2VDmDluhQwhzLRe6iTTK8zVXEv3LSVZM4AOsWZdjH32vb165WTjVRq1RWqUpYhgddgXatdlNIIQF7wtw/M5W+N7uvEX3HCMxv/ARYJIEU5KHu//bton4zXfuTiVTSBZhXUx/4gGiZ8p5fpXUZsHhv3KI2b9UKbOH5wKBgQDDVAG1uVNIIjYf7j7MvI5t7cJNJpCTYPkLl/Wo4qsl2jwjFGRpG+3V7SYSptmf/sG99LNMgUANcJD4tG2GixAgsGj3vbYjg2LAZEPXWhVKGvwxVE3yStkEjUzNjHBJTPMU/VyzjkSWbAo6/nRu0OooBY6bUE0BYz/6mgcOurC++QKBgQC4SXKVR5hU7AB2PgPEZFL3D4JM9vTcZJk++kRp6BdPTKW9SGocUgjxwTQsV5ItDAlJYU+7nRHCV4xrTbPNLRnlldpxQFHXnGU7RDhVxo2iz7mhvLkXUkAM65iGried1f7Ot0uTEZzTEe1lsDpKn+EZdp5yjqlDTzR3oL5iznquIwKBgHqAXyondrHQsv1HoB8rSnBrIubb/uRPdyHsReeLcScmPX0Ktwasu3blanFcLzSGw99sbl7W2OMU6/buwZoV8SFvQgXN90NCjVZ4C4wuNRfq4KvXYaNJid2u+LIZF/sAxZsuY0tBOIbWb3wcRc2SPKipA40oyYLLSj7TBwYX0+2RAoGANqszXhkh8uN/mhyUHP25Bk2I+c2A4TWvb4NZBKRrBJKqNFM4tVipreH+v1cD3HYWzwpPhMBgMnsihkncCHZllLKcbSQO3lbkq998gKrHdIpHHKyEp/VPeozpofuFlCZRtx1gkUOEYt0GTuDI2XOF4p1FvS5kOkzJjsyXv1qi7vs=","preferences":{"closeable-tabs":"{\"security\":true,\"chrome-recorder\":true,\"performance-insights\":true}","console.sidebar-selected-filter":"\"message\"","console.sidebar.width":"{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}","currentDockState":"\"right\"","elements.styles.sidebar.width":"{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}","inspector-view.split-view-state":"{\"vertical\":{\"size\":0}}","inspector.drawer-split-view-state":"{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}","inspectorVersion":"37","releaseNoteVersionSeen":"68","styles-pane-sidebar-tab-order":"{\"styles\":10,\"computed\":20}"},"synced_preferences_sync_disabled":{"adorner-settings":"[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"subgrid\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true},{\"adorner\":\"slot\",\"isEnabled\":true},{\"adorner\":\"top-layer\",\"isEnabled\":true},{\"adorner\":\"reveal\",\"isEnabled\":true},{\"adorner\":\"media\",\"isEnabled\":false}]","syncedInspectorVersion":"37"}},"domain_diversity":{"last_reporting_timestamp":"13368807418856897"},"enterprise_profile_guid":"ce86e692-cd5f-4ead-8fb6-fb311748f3f8","extensions":{"alerts":{"initialized":true},"chrome_url_overrides":{"newtab":[{"active":true,"entry":"chrome-extension://gpgekcjaoilcejmlcbfdijlmcbpjlnda/chrome_url_overrides/newtab.html"}]},"last_chrome_version":"127.0.6533.120","ui":{"developer_mode":true}},"gaia_cookie":{"changed_time":1724333820.226044,"hash":"2jmj7l5rSw0yVb/vlWAYkK/YBwk=","last_list_accounts_data":"[\"gaia.l.a.r\",[]]"},"gcm":{"product_category_for_subtypes":"com.chrome.macosx"},"google":{"services":{"signin_scoped_device_id":"816eca88-31b0-4f9e-88e6-571b70215a43"}},"in_product_help":{"new_badge":{"Compose":{"feature_enabled_time":"13368807418239851","show_count":0,"used_count":0},"ComposeNudge":{"feature_enabled_time":"13368807418239871","show_count":0,"used_count":0}},"recent_session_enabled_time":"13368807418239289","recent_session_start_times":["13368807418239289"],"session_last_active_time":"13368811202114521","session_start_time":"13368807418239289"},"intl":{"selected_languages":"en-US,en"},"invalidation":{"per_sender_topics_to_handler":{"1013309121859":{}}},"language_model_counters":{"en":3},"media":{"engagement":{"schema_version":5}},"media_router":{"receiver_id_hash_token":"RPCfuhbj83SL0erXN8+7WTR1HNE4hZBh2SKJ3RdXy9J09X4TkdoBBoa+I3i4RtauANWD7fd9Od0A0h7+SW5gOw=="},"ntp":{"num_personal_suggestions":1},"optimization_guide":{"hintsfetcher":{"hosts_successfully_fetched":{}},"predictionmodelfetcher":{"last_fetch_attempt":"13368811152084847","last_fetch_success":"13368811152412586"},"previously_registered_optimization_types":{"ABOUT_THIS_SITE":true,"HISTORY_CLUSTERS":true,"SHOPPING_PAGE_PREDICTOR":true,"V8_COMPILE_HINTS":true},"store_file_paths_to_delete":{}},"partition":{"per_host_zoom_levels":{"x":{}}},"password_manager":{"autofillable_credentials_account_store_login_database":false,"autofillable_credentials_profile_store_login_database":false},"privacy_sandbox":{"first_party_sets_data_access_allowed_initialized":true},"profile":{"avatar_index":26,"background_password_check":{"check_fri_weight":9,"check_interval":"2592000000000","check_mon_weight":8,"check_sat_weight":6,"check_sun_weight":6,"check_thu_weight":9,"check_tue_weight":9,"check_wed_weight":9,"next_check_time":"13371417580059058"},"content_settings":{"did_migrate_adaptive_notification_quieting_to_cpss":true,"disable_quiet_permission_ui_time":{"notifications":"13368807418235239"},"enable_cpss":{"notifications":true},"enable_quiet_permission_ui":{"notifications":false},"enable_quiet_permission_ui_enabling_method":{"notifications":1},"exceptions":{"3pcd_heuristics_grants":{},"3pcd_support":{},"abusive_notification_permissions":{},"access_to_get_all_screens_media_in_session":{},"accessibility_events":{},"anti_abuse":{},"app_banner":{},"ar":{},"auto_picture_in_picture":{},"auto_select_certificate":{},"automatic_downloads":{},"automatic_fullscreen":{},"autoplay":{},"background_sync":{},"bluetooth_chooser_data":{},"bluetooth_guard":{},"bluetooth_scanning":{},"camera_pan_tilt_zoom":{},"captured_surface_control":{},"client_hints":{},"clipboard":{},"cookie_controls_metadata":{},"cookies":{},"direct_sockets":{},"durable_storage":{},"fedcm_idp_registration":{},"fedcm_idp_signin":{"https://accounts.google.com:443,*":{"last_modified":"13368807420226354","setting":{"chosen-objects":[{"idp-origin":"https://accounts.google.com","idp-signin-status":false}]}}},"fedcm_share":{},"file_system_access_chooser_data":{},"file_system_access_extended_permission":{},"file_system_access_restore_permission":{},"file_system_last_picked_directory":{},"file_system_read_guard":{},"file_system_write_guard":{},"formfill_metadata":{},"geolocation":{},"hid_chooser_data":{},"hid_guard":{},"http_allowed":{},"https_enforced":{},"idle_detection":{},"images":{},"important_site_info":{},"insecure_private_network":{},"intent_picker_auto_display":{},"javascript":{},"javascript_jit":{},"keyboard_lock":{},"legacy_cookie_access":{},"local_fonts":{},"media_engagement":{},"media_stream_camera":{},"media_stream_mic":{},"midi_sysex":{},"mixed_script":{},"nfc_devices":{},"notification_interactions":{},"notification_permission_review":{},"notifications":{},"password_protection":{},"payment_handler":{},"permission_autoblocking_data":{},"permission_autorevocation_data":{},"pointer_lock":{},"popups":{},"private_network_chooser_data":{},"private_network_guard":{},"protocol_handler":{},"reduced_accept_language":{},"safe_browsing_url_check_data":{},"sensors":{},"serial_chooser_data":{},"serial_guard":{},"site_engagement":{"chrome://extensions/,*":{"last_modified":"13368811071566836","setting":{"lastEngagementTime":1.3368811071566804e+16,"lastShortcutLaunchTime":0.0,"pointsAddedToday":2.7,"rawScore":2.7}},"chrome://newtab/,*":{"last_modified":"13368811196781278","setting":{"lastEngagementTime":1.3368811196781254e+16,"lastShortcutLaunchTime":0.0,"pointsAddedToday":15.0,"rawScore":15.0}}},"sound":{},"speaker_selection":{},"ssl_cert_decisions":{},"storage_access":{},"subresource_filter":{},"subresource_filter_data":{},"third_party_storage_partitioning":{},"top_level_3pcd_origin_trial":{},"top_level_3pcd_support":{},"top_level_storage_access":{},"tracking_protection":{},"unused_site_permissions":{},"usb_chooser_data":{},"usb_guard":{},"vr":{},"webid_api":{},"webid_auto_reauthn":{},"window_placement":{}},"pref_version":1},"created_by_version":"127.0.6533.120","creation_time":"13368807418138402","exit_type":"Normal","last_engagement_time":"13368811196781254","last_time_obsolete_http_credentials_removed":1724333878.423055,"last_time_password_store_metrics_reported":1724333848.423942,"managed":{"banner_state":1,"locally_parent_approved_extensions":{}},"managed_user_id":"","name":"Person 1","password_account_storage_settings":{},"password_hash_data_list":[],"were_old_google_logins_removed":true},"safebrowsing":{"event_timestamps":{},"hash_real_time_ohttp_expiration_time":"13369412219681003","hash_real_time_ohttp_key":"CwAgW+ln4L4ImctUnvuQXzh6tR+X9I2SHIy0VX9ZEBVy718ABAABAAI=","metrics_last_log_time":"13368807418","scout_reporting_enabled_when_deprecated":false},"saved_tab_groups":{"specifics_to_data_migration":true},"segmentation_platform":{"device_switcher_util":{"result":{"labels":["NotSynced"]}},"last_db_compaction_time":"13368671999000000","uma_in_sql_start_time":"13368807418213640"},"sessions":{"event_log":[{"crashed":false,"time":"13368807418212277","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":4,"time":"13368808262884073","type":2,"window_count":1},{"crashed":false,"time":"13368810971283949","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":3,"time":"13368811054697281","type":2,"window_count":3},{"crashed":false,"time":"13368811059899525","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":2,"time":"13368811076274981","type":2,"window_count":2},{"crashed":false,"time":"13368811142090907","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":2,"time":"13368811203905402","type":2,"window_count":1}],"session_data_status":5},"signin":{"allowed":true},"sync":{"autofill_wallet_import_enabled_migrated":true},"toolbar":{"pinned_actions":[]},"total_passwords_available_for_account":0,"total_passwords_available_for_profile":0,"tracking_protection":{"tracking_protection_3pcd_enabled":false},"translate_site_blacklist":[],"translate_site_blocklist_with_time":{},"web_apps":{"did_migrate_default_chrome_apps":["MigrateDefaultChromeAppToWebAppsGSuite","MigrateDefaultChromeAppToWebAppsNonGSuite"],"last_preinstall_synchronize_version":"127"},"zerosuggest":{"cachedresults":")]}'\n[\"\",[\"acidente caminhão\",\"gonzalo plata corinthians\",\"filmes sessão da tarde\",\"epic games loja fortnite\",\"caixa econômica federal\",\"intercontinental 2024\",\"astronautas presos na estação espacial\",\"ibovespa\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[],{\"google:clientdata\":{\"bpc\":false,\"tlw\":false},\"google:groupsinfo\":\"ChoIkk4SFQoRUGVzcXVpc2FzIGVtIGFsdGEoCg\\u003d\\u003d\",\"google:suggestdetail\":[{\"zl\":10002},{\"zl\":10002},{\"google:entityinfo\":\"CgovbS8wd2JoZDI2EiNTZXNzw6NvIGRhIFRhcmRlIOKAlCBQcm9ncmFtYSBkZSBUVjLLEmRhdGE6aW1hZ2UvanBlZztiYXNlNjQsLzlqLzRBQVFTa1pKUmdBQkFRQUFBUUFCQUFELzJ3Q0VBQWtHQndnSEJna0lCd2dLQ2drTERSWVBEUXdNRFJzVUZSQVdJQjBpSWlBZEh4OGtLRFFzSkNZeEp4OGZMVDB0TVRVM09qbzZJeXMvUkQ4NFF6UTVPamNCQ2dvS0RRd05HZzhQR2pjbEh5VTNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTi8vQUFCRUlBRUFBUUFNQkVRQUNFUUVERVFIL3hBQWJBQUFDQWdNQkFBQUFBQUFBQUFBQUFBQUFCQVVHQVFJREIvL0VBRElRQUFFREF3SUVCQVFGQlFBQUFBQUFBQUVDQXdRQUJSRVNJUVl4UVZFVEZDSnhRbUdCb1FjVk0xTGhJektSa3JIL3hBQVpBUUFDQXdFQUFBQUFBQUFBQUFBQUFBQUFCQUVDQXdYL3hBQXRFUUFCQkFBRUF3Y0ZBUUVBQUFBQUFBQUJBQUlERVFRU0lURVRRVkVpTW1HUnNjSHdCWEdCb2RIaEZQL2FBQXdEQVFBQ0VRTVJBRDhBOGNycnF5S0VJb1FpaENLRUlvUWloQ0tFTE5DbEZDRVVJUlFoRkNFVUlSUWhGQ0Z0aXJVdE1xTVVVaktqRkZJcEdLS1JTTVVVb3BHS21rVWpGRklwR0tpa1V1bW1wVytWVEVTeEJ6aCtSZTVjbnk4VnQ0TU5KUzNyVzg1ak9BTWdBQWI1ejNwU1RGVmlCQXdXYXMrQVZTT2lWdkZwa1dtU2htUmdoeHNPdExUeVdnOGovd0JHTzRwbHJnNEtrTXJaVzIzbG9rZE5YV2xMWnRwYnBJYVFwWlNDb2hJemdEbWZhb0pBM1VMVlNGSnhxU1JrWkdSekhlcFVDanN0Y1ZLbWxsU0NrNFVDRGdIY2REdUtoUm91bUtyYTNwWGUwQVhIOEw3dkVHQzlBbEprcEhaSnh2OEE0QzY0czU0WDFPTi9Kd3I1K2xRaWlrM2VISWpYRDl4ZmNTNzV1S3RsdHRTRCtvNm8rcEducUFGSk8yLzNwMlhFdWJpbzRXY3dTZlpaeE9MZ1huWk0zemg5dDIwMlh5Y1JtTVRDU3Q5N2twU3R3dlYzM3hpb3dUM3VrbEQzV1E0NmRCeVdUcHNoOEQ2cXdUQ3hiSnR5NGxaZGRqdHFoc09OdHhBbG9MRGdHbE9RRDhRM1B0enhTMkdoaW53d2hrR1l0SkJ2cUNkZkpZVFN5aVJzVE5NMzY2cUh1bHA4d3c3ZTdzRnZzc1dwRWh1UGpTUzQ0NHBJUW9weDZVcXlUcHh6NmIxamg4U1drUVJHaVhrWHZRQXZTNzM1YnA1NG82RDIxU1Y5WjRlaW1EZHJkR1dHQ3BDa3dYRVkxWVNDUXRSSnlNOC9mSHpyb1ladUxETXMyK3V0K2dwTEVtUXVZMC80cW5QbHZUNXI4dVNyVTg4c3JVZW1UMitWUE5hR2lndG1NREdocmRnclZ3cjVaTmx1S20yMVBUdzRqTFRadzZXZmkwZlhuanNLVmxlUWY3c3E0aHJ1T3dIUnV2bjgyVXlMckN0bGh2VXA2TXd6SXVvUzB4QXo2eTJBUnJjQ1NNWjFLUFRPUHJYRi93Q2VTYWVKZ2NTR1dTN3g2QytpZElCZG9GRlR1SmJ5MnpHL01iWXl5MlVsU0NXMUlVdlVNYXhrbmNqTytPcDcxMUlXUlozUGlkYnRpZDB1TUt6dVpqVzlmTmZPMHhjcDkwazI2MXJSYjQ1Z3FUNGJNQUxXNHB4STlSV3NnZzlOOSsrYXlpZ2JDSkNaRGJ0M2FEK3FBWW55bGdIZFdMbk51ajhXTmM5U0hKY3RQaVBSQzJneDIyRzFZYjlKMnhuZkpQeERIT3F3eHh4Wm9OUTNTanJaSkZuVkJZeHpzMWJYcjBVZmI3eHhUZExrNUVqa3pKUy9FQzJsb1JqU3IrOEhPQnB6ME8xYVM0YkJRUjVuREtCWFhjYmVOL3RYTlZhcjl4bFNwTWdpWTdyVTJTa0FZMHAzM3dCdGoycnBOQXJSVmF4b0haQ1VOV1FwUzJ4Mlg1YVVTZkU4SUFsUWJJQ2xmSVoyK3ZUZm55cE9SemczczcrT3lmZDJSYXU5anNuRGt4eExya041bHlPUTZ0cE1zUEFwSDc4b0FBOXE0Mk5teGtETytEbTAyby9qVXJFT2NYVUJwMVVWeGRkclJlWmFwYUpFOTVaSG9hOEpMYUUrNmlTZnRUR0FoeE1EQkdRMEFjN0pQdDZxMGNKYVNlcVR0OCtVdUZNTHFWZVhjWThvQzJuOUpPeDBweWV1bmZ2am5UTXpXdWtZTDFCdjI5MEdKc1l1dC9WYXlPSWtLWVV5ekJDVWVFMDBqVzVuQ1cxRXAyeDNPVHYwclRnRXlpUW5hOVB1QUZtTVBVWmIxMUtzbkJUNlhZM0VONlJGWmlsdUtHV3ZESHhLQkpKUHVFVnpNZTA4VEQ0ZHh2V3o4ODFuSzJycGVleUdIeURKVXc0bHB4UktWbEJDVDdHdSsxN1NhQjFDbXFBQ1dOWFVFSjBKcFFsZFVOVjNnTi9sWDRkUHZOcHpLdkQvQUlLTURmUUNSajdML3dCcTRrcitQOVJEVDNZeGY1K1Y1TEVqTkxYUmNKOW1qVytVeFpJN0xiMHRDQTVPa3VESVFTTTZVNTVBRHIvTmI0V2FURVhPNDAza1BBY3lvZkoyQzd5U2JrZDYwTVRvN2J4VWwxYmFXbThiRlJBUEk5UUQ5cVpqZkhPMFRWMW9xSGd1Y0dIbHVyRTlaSUNPTUVSMVIyM1V3NFNTdHNwSDlWdzZqa2pydGo3Vnh4akpqaE0yYnZPT3ZRS3phTFNhMld0a0w4cmdIaUJTOGVaZENuaWxLY1lUakl3QnlHRW1tTVNCRmpvRHkyK2VhVE5GNUFTUEUwTjJkYXJhOWJrS2VhbE1JWVNsSEpvaFpWdiszWWdmVDVVejlNZmtmSkMvdlhmM1VZZ2ppOFRrQXF2eEkxYm9TbUxkYlNsNWJDY3lwUU9mRmNQTUo3Skh5Nzc1eFhZakpPcFMySDRyN2trMHZZZEIvU3YvMlE9PToXZmlsbWVzIHNlc3PDo28gZGEgdGFyZGVKByM4ODc1MzVSRmdzX3NzcD1lSnpqNHRMUDFUY29UOHBJTVRJellQUVNUOHZNeVUwdFZpaE9MUzQtdkRoZklTVlJvU1N4S0NVVkFPVUlEUGNwEw\\u003d\\u003d\",\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002}],\"google:suggestrelevance\":[1257,1256,1255,1254,1253,1252,1251,1250],\"google:suggestsubtypes\":[[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308]],\"google:suggesttype\":[\"QUERY\",\"QUERY\",\"ENTITY\",\"QUERY\",\"QUERY\",\"QUERY\",\"QUERY\",\"QUERY\"]}]"}}
1
+ {"NewTabPage":{"PrevNavigationTime":"13369796394416517"},"account_tracker_service_last_update":"13369795567067717","ack_existing_ntp_extensions":true,"alternate_error_pages":{"backup":true},"apps":{"shortcuts_arch":"x86_64","shortcuts_version":7},"autocomplete":{"retention_policy_last_version":128},"autofill":{"last_version_deduped":128},"browser":{"app_window_placement":{"DevToolsApp":{"always_on_top":false,"bottom":740,"left":100,"maximized":false,"right":740,"top":100,"work_area_bottom":900,"work_area_left":0,"work_area_right":1386,"work_area_top":0}},"has_seen_welcome_page":false,"window_placement":{"bottom":878,"left":22,"maximized":false,"right":1222,"top":22,"work_area_bottom":900,"work_area_left":0,"work_area_right":1386,"work_area_top":0}},"countryid_at_install":16978,"default_search_provider":{"guid":""},"devtools":{"adb_key":"MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC5Pe+t4BJmlP97gfgtli1UJLjxadQ9VfG4RJ+D0um3hZBN+zq759EkTYIuk7sQqHEabGQaUMb0ACn9QFA04kBSWp34hhVwX+I6ygKM4IWSfjTqSw8oMqPyBi8uLUDgw5H0DHwWsruuHf6CWcdktFCgqDJgXkVbtg8h2oP0tbnCfU/7Rp74fZMPUi7e5EexEVxnwaQo4ACH0pAlDaZw3pHdWKv2vmhYS1vwH2EG6Kg9fVUN3znUlgmXAmoQK//0dPCcizRaABTmiPb95vCZBgCi1VopLfx7QyPACThNPqBTYJNRc+SQ8KvpJqQHCYY/Mphx7/6h+YTRK+1W7lFeZLOjAgMBAAECggEAQ/QyHBVieqo3DK5Rhhuc1kzAYaNCfhusmD3oTHoPTckb9ldupOb2BHzAgGimS4aXMyvHDxZJ3dG/lY1FvxiuoudmIvjBHZ+3BHz9sYNdzK8qpzZQwZzOIqddIHHuZmWoAaCg1szLZ6TOLDBWIp25JC5/iHWcuPeRFoisNpWBpxQkSJVuLO56r+RNA7FQRLvVecnDwFQ4zl9a/ZrkCRBiqhL21NDWi+3yLfHzYz63tIotTh202sItR2h/430enX4qzonmKwNOjwU+X3tI/ZNrzSW0vfTvCgffqxQwHxa4WOfgE07RMLC7S3iJGQiLWHjdeGX4lJ1N9c7M4mMf8/2KCQKBgQDlf2fxm5UkZApToPJSoC6b3DHqANmzgv7er3Xa0GupCuum0JnS96tUhZ/hiGDua4IFPfxPb1+yEpXH933ZGf/swfJcOdBC6aNbu7GXnycoRkPhosCLqOpbAs9L2eqp4IzAX3an7/afeGin/rsCglSuQfHNSvFqrNN+Qsv2TESAuQKBgQDOojTjVcb8II4sVBholp8UiujJ64r177nG3N3GNQ/jj+pd9o3Wb3gHE5B2ZKt2QRutxOWzT/PkGvNPJCzLsURCQti56uXbUqpViA3OObfmheY8xqlF9nuLEf+grLEaiL06hjK1Adr7g0mxtlRgtG+/ol3QdLcCcW5CwjTZH6TROwKBgQCGrs+UhibvtVouHA06GlFgHMiaOKeKZv0mOLikkp4sFYGYY2Fy4vCEaOscU4n3QdaLNwZko8r4WVnXgdI0X8LG8kdGgpNLQYwiILOndLppM1tRBs+S5q2qfaqkLB5AVcykdSHQis4kZmic9qxPW6dQoNjEDxBA924i8hZ60+V72QKBgAQkmG7eb2jqti8JWJvwOSxORLCXumeH8O+dygyJT9I+NnK/2MQt4/gwWjsldZKfZ5CqW/imZ7txFuPFU+iZm0bA1FuV7BnjpGqmmbBC0/8ZPC6HxSkT8hItwDRWgg6II1MjEa0zZlKYpUec4kA2He93r+3YCTtRTuajwi+AROu1AoGANbp6QBQnGkhmXe0Ki7KCbZIWUWiRXl2s+FvRc7Kuoq4R/4kQH2lVqFls/DMKVuPP5xfTbbX/lCadv2dejsbX4xMoS5V9YK9Gu2238pxX08etwJpLGvwcCDcPbfx77m3qLye+eF9DqFJkid6N9AzweT8P4NsBRSdFxKl79QMs6Dc=","preferences":{"closeable-tabs":"{\"security\":true}","console-insights-enabled":"true","console.sidebar-selected-filter":"\"message\"","console.sidebar.width":"{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}","inspector.drawer-split-view-state":"{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}","inspectorVersion":"37"},"synced_preferences_sync_disabled":{"syncedInspectorVersion":"37"}},"domain_diversity":{"last_reporting_timestamp":"13369795568431856"},"enterprise_profile_guid":"3307c0b3-3722-4810-9abb-42857a17fa17","extensions":{"alerts":{"initialized":true},"chrome_url_overrides":{"newtab":[]},"last_chrome_version":"128.0.6613.114","ui":{"developer_mode":true}},"gaia_cookie":{"changed_time":1725321968.33703,"hash":"2jmj7l5rSw0yVb/vlWAYkK/YBwk=","last_list_accounts_data":"[\"gaia.l.a.r\",[]]"},"gcm":{"product_category_for_subtypes":"com.chrome.macosx"},"google":{"services":{"signin_scoped_device_id":"4bbb3bf2-7842-46ea-af3d-d569f681775d"}},"in_product_help":{"new_badge":{"Compose":{"feature_enabled_time":"13369795566430827","show_count":0,"used_count":0},"ComposeNudge":{"feature_enabled_time":"13369795566430845","show_count":0,"used_count":0}},"recent_session_enabled_time":"13369795566430249","recent_session_start_times":["13369795566430249"],"session_last_active_time":"13369796394227404","session_start_time":"13369795566430249"},"intl":{"selected_languages":"en-US,en"},"invalidation":{"per_sender_topics_to_handler":{"1013309121859":{}}},"media":{"engagement":{"schema_version":5}},"media_router":{"receiver_id_hash_token":"SLFD8/NTcqM3FF2Zsbx7noPshvQxcwO4iYSdumlfVRYeo0xgErU0Kg4pVWOVmwdaqJCYWbyGMYzFjFrlEikdIw=="},"ntp":{"num_personal_suggestions":1},"optimization_guide":{"hintsfetcher":{"hosts_successfully_fetched":{}},"predictionmodelfetcher":{"last_fetch_attempt":"13369796404182508","last_fetch_success":"13369796404531024"},"previously_registered_optimization_types":{"ABOUT_THIS_SITE":true,"HISTORY_CLUSTERS":true,"SHOPPING_PAGE_PREDICTOR":true,"V8_COMPILE_HINTS":true},"store_file_paths_to_delete":{}},"password_manager":{"autofillable_credentials_account_store_login_database":false,"autofillable_credentials_profile_store_login_database":false},"privacy_sandbox":{"first_party_sets_data_access_allowed_initialized":true},"profile":{"avatar_index":26,"background_password_check":{"check_fri_weight":9,"check_interval":"2592000000000","check_mon_weight":8,"check_sat_weight":6,"check_sun_weight":6,"check_thu_weight":9,"check_tue_weight":9,"check_wed_weight":9,"next_check_time":"13369917141198892"},"content_settings":{"did_migrate_adaptive_notification_quieting_to_cpss":true,"disable_quiet_permission_ui_time":{"notifications":"13369795566425254"},"enable_cpss":{"notifications":true},"enable_quiet_permission_ui":{"notifications":false},"enable_quiet_permission_ui_enabling_method":{"notifications":1},"exceptions":{"3pcd_heuristics_grants":{},"3pcd_support":{},"abusive_notification_permissions":{},"access_to_get_all_screens_media_in_session":{},"accessibility_events":{},"anti_abuse":{},"app_banner":{},"ar":{},"auto_picture_in_picture":{},"auto_select_certificate":{},"automatic_downloads":{},"automatic_fullscreen":{},"autoplay":{},"background_sync":{},"bluetooth_chooser_data":{},"bluetooth_guard":{},"bluetooth_scanning":{},"camera_pan_tilt_zoom":{},"captured_surface_control":{},"client_hints":{},"clipboard":{},"cookie_controls_metadata":{},"cookies":{},"direct_sockets":{},"display_media_system_audio":{},"durable_storage":{},"fedcm_idp_registration":{},"fedcm_idp_signin":{"https://accounts.google.com:443,*":{"last_modified":"13369795568337391","setting":{"chosen-objects":[{"idp-origin":"https://accounts.google.com","idp-signin-status":false}]}}},"fedcm_share":{},"file_system_access_chooser_data":{},"file_system_access_extended_permission":{},"file_system_access_restore_permission":{},"file_system_last_picked_directory":{},"file_system_read_guard":{},"file_system_write_guard":{},"formfill_metadata":{},"geolocation":{},"hid_chooser_data":{},"hid_guard":{},"http_allowed":{},"https_enforced":{},"idle_detection":{},"images":{},"important_site_info":{},"insecure_private_network":{},"intent_picker_auto_display":{},"javascript":{},"javascript_jit":{},"javascript_optimizer":{},"keyboard_lock":{},"legacy_cookie_access":{},"local_fonts":{},"media_engagement":{},"media_stream_camera":{},"media_stream_mic":{},"midi_sysex":{},"mixed_script":{},"nfc_devices":{},"notification_interactions":{},"notification_permission_review":{},"notifications":{},"password_protection":{},"payment_handler":{},"permission_autoblocking_data":{},"permission_autorevocation_data":{},"pointer_lock":{},"popups":{},"private_network_chooser_data":{},"private_network_guard":{},"protocol_handler":{},"reduced_accept_language":{},"safe_browsing_url_check_data":{},"sensors":{},"serial_chooser_data":{},"serial_guard":{},"site_engagement":{"chrome://extensions/,*":{"last_modified":"13369796377025101","setting":{"lastEngagementTime":1.336979637702508e+16,"lastShortcutLaunchTime":0.0,"pointsAddedToday":2.1,"rawScore":2.1}},"chrome://newtab/,*":{"last_modified":"13369796394936939","setting":{"lastEngagementTime":1.3369796394936904e+16,"lastShortcutLaunchTime":0.0,"pointsAddedToday":12.0,"rawScore":12.0}}},"sound":{},"speaker_selection":{},"ssl_cert_decisions":{},"storage_access":{},"storage_access_header_origin_trial":{},"subresource_filter":{},"subresource_filter_data":{},"third_party_storage_partitioning":{},"top_level_3pcd_origin_trial":{},"top_level_3pcd_support":{},"top_level_storage_access":{},"tracking_protection":{},"unused_site_permissions":{},"usb_chooser_data":{},"usb_guard":{},"vr":{},"webid_api":{},"webid_auto_reauthn":{},"window_placement":{}},"pref_version":1},"created_by_version":"128.0.6613.114","creation_time":"13369795566300185","exit_type":"Normal","family_member_role":"","last_engagement_time":"13369796394936905","last_time_obsolete_http_credentials_removed":1725322026.635372,"last_time_password_store_metrics_reported":1725321996.637249,"managed":{"banner_state":1,"locally_parent_approved_extensions":{}},"managed_user_id":"","name":"Person 1","password_account_storage_settings":{},"password_hash_data_list":[],"were_old_google_logins_removed":true},"safebrowsing":{"event_timestamps":{},"hash_real_time_ohttp_expiration_time":"13370400367787442","hash_real_time_ohttp_key":"CwAgW+ln4L4ImctUnvuQXzh6tR+X9I2SHIy0VX9ZEBVy718ABAABAAI=","metrics_last_log_time":"13369795566","scout_reporting_enabled_when_deprecated":false},"safety_hub":{"unused_site_permissions_revocation":{"migration_completed":true}},"saved_tab_groups":{"specifics_to_data_migration":true},"segmentation_platform":{"device_switcher_util":{"result":{"labels":["NotSynced"]}},"last_db_compaction_time":"13369708799000000","uma_in_sql_start_time":"13369795566395757"},"sessions":{"event_log":[{"crashed":false,"time":"13369795566394750","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":2,"time":"13369795658122741","type":2,"window_count":1},{"crashed":false,"time":"13369795725675154","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":1,"time":"13369795754046747","type":2,"window_count":1},{"crashed":false,"time":"13369795775254416","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":2,"time":"13369795787457229","type":2,"window_count":1},{"crashed":false,"time":"13369796240197347","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":1,"time":"13369796324906833","type":2,"window_count":1},{"crashed":false,"time":"13369796341374979","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":1,"time":"13369796344906499","type":2,"window_count":1},{"crashed":false,"time":"13369796361892713","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":1,"time":"13369796386006092","type":2,"window_count":2},{"crashed":false,"time":"13369796394189445","type":0},{"did_schedule_command":true,"first_session_service":true,"tab_count":1,"time":"13369796419229397","type":2,"window_count":1}],"session_data_status":5},"signin":{"allowed":true},"toolbar":{"pinned_actions":[]},"total_passwords_available_for_account":0,"total_passwords_available_for_profile":0,"tracking_protection":{"tracking_protection_3pcd_enabled":false},"translate_site_blacklist":[],"translate_site_blocklist_with_time":{},"web_apps":{"did_migrate_default_chrome_apps":["MigrateDefaultChromeAppToWebAppsGSuite","MigrateDefaultChromeAppToWebAppsNonGSuite"],"last_preinstall_synchronize_version":"128"},"zerosuggest":{"cachedresults":")]}'\n[\"\",[\"di canio\",\"terço aparecida padre antonio maria\",\"sorteio lotofácil concurso 3190\",\"charles leclerc monza\",\"aumento gas cozinha\",\"homem morre baleado em itu\",\"jogos hoje futebol\",\"ações americanas\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[],{\"google:clientdata\":{\"bpc\":false,\"tlw\":false},\"google:groupsinfo\":\"ChoIkk4SFQoRUGVzcXVpc2FzIGVtIGFsdGEoCg\\u003d\\u003d\",\"google:suggestdetail\":[{\"google:entityinfo\":\"CgkvbS8wMzV4a3oSIUV4LWpvZ2Fkb3IgZGUgZnV0ZWJvbCBlIHRyZWluYWRvcjKzDmRhdGE6aW1hZ2UvanBlZztiYXNlNjQsLzlqLzRBQVFTa1pKUmdBQkFRQUFBUUFCQUFELzJ3Q0VBQWtHQndnSEJna0lCd2dLQ2drTERSWVBEUXdNRFJzVUZSQVdJQjBpSWlBZEh4OGtLRFFzSkNZeEp4OGZMVDB0TVRVM09qbzZJeXMvUkQ4NFF6UTVPamNCQ2dvS0RRd05HZzhQR2pjbEh5VTNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTnpjM056YzNOemMzTi8vQUFCRUlBRUFBUUFNQklnQUNFUUVERVFIL3hBQWFBQUFEQVFFQkFRQUFBQUFBQUFBQUFBQUVCUVlIQXdJQi84UUFOeEFBQVFJRUF3VUZCZ1VGQUFBQUFBQUFBUUlEQUFRRkVRWVNJUk14UVZGaEJ5SnhnYUVqTWtKU3NkRVVrY0h3OFJVV05MTEMvOFFBR1FFQUFnTUJBQUFBQUFBQUFBQUFBQUFBQkFVQkFnTUEvOFFBSVJFQUFnSUNBZ0lEQVFBQUFBQUFBQUFBQUFFQ0VRUXhBeEloVVNPaDhCUC8yZ0FNQXdFQUFoRURFUUEvQUxaUjB2QXI3bGttQU1NVHFwN0RzczY0YnVJR1JaNmpTRldONjBhUlNWTGFzWmg0N05vSGdlSjh2dEhhTTlpV3FZcS9wTlkyckNzeFRvdElPK0I1M3RDcTgwMHBNdEpwWlNyNG5GYTJoTlNLYWx3ZmlKb2xiaXU4Ym1LaVFwakR4RjBYZ1NlUlRwRERpdzAxYkUwaFhaelRidFprM3ViRWk4UDI4UlVoQXNVekcwdGNwSk9uckI2Y09TenR6M3dybkhHY3dzeTVMRnB5NTRoZHJGUFVSRWNtdG90TEV2VEJ6aTZuTis3TE9ueEkrOGMxNDNsRWduOElxM2lJaEsweTlTNTl5VWY5NU81WHpEZ1lYTGZLeGE4TVlSakpKb1hTdUxwbXM5bjc5NmRPUzkvY1VGZ2VQOFJOZG9EeG1hMDB4Y1pHR3dmQWszUC9BREIrQTVqSlZuV1NkSFd2cC9NSk1XbFg5d3pwSkJJMllBTzczUnBHWEw0Yko0bGJEcWRad3BBM0VSVlVnYkpJSkFONGpaUnhFbXloeDRrRFRkRFZ2RjBqSlpOcVMwZUFXTDNIbEMvbzIvQTI3cEttYUUwczZXYk5qeEFqMDRRcE9YSWRlY0lxZmlhVW5aVngxaGFWaGxLU3BRM2FxdDlJQmM3UWFPMm9OcmVDbFh0bFJySGRXeWUwVXJZazdTNmFsNlRFMGhQdG1GQWFieWs4UFdNMkRialo5b2tpL09OS3hkV21aeVRiZmxEN054VmxBalVjaEVEVkh5NHR2aGFHR0phalRGdVUwNTJpam9jMDVLMVZoMW4zemRJdnpJMDliUjlxeklUc1Z6RHlYWmx5NmlzNkZTYjIxOU5ZQVFwVFJRNmdhb1VGRHlNVUZUWjJ0T0x6YUVrRklzdFh5Z2FmdnhpbVZhbW1YeGFjSkh5V3B5YWkwR3k0VUhjRkozaUNVWUtsSmRsUWVaYjExS3k0cFNqYm9kMGNhUS9zU0VnOVlvM3A0UFNUcVdiS21FdDNWeHNJRVRhRGVrWmVXY01NU0VzMlp5VERZeU9ORUFkTFJ6T0FHR25NMHUxZHBlK3o1RnZGTnNwODRHdzFpR1NrNXh3VGFYa0U2RGFJTno1UlkwMm9sU1MyNkZKUzROb3p0QlpXVTlQU0l1VVdXNnhrdkJHVmZDckV2VGt5cTF6R2p1WkttZ0RhNXlwekEvQ00zQ00rcUVvVzZkTFRTanE2WTJlZFdzdU9xVWJ0cGJKdjFCQkgwTVpiWGFTNUpVdERlMkRpV1NPN3hFYjQvSTF2MmpEbDRveTF1bjlmbUpCVTB0RWdyY2RVT1dnaXJNdlVWWWRwa3dsOEpabW15cFp5M0lPWW5LT2hGaDVHTS9BM21OaTdOQ3hpSEF6OUhkVUEvSnVFSk84cEJKVWhYNTVoNVJ2L0FDVWs2MkJ4NVhGMjlFekl2amFwQzFXR1lBbmtERGx0VXhMRjBzc29jYnptN2djc1Q2YnJSUFZCaHlsMVIxaWFiS0RleTBmYnAra1A4TXV0ekFXeVh1NnE0eUdCV3FEWU94blQwUEZhSmhVaktPS0d2K1ZyL3B2ZzJxVFV6TUpiVUpkeGxUTm5FT0xVazMrWk9oNWEvbEhtVW9FbUhnNTNTNE5kUURBZU5xNHhTcFFwV1VMZXRabHNmRXJyMEg3NFJWM0owalIxRlhvVzRpeGV4SUpka0EycHg1MEFyVURva2J3UEg5SVF6TlFicTlNbUhVTTdOZHU4ZWNTTHpxM25WdXZMSzNGbk1wUjRtS1REb1M1UzNVY3lZdmtKY1hFbXZhSXdQbnlLZnBuLzJRPT06DlBhb2xvIERpIENhbmlvSgcjNDI0MjQyUjFnc19zc3A9ZUp6ajR0VFAxVGN3TnEzSXJqSmc5T0pJeVZSSVRzekx6QWNBUVBvR1RncAZwBw\\u003d\\u003d\",\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002},{\"zl\":10002}],\"google:suggestrelevance\":[1257,1256,1255,1254,1253,1252,1251,1250],\"google:suggestsubtypes\":[[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308],[3,143,362,308]],\"google:suggesttype\":[\"ENTITY\",\"QUERY\",\"QUERY\",\"QUERY\",\"QUERY\",\"QUERY\",\"QUERY\",\"QUERY\"]}]"}}
@@ -1 +1 @@
1
- {"extensions":{"settings":{"ahfgeienlihckogmohjhadlkjgocpleb":{"active_permissions":{"api":["management","system.display","system.storage","webstorePrivate","system.cpu","system.memory","system.network"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"app_launcher_ordinal":"t","commands":{},"content_settings":[],"creation_flags":1,"events":[],"first_install_time":"13368807418223791","from_webstore":false,"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13368807418223791","location":5,"manifest":{"app":{"launch":{"web_url":"https://chrome.google.com/webstore"},"urls":["https://chrome.google.com/webstore"]},"description":"Discover great apps, games, extensions and themes for Google Chrome.","icons":{"128":"webstore_icon_128.png","16":"webstore_icon_16.png"},"key":"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7AWoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtIpVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB","name":"Web Store","permissions":["webstorePrivate","management","system.cpu","system.display","system.memory","system.network","system.storage"],"version":"0.2"},"page_ordinal":"n","path":"/Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/127.0.6533.120/Resources/web_store","preferences":{},"regular_only_preferences":{},"state":1,"was_installed_by_default":false,"was_installed_by_oem":false},"gpgekcjaoilcejmlcbfdijlmcbpjlnda":{"ack_ntp_bubble":true,"active_permissions":{"api":["newTabPageOverride","scripting"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"commands":{},"content_settings":[],"creation_flags":38,"first_install_time":"13368807418832106","from_webstore":false,"granted_permissions":{"api":["newTabPageOverride","scripting"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13368811142606574","location":8,"newAllowFileAccess":true,"path":"/Users/cezaraugusto/local/extension.js/examples/new-react-router/dist/chrome","preferences":{},"regular_only_preferences":{},"service_worker_registration_info":{"version":"0.0.1"},"serviceworkerevents":[],"state":1,"was_installed_by_default":false,"was_installed_by_oem":false,"withholding_permissions":false},"mhjfbmdgcfjbbpaeojofohoefgiehjai":{"active_permissions":{"api":["contentSettings","fileSystem","fileSystem.write","metricsPrivate","tabs","resourcesPrivate","pdfViewerPrivate"],"explicit_host":["chrome://resources/*","chrome://webui-test/*"],"manifest_permissions":[],"scriptable_host":[]},"commands":{},"content_settings":[],"creation_flags":1,"events":[],"first_install_time":"13368807418224920","from_webstore":false,"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13368807418224920","location":5,"manifest":{"content_security_policy":"script-src 'self' 'wasm-eval' blob: filesystem: chrome://resources chrome://webui-test; object-src * blob: externalfile: file: filesystem: data:","description":"","incognito":"split","key":"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDN6hM0rsDYGbzQPQfOygqlRtQgKUXMfnSjhIBL7LnReAVBEd7ZmKtyN2qmSasMl4HZpMhVe2rPWVVwBDl6iyNE/Kok6E6v6V3vCLGsOpQAuuNVye/3QxzIldzG/jQAdWZiyXReRVapOhZtLjGfywCvlWq7Sl/e3sbc0vWybSDI2QIDAQAB","manifest_version":2,"mime_types":["application/pdf"],"mime_types_handler":"index.html","name":"Chrome PDF Viewer","offline_enabled":true,"permissions":["chrome://resources/","chrome://webui-test/","contentSettings","metricsPrivate","pdfViewerPrivate","resourcesPrivate","tabs",{"fileSystem":["write"]}],"version":"1"},"path":"/Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/127.0.6533.120/Resources/pdf","preferences":{},"regular_only_preferences":{},"state":1,"was_installed_by_default":false,"was_installed_by_oem":false},"pbpgonifamlpcahjkkkfelffkegofkgg":{"active_permissions":{"api":["management","storage","tabs"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"commands":{},"content_settings":[],"creation_flags":38,"first_install_time":"13368807418834324","from_webstore":false,"granted_permissions":{"api":["management","storage","tabs"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13368811142607973","location":8,"newAllowFileAccess":true,"path":"/Users/cezaraugusto/local/extension.js/programs/develop/dist/extensions/manager-extension","preferences":{},"regular_only_preferences":{},"service_worker_registration_info":{"version":"1.0"},"serviceworkerevents":["runtime.onInstalled"],"state":1,"was_installed_by_default":false,"was_installed_by_oem":false,"withholding_permissions":false}}},"pinned_tabs":[],"protection":{"macs":{"browser":{"show_home_button":"A746751192BA240EA883C9CD4262EB76EC88B6EBC6B9B12492D272FF588BD140"},"default_search_provider_data":{"template_url_data":"104517434806F56734B90F2094446A82786FB62B9DE593A1077BDDC2B231BB90"},"enterprise_signin":{"policy_recovery_token":"CF482CF17EBB97F7E6A228A8E255AF796D9F868A16ADFC728E9379911CE79330"},"extensions":{"settings":{"ahfgeienlihckogmohjhadlkjgocpleb":"65FC3C93295F6675BE6E21B1F7B1666BE77EEBE3181AB415A0F3885D244923EC","gpgekcjaoilcejmlcbfdijlmcbpjlnda":"5938A775EC4D4D84E3E4A6A734F96721EF50391E52E83669BD5E804AA5EAF3B4","mhjfbmdgcfjbbpaeojofohoefgiehjai":"00061CB353C0894D664CFB44A72A6FEA3327B76681408D19442D103BAD186986","pbpgonifamlpcahjkkkfelffkegofkgg":"EEE422A69860F03E420F3C3E87ECA043B5DC552DDDE13AC93D7C104CF24B5F07"}},"google":{"services":{"account_id":"BF598DA47A5777C31D65CF577B4AC86D60FD778AFBC5E674F46151E0B00E621E","last_account_id":"0F1E04EB0494C59EC96179CFCECFE4F9140197BE7382FA436C72EC7EDC26D816","last_signed_in_username":"3A230A745602D9631CF90E3B7784744623E4CDCAB08C30165130C3D642988E57","last_username":"970745965E71CE236E5192E003AC5A19DA751CA17EB43397EBC6E8817DF15BD9"}},"homepage":"7E7CC5705054BE4E51F9FF458ACCCF5483F2BA3C774616EEC451748841FB95F5","homepage_is_newtabpage":"B5FC72E8B9E86DEA75777C6510311876C9049C9A6C1B20FCCBBAED6D6D8981F0","media":{"storage_id_salt":"EF40B11C46CE07CD4AD8B3C77AF44C110F643E9FBB275650F2DBD7B824BC46B7"},"pinned_tabs":"DECE833CFBD57BB87C5089526C2879264BC7D124F1804D953B4F66F7AA370FDC","prefs":{"preference_reset_time":"F7FAA5F5C649D115009EE2DB8056D7E5102705C5C4C8DA2208D9086E98052F8A"},"safebrowsing":{"incidents_sent":"5088D5AEDA0D56565F1C1A5EF913DA5103F3A65BDA01069EA306AF68878E92B4"},"search_provider_overrides":"9F0658D05C9C14BA26FA6B45E26B893BA260520C7E908F4DF1C9C5D9752D1ED5","session":{"restore_on_startup":"057DFDCDFDDC175DA843966884DB85C4067192115F6BF201CD068A364FB6AA20","startup_urls":"90D32A5229327BDF3E4221E574A0A01ED52A85C31E84B258A19A1E61D695C3F8"}},"super_mac":"B76A8CEB848FD9AC2BA79E8684EC64C884FDB8E19919A0D0533F11F3904B66E5"}}
1
+ {"extensions":{"settings":{"ahfgeienlihckogmohjhadlkjgocpleb":{"active_permissions":{"api":["management","system.display","system.storage","webstorePrivate","system.cpu","system.memory","system.network"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"app_launcher_ordinal":"t","commands":{},"content_settings":[],"creation_flags":1,"events":[],"first_install_time":"13369795566410069","from_webstore":false,"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13369795566410069","location":5,"manifest":{"app":{"launch":{"web_url":"https://chrome.google.com/webstore"},"urls":["https://chrome.google.com/webstore"]},"description":"Discover great apps, games, extensions and themes for Google Chrome.","icons":{"128":"webstore_icon_128.png","16":"webstore_icon_16.png"},"key":"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7AWoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtIpVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB","name":"Web Store","permissions":["webstorePrivate","management","system.cpu","system.display","system.memory","system.network","system.storage"],"version":"0.2"},"page_ordinal":"n","path":"/Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/128.0.6613.114/Resources/web_store","preferences":{},"regular_only_preferences":{},"state":1,"was_installed_by_default":false,"was_installed_by_oem":false},"bogmdlmeoaeblllhmochdnpmgminnkik":{"active_permissions":{"api":["scripting"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":["https://extension.js.org/*"]},"commands":{},"content_settings":[],"creation_flags":38,"first_install_time":"13369795567063071","from_webstore":false,"granted_permissions":{"api":["scripting"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":["https://extension.js.org/*"]},"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13369796394707068","location":8,"newAllowFileAccess":true,"path":"/Users/cezaraugusto/local/extension.js/examples/content-react/dist/chrome","preferences":{},"regular_only_preferences":{},"service_worker_registration_info":{"version":"0.0.1"},"serviceworkerevents":[],"state":1,"was_installed_by_default":false,"was_installed_by_oem":false,"withholding_permissions":false},"jcgcjcjmfilcdmkfaiijndkchccebbka":{"active_permissions":{"api":["newTabPageOverride","scripting"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"commands":{},"content_settings":[],"creation_flags":38,"first_install_time":"13369795775808411","from_webstore":false,"granted_permissions":{"api":["newTabPageOverride","scripting"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13369795775808411","location":8,"newAllowFileAccess":true,"path":"/Users/cezaraugusto/local/extension.js/examples/new-react/dist/chrome","preferences":{},"regular_only_preferences":{},"service_worker_registration_info":{"version":"0.0.1"},"serviceworkerevents":[],"state":1,"was_installed_by_default":false,"was_installed_by_oem":false,"withholding_permissions":false},"mhjfbmdgcfjbbpaeojofohoefgiehjai":{"active_permissions":{"api":["contentSettings","fileSystem","fileSystem.write","metricsPrivate","tabs","resourcesPrivate","pdfViewerPrivate"],"explicit_host":["chrome://resources/*","chrome://webui-test/*"],"manifest_permissions":[],"scriptable_host":[]},"commands":{},"content_settings":[],"creation_flags":1,"events":[],"first_install_time":"13369795566411645","from_webstore":false,"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13369795566411645","location":5,"manifest":{"content_security_policy":"script-src 'self' 'wasm-eval' blob: filesystem: chrome://resources chrome://webui-test; object-src * blob: externalfile: file: filesystem: data:","description":"","incognito":"split","key":"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDN6hM0rsDYGbzQPQfOygqlRtQgKUXMfnSjhIBL7LnReAVBEd7ZmKtyN2qmSasMl4HZpMhVe2rPWVVwBDl6iyNE/Kok6E6v6V3vCLGsOpQAuuNVye/3QxzIldzG/jQAdWZiyXReRVapOhZtLjGfywCvlWq7Sl/e3sbc0vWybSDI2QIDAQAB","manifest_version":2,"mime_types":["application/pdf"],"mime_types_handler":"index.html","name":"Chrome PDF Viewer","offline_enabled":true,"permissions":["chrome://resources/","chrome://webui-test/","contentSettings","metricsPrivate","pdfViewerPrivate","resourcesPrivate","tabs",{"fileSystem":["write"]}],"version":"1"},"path":"/Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/128.0.6613.114/Resources/pdf","preferences":{},"regular_only_preferences":{},"state":1,"was_installed_by_default":false,"was_installed_by_oem":false},"pbpgonifamlpcahjkkkfelffkegofkgg":{"active_permissions":{"api":["management","storage","tabs"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"commands":{},"content_settings":[],"creation_flags":38,"first_install_time":"13369795567063889","from_webstore":false,"granted_permissions":{"api":["management","storage","tabs"],"explicit_host":[],"manifest_permissions":[],"scriptable_host":[]},"incognito_content_settings":[],"incognito_preferences":{},"last_update_time":"13369796394708098","location":8,"newAllowFileAccess":true,"path":"/Users/cezaraugusto/local/extension.js/programs/develop/dist/extensions/chrome-manager-extension","preferences":{},"regular_only_preferences":{},"service_worker_registration_info":{"version":"1.0"},"serviceworkerevents":["runtime.onInstalled"],"state":1,"was_installed_by_default":false,"was_installed_by_oem":false,"withholding_permissions":false}}},"pinned_tabs":[],"protection":{"macs":{"browser":{"show_home_button":"A746751192BA240EA883C9CD4262EB76EC88B6EBC6B9B12492D272FF588BD140"},"default_search_provider_data":{"template_url_data":"104517434806F56734B90F2094446A82786FB62B9DE593A1077BDDC2B231BB90"},"enterprise_signin":{"policy_recovery_token":"CF482CF17EBB97F7E6A228A8E255AF796D9F868A16ADFC728E9379911CE79330"},"extensions":{"settings":{"ahfgeienlihckogmohjhadlkjgocpleb":"AE8FC273A43EF8EA57CF9AC831BE2F2270DDBFD0D64F16AB8992DD81EBD17EAC","bogmdlmeoaeblllhmochdnpmgminnkik":"268699793312D02A542B2FFF9418BBCEC48676B7665940C2365460CA3B36DEFF","jcgcjcjmfilcdmkfaiijndkchccebbka":"F36398EDB9D228DBEA6A8A226385EC929149C532156BF9B44396A63D3E60CFFD","mhjfbmdgcfjbbpaeojofohoefgiehjai":"C88EC8DBE41E68256654521DFF9A7F13E15B9FC004786A1D6B63CE02ACE1656F","pbpgonifamlpcahjkkkfelffkegofkgg":"3DF8C1A20604E9D19523D4E505BC0BF74025C2DDA5BFD270713028098E6CBF3E"}},"google":{"services":{"account_id":"BF598DA47A5777C31D65CF577B4AC86D60FD778AFBC5E674F46151E0B00E621E","last_account_id":"0F1E04EB0494C59EC96179CFCECFE4F9140197BE7382FA436C72EC7EDC26D816","last_signed_in_username":"3A230A745602D9631CF90E3B7784744623E4CDCAB08C30165130C3D642988E57","last_username":"970745965E71CE236E5192E003AC5A19DA751CA17EB43397EBC6E8817DF15BD9"}},"homepage":"7E7CC5705054BE4E51F9FF458ACCCF5483F2BA3C774616EEC451748841FB95F5","homepage_is_newtabpage":"B5FC72E8B9E86DEA75777C6510311876C9049C9A6C1B20FCCBBAED6D6D8981F0","media":{"storage_id_salt":"EF40B11C46CE07CD4AD8B3C77AF44C110F643E9FBB275650F2DBD7B824BC46B7"},"pinned_tabs":"DECE833CFBD57BB87C5089526C2879264BC7D124F1804D953B4F66F7AA370FDC","prefs":{"preference_reset_time":"F7FAA5F5C649D115009EE2DB8056D7E5102705C5C4C8DA2208D9086E98052F8A"},"safebrowsing":{"incidents_sent":"5088D5AEDA0D56565F1C1A5EF913DA5103F3A65BDA01069EA306AF68878E92B4"},"search_provider_overrides":"9F0658D05C9C14BA26FA6B45E26B893BA260520C7E908F4DF1C9C5D9752D1ED5","session":{"restore_on_startup":"057DFDCDFDDC175DA843966884DB85C4067192115F6BF201CD068A364FB6AA20","startup_urls":"90D32A5229327BDF3E4221E574A0A01ED52A85C31E84B258A19A1E61D695C3F8"}},"super_mac":"974BBE3BAAFD3286A995CB871A8E45FB81068A01A283D376587053931D590BFF"}}
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.083 f103 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001
2
- 2024/08/22-11:39:02.084 f103 Recovering log #3
3
- 2024/08/22-11:39:02.084 f103 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/000003.log
1
+ 2024/09/02-21:19:54.181 b403 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001
2
+ 2024/09/02-21:19:54.182 b403 Recovering log #3
3
+ 2024/09/02-21:19:54.182 b403 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:39.893 b603 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001
2
- 2024/08/22-11:37:39.894 b603 Recovering log #3
3
- 2024/08/22-11:37:39.894 b603 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/000003.log
1
+ 2024/09/02-21:19:21.885 b403 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001
2
+ 2024/09/02-21:19:21.885 b403 Recovering log #3
3
+ 2024/09/02-21:19:21.886 b403 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Service Worker/Database/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.322 2d03 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001
2
- 2024/08/22-11:39:02.323 2d03 Recovering log #3
3
- 2024/08/22-11:39:02.324 2d03 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/000003.log
1
+ 2024/09/02-21:19:54.443 2b03 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001
2
+ 2024/09/02-21:19:54.445 2b03 Recovering log #3
3
+ 2024/09/02-21:19:54.446 2b03 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.143 2d03 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001
2
- 2024/08/22-11:37:40.145 2d03 Recovering log #3
3
- 2024/08/22-11:37:40.147 2d03 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/000003.log
1
+ 2024/09/02-21:19:22.126 2a07 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001
2
+ 2024/09/02-21:19:22.127 2a07 Recovering log #3
3
+ 2024/09/02-21:19:22.128 2a07 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Session Storage/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.088 f203 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001
2
- 2024/08/22-11:39:02.089 f203 Recovering log #3
3
- 2024/08/22-11:39:02.090 f203 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log
1
+ 2024/09/02-21:19:54.187 b303 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001
2
+ 2024/09/02-21:19:54.188 b303 Recovering log #3
3
+ 2024/09/02-21:19:54.188 b303 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:39.897 b303 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001
2
- 2024/08/22-11:37:39.898 b303 Recovering log #3
3
- 2024/08/22-11:37:39.898 b303 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log
1
+ 2024/09/02-21:19:21.890 a507 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001
2
+ 2024/09/02-21:19:21.891 a507 Recovering log #3
3
+ 2024/09/02-21:19:21.891 a507 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.080 8307 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001
2
- 2024/08/22-11:39:02.082 8307 Recovering log #3
3
- 2024/08/22-11:39:02.082 8307 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log
1
+ 2024/09/02-21:19:54.178 a707 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001
2
+ 2024/09/02-21:19:54.181 a707 Recovering log #3
3
+ 2024/09/02-21:19:54.181 a707 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:39.890 a607 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001
2
- 2024/08/22-11:37:39.892 a607 Recovering log #3
3
- 2024/08/22-11:37:39.892 a607 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log
1
+ 2024/09/02-21:19:21.882 a507 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001
2
+ 2024/09/02-21:19:21.884 a507 Recovering log #3
3
+ 2024/09/02-21:19:21.884 a507 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log
@@ -1 +1 @@
1
- {"sts":[{"expiry":1755873579.893964,"host":"5EdUoB7YUY9zZV+2DkgVXgho8WUvp+D+6KpeUOhNQIM=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1724337579.893967},{"expiry":1755873543.264934,"host":"8/RrMmQlCD2Gsp14wUCE1P8r7B2C5+yE0+g79IPyRsc=","mode":"force-https","sts_include_subdomains":true,"sts_observed":1724337543.264938}],"version":2}
1
+ {"sts":[{"expiry":1756858795.16541,"host":"5EdUoB7YUY9zZV+2DkgVXgho8WUvp+D+6KpeUOhNQIM=","mode":"force-https","sts_include_subdomains":false,"sts_observed":1725322795.165413},{"expiry":1756858795.217984,"host":"8/RrMmQlCD2Gsp14wUCE1P8r7B2C5+yE0+g79IPyRsc=","mode":"force-https","sts_include_subdomains":true,"sts_observed":1725322795.217988}],"version":2}
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.609 8307 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001
2
- 2024/08/22-11:39:02.610 8307 Recovering log #3
3
- 2024/08/22-11:39:02.611 8307 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/000003.log
1
+ 2024/09/02-21:19:54.709 8503 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001
2
+ 2024/09/02-21:19:54.709 8503 Recovering log #3
3
+ 2024/09/02-21:19:54.710 8503 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.355 a303 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001
2
- 2024/08/22-11:37:40.356 a303 Recovering log #3
3
- 2024/08/22-11:37:40.357 a303 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/000003.log
1
+ 2024/09/02-21:19:22.393 a507 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001
2
+ 2024/09/02-21:19:22.393 a507 Recovering log #3
3
+ 2024/09/02-21:19:22.394 a507 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:39:02.606 8307 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001
2
- 2024/08/22-11:39:02.607 8307 Recovering log #3
3
- 2024/08/22-11:39:02.607 8307 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log
1
+ 2024/09/02-21:19:54.706 8503 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001
2
+ 2024/09/02-21:19:54.707 8503 Recovering log #3
3
+ 2024/09/02-21:19:54.707 8503 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log
@@ -1,3 +1,3 @@
1
- 2024/08/22-11:37:40.352 b103 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001
2
- 2024/08/22-11:37:40.353 b103 Recovering log #3
3
- 2024/08/22-11:37:40.353 b103 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log
1
+ 2024/09/02-21:19:22.390 a507 Reusing MANIFEST /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001
2
+ 2024/09/02-21:19:22.390 a507 Recovering log #3
3
+ 2024/09/02-21:19:22.391 a507 Reusing old log /Users/cezaraugusto/local/extension.js/programs/develop/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log