@loftyshaky/shared-app 2.1.0 → 2.7.0

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 (553) hide show
  1. package/LICENSE.md +1 -1
  2. package/_locales/en/messages.json +416 -281
  3. package/_locales/ru/messages.json +272 -215
  4. package/announcement.mjs +1 -0
  5. package/app.mjs +1 -0
  6. package/build/ps1/extension_build_all_prod.ps1 +18 -0
  7. package/build/ps1/extension_build_all_prod_test.ps1 +28 -0
  8. package/build/ps1/extension_pub.ps1 +6 -0
  9. package/build/ps1/fix_cur.ps1 +2 -0
  10. package/build/ps1/fix_cur_scss.ps1 +2 -0
  11. package/build/ts/apps.d.ts +11 -0
  12. package/build/ts/apps.mjs +1 -0
  13. package/build/ts/dependencies.d.ts +47 -0
  14. package/build/ts/dependencies.mjs +303 -0
  15. package/build/ts/env.d.ts +5 -0
  16. package/build/ts/env.mjs +1 -0
  17. package/build/ts/ext/manifest.d.ts +12 -0
  18. package/build/ts/ext/manifest.mjs +1 -0
  19. package/build/ts/interfaces/vite_plugin_static_copy_item.d.ts +4 -0
  20. package/build/ts/locales.d.ts +10 -0
  21. package/build/ts/locales.mjs +1 -0
  22. package/build/ts/minify_html.d.ts +4 -0
  23. package/build/ts/plugins/replace.d.ts +9 -0
  24. package/build/ts/plugins/watch.d.ts +12 -0
  25. package/build/ts/plugins/watch.mjs +1 -0
  26. package/build/ts/project_name.d.ts +6 -0
  27. package/build/ts/project_name.mjs +1 -0
  28. package/build/ts/projects_path.d.ts +2 -0
  29. package/build/ts/projects_path.mjs +1 -0
  30. package/build/ts/static_assets.d.ts +5 -0
  31. package/build/ts/vite.config.d.ts +84 -0
  32. package/build/ts/vite.config.mjs +48 -0
  33. package/chunks/__vite-browser-external.mjs +1 -0
  34. package/chunks/_baseUniq.mjs +1 -0
  35. package/chunks/_defineProperty.mjs +1 -0
  36. package/chunks/chunk.mjs +1 -0
  37. package/chunks/debounce.mjs +1 -0
  38. package/chunks/internal.mjs +2 -0
  39. package/chunks/internal2.mjs +35 -0
  40. package/chunks/isArrayLikeObject.mjs +1 -0
  41. package/chunks/isSymbol.mjs +1 -0
  42. package/chunks/last.mjs +1 -0
  43. package/chunks/lib.mjs +7 -0
  44. package/chunks/merge.mjs +1 -0
  45. package/chunks/pickr.min.mjs +1 -0
  46. package/dependencies.json +116 -0
  47. package/dependencies.mjs +1 -0
  48. package/ext.mjs +1 -0
  49. package/html/announcement.html +1 -15
  50. package/html/dependencies.html +1 -13
  51. package/inputs.mjs +1 -0
  52. package/package.json +44 -2
  53. package/scss/announcement/body.scss +5 -3
  54. package/scss/announcement/index.scss +3 -3
  55. package/scss/announcement/main.scss +4 -2
  56. package/scss/dependencies/body.scss +3 -3
  57. package/scss/dependencies/hr.scss +3 -3
  58. package/scss/dependencies/index.scss +5 -5
  59. package/scss/dependencies/links.scss +3 -3
  60. package/scss/dependencies/main.scss +3 -3
  61. package/scss/settings/index.scss +6 -6
  62. package/scss/settings/main.scss +19 -18
  63. package/scss/settings/section_btns.scss +4 -1
  64. package/scss/settings/sections.scss +48 -45
  65. package/scss/settings/transitions.scss +11 -11
  66. package/scss/shared/btns.scss +47 -66
  67. package/scss/shared/checkboxes.scss +11 -8
  68. package/scss/shared/close_btn.scss +7 -4
  69. package/scss/shared/color_pickers.scss +11 -8
  70. package/scss/shared/colors.scss +16 -12
  71. package/scss/shared/crash_handler.scss +39 -36
  72. package/scss/shared/embed/error.scss +116 -113
  73. package/scss/shared/embed/hidden_roots.scss +3 -3
  74. package/scss/shared/embed/loading_screen.scss +35 -36
  75. package/scss/shared/firefox.scss +31 -0
  76. package/scss/shared/focus.scss +13 -9
  77. package/scss/shared/group.scss +9 -2
  78. package/scss/shared/help.scss +80 -69
  79. package/scss/shared/hr.scss +8 -6
  80. package/scss/shared/icon_btns.scss +18 -0
  81. package/scss/shared/index.scss +35 -34
  82. package/scss/shared/input_btns.scss +7 -2
  83. package/scss/shared/input_error.scss +3 -1
  84. package/scss/shared/inputs.scss +48 -18
  85. package/scss/shared/inset_border.scss +15 -13
  86. package/scss/shared/link_btns.scss +17 -11
  87. package/scss/shared/links.scss +25 -23
  88. package/scss/shared/main.scss +12 -0
  89. package/scss/shared/mixins.scss +193 -184
  90. package/scss/shared/mods.scss +51 -45
  91. package/scss/shared/offers.scss +23 -5
  92. package/scss/shared/range.scss +51 -43
  93. package/scss/shared/scrollbar.scss +7 -4
  94. package/scss/shared/selects.scss +32 -26
  95. package/scss/shared/side_btns.scss +4 -0
  96. package/scss/shared/text.scss +9 -20
  97. package/scss/shared/themes/colors/aqua.scss +54 -47
  98. package/scss/shared/themes/colors/blaze.scss +55 -0
  99. package/scss/shared/themes/colors/clover.scss +55 -0
  100. package/scss/shared/themes/colors/dark.scss +63 -53
  101. package/scss/shared/themes/colors/lavender.scss +52 -47
  102. package/scss/shared/themes/colors/light.scss +63 -53
  103. package/scss/shared/themes/colors/ruby.scss +55 -0
  104. package/scss/shared/themes/colors/very_dark.scss +61 -53
  105. package/scss/shared/themes/general/aqua_theme.scss +4 -6
  106. package/scss/shared/themes/general/blaze_theme.scss +7 -0
  107. package/scss/shared/themes/general/clover_theme.scss +7 -0
  108. package/scss/shared/themes/general/dark_theme.scss +10 -9
  109. package/scss/shared/themes/general/lavender_theme.scss +4 -6
  110. package/scss/shared/themes/general/light_theme.scss +10 -9
  111. package/scss/shared/themes/general/ruby_theme.scss +7 -0
  112. package/scss/shared/themes/general/template.scss +111 -92
  113. package/scss/shared/themes/general/template_focus.scss +15 -15
  114. package/scss/shared/themes/general/very_dark_theme.scss +10 -9
  115. package/scss/shared/transitions.scss +57 -58
  116. package/scss/shared/upload_box.scss +18 -12
  117. package/scss/shared/vars.scss +21 -32
  118. package/settings.mjs +1 -0
  119. package/shared.mjs +1 -0
  120. package/shared_clean.mjs +1 -0
  121. package/{ts → src/ts}/announcement/components/body.d.ts +0 -1
  122. package/src/ts/announcement/components/index.d.ts +1 -0
  123. package/src/ts/announcement.d.ts +1 -0
  124. package/src/ts/app.d.ts +1 -0
  125. package/src/ts/custom.d.ts +68 -0
  126. package/{ts → src/ts}/dependencies/components/body.d.ts +0 -1
  127. package/src/ts/dependencies/components/index.d.ts +1 -0
  128. package/src/ts/dependencies/scripts/index.d.ts +1 -0
  129. package/src/ts/dependencies.d.ts +1 -0
  130. package/src/ts/error_modules/crash_handler/components/body.d.ts +5 -0
  131. package/src/ts/error_modules/crash_handler/components/index.d.ts +1 -0
  132. package/{ts → src/ts}/error_modules/crash_handler/components/prop_types/body.d.ts +1 -0
  133. package/src/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -0
  134. package/src/ts/error_modules/crash_handler/data/index.d.ts +1 -0
  135. package/src/ts/error_modules/crash_handler/scripts/index.d.ts +1 -0
  136. package/src/ts/error_modules/css/scripts/index.d.ts +1 -0
  137. package/{ts → src/ts}/error_modules/error/components/body.d.ts +0 -1
  138. package/{ts → src/ts}/error_modules/error/components/close_btn.d.ts +0 -1
  139. package/{ts → src/ts}/error_modules/error/components/ext_name.d.ts +0 -1
  140. package/src/ts/error_modules/error/components/index.d.ts +6 -0
  141. package/{ts → src/ts}/error_modules/error/components/keep_visible_msg.d.ts +0 -1
  142. package/{ts → src/ts}/error_modules/error/components/msg.d.ts +0 -1
  143. package/{ts → src/ts}/error_modules/error/components/progress.d.ts +0 -1
  144. package/src/ts/error_modules/error/components/prop_types/index.d.ts +1 -0
  145. package/src/ts/error_modules/error/data/index.d.ts +4 -0
  146. package/src/ts/error_modules/error/scripts/index.d.ts +3 -0
  147. package/{ts → src/ts}/error_modules/error/scripts/notification.d.ts +1 -1
  148. package/{ts → src/ts}/error_modules/internal.d.ts +0 -3
  149. package/{ts → src/ts}/error_modules_clean/error/data/error.d.ts +9 -0
  150. package/src/ts/error_modules_clean/error/data/index.d.ts +1 -0
  151. package/src/ts/error_modules_clean/error/interfaces/index.d.ts +11 -0
  152. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_unable_to_access_settings_error.d.ts +0 -2
  153. package/src/ts/error_modules_clean/error/scripts/index.d.ts +1 -0
  154. package/{ts → src/ts}/error_modules_clean/internal.d.ts +0 -2
  155. package/src/ts/ext.d.ts +1 -0
  156. package/{ts → src/ts}/inputs/color/components/body.d.ts +0 -1
  157. package/{ts → src/ts}/inputs/color/components/color_picker.d.ts +0 -1
  158. package/{ts → src/ts}/inputs/color/components/fill_shadow.d.ts +0 -1
  159. package/src/ts/inputs/color/components/index.d.ts +4 -0
  160. package/src/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -0
  161. package/src/ts/inputs/color/components/prop_types/index.d.ts +4 -0
  162. package/{ts → src/ts}/inputs/color/components/prop_types/visualization.d.ts +1 -1
  163. package/{ts → src/ts}/inputs/color/components/visualization.d.ts +0 -1
  164. package/{ts → src/ts}/inputs/color/data/color.d.ts +2 -2
  165. package/src/ts/inputs/color/data/index.d.ts +2 -0
  166. package/{ts → src/ts}/inputs/color/data/visibility.d.ts +2 -2
  167. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state.d.ts +1 -1
  168. package/src/ts/inputs/color/interfaces/index.d.ts +3 -0
  169. package/{ts → src/ts}/inputs/color/obj/color.d.ts +12 -12
  170. package/src/ts/inputs/color/obj/index.d.ts +1 -0
  171. package/{ts → src/ts}/inputs/color/scripts/color_picker.d.ts +2 -2
  172. package/src/ts/inputs/color/scripts/index.d.ts +2 -0
  173. package/{ts → src/ts}/inputs/components/btn.d.ts +0 -1
  174. package/{ts → src/ts}/inputs/components/checkbox.d.ts +0 -1
  175. package/{ts → src/ts}/inputs/components/file.d.ts +0 -1
  176. package/{ts → src/ts}/inputs/components/form.d.ts +0 -1
  177. package/{ts → src/ts}/inputs/components/group.d.ts +0 -1
  178. package/{ts → src/ts}/inputs/components/help.d.ts +0 -1
  179. package/{ts → src/ts}/inputs/components/help_btn.d.ts +0 -1
  180. package/{ts → src/ts}/inputs/components/hr.d.ts +0 -1
  181. package/{ts → src/ts}/inputs/components/icon_btn.d.ts +0 -1
  182. package/src/ts/inputs/components/index.d.ts +27 -0
  183. package/{ts → src/ts}/inputs/components/input_error.d.ts +0 -1
  184. package/{ts → src/ts}/inputs/components/input_item.d.ts +0 -1
  185. package/{ts → src/ts}/inputs/components/label.d.ts +0 -1
  186. package/{ts → src/ts}/inputs/components/label_in_input_item.d.ts +0 -1
  187. package/{ts → src/ts}/inputs/components/link.d.ts +0 -1
  188. package/{ts → src/ts}/inputs/components/link_btn.d.ts +0 -1
  189. package/{ts → src/ts}/inputs/components/link_icon_btn.d.ts +0 -1
  190. package/{ts → src/ts}/inputs/components/prop_types/checkbox.d.ts +1 -0
  191. package/{ts → src/ts}/inputs/components/prop_types/form.d.ts +1 -1
  192. package/{ts → src/ts}/inputs/components/prop_types/group.d.ts +2 -1
  193. package/{ts → src/ts}/inputs/components/prop_types/help.d.ts +1 -1
  194. package/{ts → src/ts}/inputs/components/prop_types/help_btn.d.ts +1 -1
  195. package/{ts → src/ts}/inputs/components/prop_types/icon_btn.d.ts +1 -0
  196. package/src/ts/inputs/components/prop_types/index.d.ts +27 -0
  197. package/{ts → src/ts}/inputs/components/prop_types/input_item.d.ts +1 -0
  198. package/{ts → src/ts}/inputs/components/prop_types/range.d.ts +1 -0
  199. package/{ts → src/ts}/inputs/components/prop_types/section_content.d.ts +1 -1
  200. package/{ts → src/ts}/inputs/components/prop_types/select.d.ts +1 -0
  201. package/src/ts/inputs/components/prop_types/side_btn.d.ts +9 -0
  202. package/src/ts/inputs/components/prop_types/side_btns.d.ts +4 -0
  203. package/{ts → src/ts}/inputs/components/prop_types/text.d.ts +2 -0
  204. package/{ts → src/ts}/inputs/components/prop_types/textarea.d.ts +1 -0
  205. package/{ts → src/ts}/inputs/components/prop_types/upload_box.d.ts +1 -0
  206. package/{ts → src/ts}/inputs/components/range.d.ts +0 -1
  207. package/{ts → src/ts}/inputs/components/section.d.ts +0 -1
  208. package/{ts → src/ts}/inputs/components/section_btn.d.ts +0 -1
  209. package/{ts → src/ts}/inputs/components/section_content.d.ts +0 -1
  210. package/{ts → src/ts}/inputs/components/select.d.ts +0 -1
  211. package/src/ts/inputs/components/side_btn.d.ts +2 -0
  212. package/src/ts/inputs/components/side_btns.d.ts +2 -0
  213. package/{ts → src/ts}/inputs/components/text.d.ts +0 -1
  214. package/{ts → src/ts}/inputs/components/text_btn.d.ts +0 -1
  215. package/{ts → src/ts}/inputs/components/textarea.d.ts +0 -1
  216. package/{ts → src/ts}/inputs/components/upload_box.d.ts +0 -1
  217. package/{ts → src/ts}/inputs/data/help.d.ts +4 -1
  218. package/src/ts/inputs/data/index.d.ts +12 -0
  219. package/{ts → src/ts}/inputs/data/input_width.d.ts +4 -2
  220. package/src/ts/inputs/data/label_in_input_item.d.ts +26 -0
  221. package/{ts/inputs/data/label_in_input_item.d.ts → src/ts/inputs/data/section_btn.d.ts} +4 -4
  222. package/src/ts/inputs/data/side_btn.d.ts +19 -0
  223. package/src/ts/inputs/data/tab_index.d.ts +11 -0
  224. package/{ts → src/ts}/inputs/data/text.d.ts +1 -6
  225. package/src/ts/inputs/data/text_title.d.ts +16 -0
  226. package/{ts → src/ts}/inputs/data/upload_box.d.ts +0 -3
  227. package/{ts → src/ts}/inputs/data/val.d.ts +13 -6
  228. package/src/ts/inputs/interfaces/index.d.ts +12 -0
  229. package/{ts → src/ts}/inputs/interfaces/input.d.ts +1 -1
  230. package/src/ts/inputs/interfaces/input_and_link.d.ts +2 -0
  231. package/src/ts/inputs/interfaces/inputs_and_links.d.ts +2 -0
  232. package/src/ts/inputs/interfaces/side_btn.d.ts +8 -0
  233. package/{ts → src/ts}/inputs/obj/btn.d.ts +2 -1
  234. package/{ts → src/ts}/inputs/obj/checkbox.d.ts +2 -1
  235. package/{ts → src/ts}/inputs/obj/file.d.ts +2 -2
  236. package/{ts → src/ts}/inputs/obj/form.d.ts +2 -2
  237. package/src/ts/inputs/obj/group.d.ts +17 -0
  238. package/{ts → src/ts}/inputs/obj/hr.d.ts +2 -1
  239. package/src/ts/inputs/obj/icon_btn.d.ts +7 -0
  240. package/src/ts/inputs/obj/index.d.ts +18 -0
  241. package/{ts → src/ts}/inputs/obj/input_base.d.ts +34 -5
  242. package/{ts → src/ts}/inputs/obj/label.d.ts +1 -1
  243. package/{ts → src/ts}/inputs/obj/link.d.ts +5 -3
  244. package/src/ts/inputs/obj/link_btn.d.ts +5 -0
  245. package/{ts → src/ts}/inputs/obj/range.d.ts +1 -1
  246. package/{ts → src/ts}/inputs/obj/section.d.ts +4 -3
  247. package/src/ts/inputs/obj/select.d.ts +9 -0
  248. package/{ts → src/ts}/inputs/obj/text.d.ts +8 -4
  249. package/{ts → src/ts}/inputs/obj/textarea.d.ts +1 -1
  250. package/{ts → src/ts}/inputs/obj/upload_box.d.ts +1 -1
  251. package/src/ts/inputs/scripts/index.d.ts +4 -0
  252. package/src/ts/inputs/scripts/resolve.d.ts +8 -0
  253. package/src/ts/inputs/scripts/text.d.ts +17 -0
  254. package/src/ts/inputs/scripts/textarea.d.ts +12 -0
  255. package/src/ts/inputs.d.ts +1 -0
  256. package/{ts → src/ts}/settings/components/body.d.ts +0 -1
  257. package/src/ts/settings/components/index.d.ts +1 -0
  258. package/src/ts/settings/components/prop_types/index.d.ts +1 -0
  259. package/src/ts/settings/developer_mode/data/index.d.ts +1 -0
  260. package/src/ts/settings/optional_permissions/data/index.d.ts +1 -0
  261. package/{ts → src/ts}/settings/optional_permissions/data/permission.d.ts +5 -2
  262. package/src/ts/settings/optional_permissions/interfaces/index.d.ts +2 -0
  263. package/src/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +4 -0
  264. package/src/ts/settings/sections/data/index.d.ts +1 -0
  265. package/{ts → src/ts}/settings/sections/data/sections.d.ts +9 -5
  266. package/{ts/settings/sections/data → src/ts/settings/sections/scripts}/back_up.d.ts +4 -2
  267. package/src/ts/settings/sections/scripts/index.d.ts +3 -0
  268. package/src/ts/settings/sections/scripts/sections.d.ts +8 -0
  269. package/src/ts/settings.d.ts +1 -0
  270. package/{ts → src/ts}/shared/app_version/components/body.d.ts +0 -1
  271. package/src/ts/shared/app_version/components/index.d.ts +1 -0
  272. package/src/ts/shared/app_version/data/app_version.d.ts +9 -0
  273. package/src/ts/shared/app_version/data/index.d.ts +1 -0
  274. package/{ts → src/ts}/shared/data/data/cache.d.ts +6 -5
  275. package/src/ts/shared/data/data/index.d.ts +2 -0
  276. package/{ts → src/ts}/shared/data/data/settings.d.ts +5 -2
  277. package/{ts → src/ts}/shared/internal.d.ts +1 -2
  278. package/{ts → src/ts}/shared/loading_screen/components/body.d.ts +0 -1
  279. package/src/ts/shared/loading_screen/components/index.d.ts +1 -0
  280. package/src/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -0
  281. package/src/ts/shared/loading_screen/data/index.d.ts +1 -0
  282. package/src/ts/shared/loading_screen/scripts/index.d.ts +2 -0
  283. package/{ts → src/ts}/shared/offers/components/ad_label.d.ts +0 -1
  284. package/{ts → src/ts}/shared/offers/components/body.d.ts +0 -1
  285. package/{ts → src/ts}/shared/offers/components/counter.d.ts +0 -1
  286. package/src/ts/shared/offers/components/index.d.ts +7 -0
  287. package/{ts → src/ts}/shared/offers/components/next_offer_btn.d.ts +0 -1
  288. package/{ts → src/ts}/shared/offers/components/offer.d.ts +0 -1
  289. package/{ts → src/ts}/shared/offers/components/previous_offer_btn.d.ts +0 -1
  290. package/src/ts/shared/offers/components/prop_types/index.d.ts +2 -0
  291. package/{ts → src/ts}/shared/offers/components/top_bar.d.ts +0 -1
  292. package/src/ts/shared/offers/data/index.d.ts +1 -0
  293. package/{ts → src/ts}/shared/offers/data/offers.d.ts +1 -1
  294. package/src/ts/shared/offers/interfaces/index.d.ts +1 -0
  295. package/src/ts/shared/offers/obj/index.d.ts +1 -0
  296. package/{ts → src/ts}/shared/offers/obj/offer.d.ts +1 -0
  297. package/src/ts/shared/offers/scripts/index.d.ts +1 -0
  298. package/src/ts/shared/schema/data/index.d.ts +1 -0
  299. package/{ts → src/ts}/shared/schema/data/schema.d.ts +4 -4
  300. package/src/ts/shared/tab_index/interfaces/index.d.ts +1 -0
  301. package/{ts → src/ts}/shared/tab_index/interfaces/set_Input_type_event.d.ts +1 -1
  302. package/src/ts/shared/tab_index/scripts/index.d.ts +1 -0
  303. package/{ts → src/ts}/shared/tab_index/scripts/tab_index.d.ts +1 -1
  304. package/src/ts/shared/tr/components/base_tr.d.ts +4 -0
  305. package/src/ts/shared/tr/components/index.d.ts +1 -0
  306. package/{ts → src/ts}/shared/tr/components/prop_types/base_tr.d.ts +4 -4
  307. package/src/ts/shared/tr/components/prop_types/index.d.ts +1 -0
  308. package/src/ts/shared/tr/data/index.d.ts +1 -0
  309. package/{ts → src/ts}/shared/tr/data/transition.d.ts +4 -5
  310. package/src/ts/shared/tr/interfaces/index.d.ts +1 -0
  311. package/src/ts/shared/tr/obj/index.d.ts +1 -0
  312. package/src/ts/shared.d.ts +3 -0
  313. package/src/ts/shared_clean/announcement/scripts/index.d.ts +1 -0
  314. package/{ts → src/ts}/shared_clean/app.d.ts +5 -2
  315. package/src/ts/shared_clean/color/interfaces/index.d.ts +1 -0
  316. package/src/ts/shared_clean/color/scripts/index.d.ts +1 -0
  317. package/src/ts/shared_clean/css_vars/scripts/index.d.ts +1 -0
  318. package/src/ts/shared_clean/data/data/index.d.ts +1 -0
  319. package/{ts → src/ts}/shared_clean/data/data/settings.d.ts +6 -10
  320. package/src/ts/shared_clean/data/interfaces/index.d.ts +1 -0
  321. package/{ts → src/ts}/shared_clean/data/scripts/cache.d.ts +8 -7
  322. package/src/ts/shared_clean/data/scripts/index.d.ts +3 -0
  323. package/{ts → src/ts}/shared_clean/data/scripts/settings.d.ts +1 -1
  324. package/{ts → src/ts}/shared_clean/data/scripts/sync.d.ts +1 -1
  325. package/{ts/shared/title/scripts/title.d.ts → src/ts/shared_clean/env/scripts/env.d.ts} +2 -2
  326. package/src/ts/shared_clean/env/scripts/index.d.ts +1 -0
  327. package/{ts → src/ts}/shared_clean/ext.d.ts +4 -4
  328. package/src/ts/shared_clean/functions.d.ts +5 -0
  329. package/{ts → src/ts}/shared_clean/internal.d.ts +3 -3
  330. package/src/ts/shared_clean/links/interfaces/browser.d.ts +8 -0
  331. package/src/ts/shared_clean/links/interfaces/index.d.ts +1 -0
  332. package/src/ts/shared_clean/links/scripts/browser.d.ts +9 -0
  333. package/src/ts/shared_clean/links/scripts/index.d.ts +1 -0
  334. package/src/ts/shared_clean/no_tr/scripts/index.d.ts +1 -0
  335. package/src/ts/shared_clean/schema/data/index.d.ts +1 -0
  336. package/{ts → src/ts}/shared_clean/schema/data/schema.d.ts +8 -8
  337. package/src/ts/shared_clean/schema/obj/index.d.ts +1 -0
  338. package/{ts → src/ts}/shared_clean/schema/obj/transform_item.d.ts +2 -1
  339. package/src/ts/shared_clean/service_worker/scripts/index.d.ts +1 -0
  340. package/{ts → src/ts}/shared_clean/service_worker/scripts/service_worker.d.ts +0 -1
  341. package/src/ts/shared_clean/t.d.ts +52 -0
  342. package/src/ts/shared_clean/theme/scripts/index.d.ts +1 -0
  343. package/src/ts/shared_clean/title/scripts/index.d.ts +1 -0
  344. package/src/ts/shared_clean/utils/scripts/index.d.ts +1 -0
  345. package/src/ts/shared_clean/viewport/scripts/index.d.ts +1 -0
  346. package/{ts → src/ts}/shared_clean/x.d.ts +11 -7
  347. package/{shared_clean.d.ts → src/ts/shared_clean.d.ts} +2 -2
  348. package/announcement.d.ts +0 -2
  349. package/announcement.js +0 -5
  350. package/app.d.ts +0 -1
  351. package/app.js +0 -5
  352. package/chunk-error.js +0 -5
  353. package/chunk-index.js +0 -5
  354. package/chunk-merge.js +0 -5
  355. package/chunk-pickr.min.js +0 -5
  356. package/chunk-title.js +0 -14
  357. package/chunk-viewport.js +0 -5
  358. package/dependencies.d.ts +0 -2
  359. package/dependencies.js +0 -5
  360. package/dependencies.txt +0 -851
  361. package/ext.d.ts +0 -1
  362. package/ext.js +0 -5
  363. package/globals.d.ts +0 -52
  364. package/inputs.d.ts +0 -2
  365. package/inputs.js +0 -5
  366. package/js/apps.js +0 -70
  367. package/js/dependencies.js +0 -60
  368. package/js/env.js +0 -24
  369. package/js/ext/manifest.js +0 -58
  370. package/js/locales.js +0 -66
  371. package/js/package/plugins/rollup-plugin-copy.js +0 -169
  372. package/js/package/plugins/watcher.js +0 -56
  373. package/js/package/terser.js +0 -18
  374. package/js/project_name.js +0 -5
  375. package/js/projects_path.js +0 -5
  376. package/js/task_scheduler.js +0 -45
  377. package/js/tsc_alias.js +0 -19
  378. package/js/webpack.config.js +0 -201
  379. package/scss/shared/functions.scss +0 -5
  380. package/settings.d.ts +0 -2
  381. package/settings.js +0 -5
  382. package/shared.d.ts +0 -4
  383. package/shared.js +0 -5
  384. package/shared_clean.js +0 -5
  385. package/ts/announcement/components/index.d.ts +0 -1
  386. package/ts/dependencies/components/index.d.ts +0 -1
  387. package/ts/dependencies/scripts/index.d.ts +0 -1
  388. package/ts/error_modules/crash_handler/components/body.d.ts +0 -52
  389. package/ts/error_modules/crash_handler/components/index.d.ts +0 -1
  390. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -1
  391. package/ts/error_modules/crash_handler/data/index.d.ts +0 -1
  392. package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -1
  393. package/ts/error_modules/css/scripts/index.d.ts +0 -1
  394. package/ts/error_modules/error/components/index.d.ts +0 -6
  395. package/ts/error_modules/error/components/prop_types/index.d.ts +0 -1
  396. package/ts/error_modules/error/data/index.d.ts +0 -4
  397. package/ts/error_modules/error/scripts/index.d.ts +0 -3
  398. package/ts/error_modules_clean/error/data/index.d.ts +0 -1
  399. package/ts/error_modules_clean/error/interfaces/index.d.ts +0 -11
  400. package/ts/error_modules_clean/error/scripts/index.d.ts +0 -1
  401. package/ts/inputs/color/components/index.d.ts +0 -4
  402. package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -7
  403. package/ts/inputs/color/components/prop_types/index.d.ts +0 -4
  404. package/ts/inputs/color/data/index.d.ts +0 -2
  405. package/ts/inputs/color/interfaces/index.d.ts +0 -3
  406. package/ts/inputs/color/obj/index.d.ts +0 -1
  407. package/ts/inputs/color/scripts/index.d.ts +0 -2
  408. package/ts/inputs/components/index.d.ts +0 -25
  409. package/ts/inputs/components/prop_types/index.d.ts +0 -25
  410. package/ts/inputs/data/index.d.ts +0 -8
  411. package/ts/inputs/interfaces/btn_option.d.ts +0 -9
  412. package/ts/inputs/interfaces/index.d.ts +0 -9
  413. package/ts/inputs/obj/group.d.ts +0 -6
  414. package/ts/inputs/obj/icon_btn.d.ts +0 -7
  415. package/ts/inputs/obj/index.d.ts +0 -18
  416. package/ts/inputs/obj/link_btn.d.ts +0 -6
  417. package/ts/inputs/obj/select.d.ts +0 -9
  418. package/ts/inputs/scripts/index.d.ts +0 -2
  419. package/ts/inputs/scripts/resolve.d.ts +0 -6
  420. package/ts/settings/components/index.d.ts +0 -1
  421. package/ts/settings/components/prop_types/index.d.ts +0 -1
  422. package/ts/settings/developer_mode/data/index.d.ts +0 -1
  423. package/ts/settings/optional_permissions/data/index.d.ts +0 -1
  424. package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -2
  425. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -3
  426. package/ts/settings/sections/data/index.d.ts +0 -2
  427. package/ts/settings/sections/scripts/index.d.ts +0 -1
  428. package/ts/shared/app_version/components/index.d.ts +0 -1
  429. package/ts/shared/data/data/index.d.ts +0 -3
  430. package/ts/shared/loading_screen/components/index.d.ts +0 -1
  431. package/ts/shared/loading_screen/components/prop_types/index.d.ts +0 -1
  432. package/ts/shared/loading_screen/data/index.d.ts +0 -1
  433. package/ts/shared/loading_screen/scripts/index.d.ts +0 -2
  434. package/ts/shared/offers/components/index.d.ts +0 -7
  435. package/ts/shared/offers/components/prop_types/index.d.ts +0 -2
  436. package/ts/shared/offers/data/index.d.ts +0 -1
  437. package/ts/shared/offers/interfaces/index.d.ts +0 -1
  438. package/ts/shared/offers/obj/index.d.ts +0 -1
  439. package/ts/shared/offers/scripts/index.d.ts +0 -1
  440. package/ts/shared/schema/data/index.d.ts +0 -1
  441. package/ts/shared/tab_index/interfaces/index.d.ts +0 -1
  442. package/ts/shared/tab_index/scripts/index.d.ts +0 -1
  443. package/ts/shared/title/scripts/index.d.ts +0 -1
  444. package/ts/shared/tr/components/base_tr.d.ts +0 -9
  445. package/ts/shared/tr/components/index.d.ts +0 -1
  446. package/ts/shared/tr/components/prop_types/index.d.ts +0 -1
  447. package/ts/shared/tr/data/index.d.ts +0 -1
  448. package/ts/shared/tr/interfaces/index.d.ts +0 -1
  449. package/ts/shared/tr/obj/index.d.ts +0 -1
  450. package/ts/shared_clean/announcement/scripts/index.d.ts +0 -1
  451. package/ts/shared_clean/color/interfaces/index.d.ts +0 -1
  452. package/ts/shared_clean/color/scripts/index.d.ts +0 -1
  453. package/ts/shared_clean/css_vars/scripts/index.d.ts +0 -1
  454. package/ts/shared_clean/data/data/index.d.ts +0 -2
  455. package/ts/shared_clean/data/interfaces/index.d.ts +0 -1
  456. package/ts/shared_clean/data/scripts/index.d.ts +0 -3
  457. package/ts/shared_clean/functions.d.ts +0 -4
  458. package/ts/shared_clean/no_tr/scripts/index.d.ts +0 -1
  459. package/ts/shared_clean/schema/data/index.d.ts +0 -1
  460. package/ts/shared_clean/schema/obj/index.d.ts +0 -1
  461. package/ts/shared_clean/service_worker/scripts/index.d.ts +0 -1
  462. package/ts/shared_clean/t.d.ts +0 -36
  463. package/ts/shared_clean/theme/scripts/index.d.ts +0 -1
  464. package/ts/shared_clean/title/scripts/index.d.ts +0 -1
  465. package/ts/shared_clean/utils/scripts/index.d.ts +0 -1
  466. package/ts/shared_clean/viewport/scripts/index.d.ts +0 -1
  467. package/{ts → src/ts}/announcement/internal.d.ts +0 -0
  468. package/{ts → src/ts}/dependencies/internal.d.ts +0 -0
  469. package/{ts → src/ts}/dependencies/scripts/dependencies.d.ts +0 -0
  470. package/{ts → src/ts}/error_modules/crash_handler/data/visibility.d.ts +0 -0
  471. package/{ts → src/ts}/error_modules/crash_handler/scripts/page.d.ts +0 -0
  472. package/{ts → src/ts}/error_modules/css/scripts/css.d.ts +0 -0
  473. package/{ts → src/ts}/error_modules/error/components/prop_types/body.d.ts +0 -0
  474. package/{ts → src/ts}/error_modules/error/data/error.d.ts +0 -0
  475. package/{ts → src/ts}/error_modules/error/data/msg.d.ts +0 -0
  476. package/{ts → src/ts}/error_modules/error/data/progress.d.ts +0 -0
  477. package/{ts → src/ts}/error_modules/error/data/state.d.ts +0 -0
  478. package/{ts → src/ts}/error_modules/error/scripts/flash.d.ts +0 -0
  479. package/{ts → src/ts}/error_modules/error/scripts/globals.d.ts +0 -0
  480. package/{ts → src/ts}/error_modules/init.d.ts +0 -0
  481. package/{ts → src/ts}/error_modules_clean/error/interfaces/error.d.ts +0 -0
  482. package/{ts → src/ts}/error_modules_clean/error/interfaces/error_obj.d.ts +0 -0
  483. package/{ts → src/ts}/error_modules_clean/error/interfaces/notification_type.d.ts +0 -0
  484. package/{ts → src/ts}/error_modules_clean/error/interfaces/observable_keys.d.ts +0 -0
  485. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error.d.ts +0 -0
  486. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1.d.ts +0 -0
  487. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1_f.d.ts +0 -0
  488. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2.d.ts +0 -0
  489. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2_f.d.ts +0 -0
  490. package/{ts → src/ts}/error_modules_clean/error/interfaces/timeout_observable_keys.d.ts +0 -0
  491. package/{ts → src/ts}/error_modules_clean/error/scripts/globals.d.ts +0 -0
  492. package/{ts → src/ts}/inputs/color/components/prop_types/body.d.ts +0 -0
  493. package/{ts → src/ts}/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
  494. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
  495. package/{ts → src/ts}/inputs/color/interfaces/i.d.ts +0 -0
  496. package/{ts → src/ts}/inputs/color/scripts/position.d.ts +0 -0
  497. package/{ts → src/ts}/inputs/components/prop_types/btn.d.ts +0 -0
  498. package/{ts → src/ts}/inputs/components/prop_types/file.d.ts +0 -0
  499. package/{ts → src/ts}/inputs/components/prop_types/hr.d.ts +0 -0
  500. package/{ts → src/ts}/inputs/components/prop_types/input_error.d.ts +0 -0
  501. package/{ts → src/ts}/inputs/components/prop_types/label.d.ts +0 -0
  502. package/{ts → src/ts}/inputs/components/prop_types/label_in_input_item.d.ts +0 -0
  503. package/{ts → src/ts}/inputs/components/prop_types/link.d.ts +0 -0
  504. package/{ts → src/ts}/inputs/components/prop_types/link_btn.d.ts +0 -0
  505. package/{ts → src/ts}/inputs/components/prop_types/link_icon_btn.d.ts +0 -0
  506. package/{ts → src/ts}/inputs/components/prop_types/section.d.ts +0 -0
  507. package/{ts → src/ts}/inputs/components/prop_types/section_btn.d.ts +1 -1
  508. package/{ts → src/ts}/inputs/components/prop_types/text_btn.d.ts +1 -1
  509. package/{ts → src/ts}/inputs/data/input_error.d.ts +0 -0
  510. package/{ts → src/ts}/inputs/data/nested_input.d.ts +0 -0
  511. package/{ts → src/ts}/inputs/interfaces/icon_btns.d.ts +0 -0
  512. package/{ts → src/ts}/inputs/interfaces/inputs.d.ts +0 -0
  513. package/{ts → src/ts}/inputs/interfaces/links.d.ts +0 -0
  514. package/{ts → src/ts}/inputs/interfaces/options.d.ts +0 -0
  515. package/{ts → src/ts}/inputs/interfaces/sections.d.ts +0 -0
  516. package/{ts → src/ts}/inputs/interfaces/state_cond.d.ts +0 -0
  517. package/{ts → src/ts}/inputs/interfaces/text_btn.d.ts +0 -0
  518. package/{ts → src/ts}/inputs/internal.d.ts +0 -0
  519. package/{ts → src/ts}/inputs/obj/option.d.ts +0 -0
  520. package/{ts → src/ts}/inputs/scripts/upload_box.d.ts +0 -0
  521. package/{ts → src/ts}/settings/components/prop_types/body.d.ts +1 -1
  522. package/{ts → src/ts}/settings/developer_mode/data/developer_mode.d.ts +0 -0
  523. package/{ts → src/ts}/settings/init.d.ts +0 -0
  524. package/{ts → src/ts}/settings/internal.d.ts +0 -0
  525. package/{ts → src/ts}/settings/optional_permissions/interfaces/show_enable_permissions_notification_permission.d.ts +0 -0
  526. package/{ts → src/ts}/settings/sections/scripts/theme.d.ts +1 -1
  527. /package/{ts → src/ts}/shared/data/data/data.d.ts +0 -0
  528. /package/{ts → src/ts}/shared/init.d.ts +0 -0
  529. /package/{ts → src/ts}/shared/loading_screen/components/prop_types/body.d.ts +0 -0
  530. /package/{ts → src/ts}/shared/loading_screen/data/visibility.d.ts +0 -0
  531. /package/{ts → src/ts}/shared/loading_screen/scripts/roots.d.ts +0 -0
  532. /package/{ts → src/ts}/shared/loading_screen/scripts/tr.d.ts +0 -0
  533. /package/{ts → src/ts}/shared/offers/components/prop_types/body.d.ts +0 -0
  534. /package/{ts → src/ts}/shared/offers/components/prop_types/offer.d.ts +0 -0
  535. /package/{ts → src/ts}/shared/offers/interfaces/offer_banner_type.d.ts +0 -0
  536. /package/{ts → src/ts}/shared/offers/scripts/offers.d.ts +0 -0
  537. /package/{ts → src/ts}/shared/svg.d.ts +0 -0
  538. /package/{ts → src/ts}/shared/tr/interfaces/transitions.d.ts +0 -0
  539. /package/{ts → src/ts}/shared/tr/obj/transition.d.ts +0 -0
  540. /package/{ts → src/ts}/shared_clean/announcement/scripts/visibility.d.ts +0 -0
  541. /package/{ts → src/ts}/shared_clean/app_ext_globals.d.ts +0 -0
  542. /package/{ts → src/ts}/shared_clean/color/interfaces/color.d.ts +0 -0
  543. /package/{ts → src/ts}/shared_clean/color/scripts/colors.d.ts +0 -0
  544. /package/{ts → src/ts}/shared_clean/css_vars/scripts/css_vars.d.ts +0 -0
  545. /package/{ts → src/ts}/shared_clean/data/data/data.d.ts +0 -0
  546. /package/{ts → src/ts}/shared_clean/data/interfaces/val.d.ts +0 -0
  547. /package/{ts → src/ts}/shared_clean/globals.d.ts +0 -0
  548. /package/{ts → src/ts}/shared_clean/no_tr/scripts/state.d.ts +0 -0
  549. /package/{ts → src/ts}/shared_clean/theme/scripts/theme.d.ts +0 -0
  550. /package/{ts → src/ts}/shared_clean/title/scripts/title.d.ts +0 -0
  551. /package/{ts → src/ts}/shared_clean/utils/scripts/utils.d.ts +0 -0
  552. /package/{ts → src/ts}/shared_clean/vars.d.ts +0 -0
  553. /package/{ts → src/ts}/shared_clean/viewport/scripts/viewport.d.ts +0 -0
@@ -1,281 +1,416 @@
1
- {
2
- "input_min_width_css": {
3
- "message": "300"
4
- },
5
- "input_max_width_css": {
6
- "message": "600"
7
- },
8
- "an_error_occured_msg": {
9
- "message": "An error occured."
10
- },
11
- "error_code_label": {
12
- "message": "Error code: "
13
- },
14
- "error_type_label": {
15
- "message": "Error type: "
16
- },
17
- "error_msg_label": {
18
- "message": "Error message: "
19
- },
20
- "error_keep_visible_msg_text": {
21
- "message": "Click anywhere to keep this message visible."
22
- },
23
- "error_more_info_btn_text": {
24
- "message": "More info"
25
- },
26
- "reload_ui_btn_text": {
27
- "message": "Reload"
28
- },
29
- "cant_render_ui_error": {
30
- "message": "Unable to render the user interface."
31
- },
32
- "dependencicies_from_other_page_loaded_into_this_page_alert": {
33
- "message": "DEPENDENCIES FROM ANOTHER PAGE ACCIDENTALLY LOADED INTO THIS PAGE!!!\n\nCULPRIT PAGE: "
34
- },
35
- "announcement_title_text": {
36
- "message": "Announcement"
37
- },
38
- "dependencies_title_text": {
39
- "message": "Dependencies"
40
- },
41
- "settings_title_text": {
42
- "message": "Settings"
43
- },
44
- "settings_section_text": {
45
- "message": "Settings"
46
- },
47
- "links_section_text": {
48
- "message": "Links"
49
- },
50
- "permissions_section_text": {
51
- "message": "Permissions"
52
- },
53
- "restore_section_text": {
54
- "message": "Restore"
55
- },
56
- "admin_section_text": {
57
- "message": "Admin"
58
- },
59
- "offers_section_text": {
60
- "message": "Offers"
61
- },
62
- "browse_link_btn_text": {
63
- "message": "Browse"
64
- },
65
- "drag_files_msg_text": {
66
- "message": "or drag files here"
67
- },
68
- "loading_msg_text": {
69
- "message": "Loading..."
70
- },
71
- "tabs_permission_chrome_label_text": {
72
- "message": "[tabs] Read your browsing history"
73
- },
74
- "tabs_permission_edge_label_text": {
75
- "message": "[tabs] Read your browsing history"
76
- },
77
- "download_back_up_btn_text": {
78
- "message": "Download back up"
79
- },
80
- "upload_back_up_btn_text": {
81
- "message": "Restore back up"
82
- },
83
- "restore_defaults_btn_text": {
84
- "message": "Restore default settings"
85
- },
86
- "reload_ext_btn_text": {
87
- "message": "Reload extension"
88
- },
89
- "options_page_theme_label_text": {
90
- "message": "Settings page theme"
91
- },
92
- "transition_duration_label_text": {
93
- "message": "Animation duration (ms)"
94
- },
95
- "enable_cut_features_label_text": {
96
- "message": "Enable cut features"
97
- },
98
- "persistent_service_worker_label_text": {
99
- "message": "Persistent service worker"
100
- },
101
- "developer_mode_label_text": {
102
- "message": "Show hidden developer settings"
103
- },
104
- "offers_are_visible_label_text": {
105
- "message": "Show offers"
106
- },
107
- "light_option_text": {
108
- "message": "Light"
109
- },
110
- "dark_option_text": {
111
- "message": "Dark"
112
- },
113
- "very_dark_option_text": {
114
- "message": "Very dark"
115
- },
116
- "lavender_option_text": {
117
- "message": "Lavender"
118
- },
119
- "aqua_option_text": {
120
- "message": "Aqua"
121
- },
122
- "admin_help_text": {
123
- "message": "Developer/experimental features."
124
- },
125
- "help_btn_title": {
126
- "message": "Help"
127
- },
128
- "remove_val_text_btn_title": {
129
- "message": "Remove value"
130
- },
131
- "hide_link_btn_text": {
132
- "message": "Hide"
133
- },
134
- "previous_offer_btn_title": {
135
- "message": "Previous offer"
136
- },
137
- "next_offer_btn_title": {
138
- "message": "Next offer"
139
- },
140
- "remove_color_link_btn_text": {
141
- "message": "Remove color"
142
- },
143
- "restore_default_palette_link_btn_text": {
144
- "message": "Restore default palette"
145
- },
146
- "show_content_link_btn_text": {
147
- "message": "Reveal these settings ⯆"
148
- },
149
- "hide_content_link_btn_text": {
150
- "message": "Hide these settings ⯅"
151
- },
152
- "color_help_text": {
153
- "message": "Right-click the main or palette color buttons to select a custom color. Alternatively, you can use the Tab key to navigate to the main or palette color buttons, then press Ctrl/Shift/Alt + Enter to choose a custom color."
154
- },
155
- "privacy_policy_link_text": {
156
- "message": "📜 Privacy policy"
157
- },
158
- "rate_link_text": {
159
- "message": "⭐️ Enjoying this extension? Please rate it!"
160
- },
161
- "help_translating_link_text": {
162
- "message": "🈯 Help translate this extension into your language"
163
- },
164
- "facebook_page_link_text": {
165
- "message": "🖼️ Follow my Facebook page"
166
- },
167
- "support_page_link_text": {
168
- "message": "📢 Support page"
169
- },
170
- "theme_path_link_text": {
171
- "message": "🛠️ Create your own Chrome theme with the ThemePath app"
172
- },
173
- "dependencies_link_text": {
174
- "message": "🧩 Dependencies"
175
- },
176
- "offer_tinkoff_black_text": {
177
- "message": "Sign up for a Tinkoff Black card using @this link@ and receive 500 rubles."
178
- },
179
- "offer_tinkoff_investments_brokerage_account_text": {
180
- "message": "Open a brokerage account with Tinkoff Investments using @this link@ and get a share of up to 20,000 rubles."
181
- },
182
- "privacy_policy_link_href": {
183
- "message": "https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md"
184
- },
185
- "facebook_page_link_href": {
186
- "message": "https://www.facebook.com/browservery"
187
- },
188
- "support_page_link_href": {
189
- "message": "https://groups.google.com/g/browservery"
190
- },
191
- "theme_path_link_href": {
192
- "message": "https://apps.microsoft.com/detail/9NMBWGHTQMPD"
193
- },
194
- "dependencies_link_href": {
195
- "message": "dependencies.html"
196
- },
197
- "offer_clear_new_tab_text": {
198
- "message": "Install the @Clear New Tab@ extension to remove everything from the new tab page while keeping your theme background, or use any image, GIF, or video as a custom wallpaper."
199
- },
200
- "offer_empty_new_tab_page_text": {
201
- "message": "Install the @Empty New Tab Page@ extension to replace the default new tab page with a blank page while keeping the default favicon. Supports dark mode."
202
- },
203
- "offer_search_enhancer_for_google_text": {
204
- "message": "Install the @Search Enhancer for Google™@ extension to enhance Google™ search with infinite scroll, server country icons, \"View Image\" and \"Download Image\" buttons, and more."
205
- },
206
- "offer_scroll_to_top_text": {
207
- "message": "Install the @Scroll to Top@ extension to scroll to the top or bottom of any page with a click on the left border of the screen, and then return to your previous position."
208
- },
209
- "offer_close_other_tabs_plus_text": {
210
- "message": "Install the @Close Other Tabs+@ extension to close/pin/unpin/group/ungroup multiple tabs at once, filtering them by a window, pin/group state or URL."
211
- },
212
- "offer_advanced_extension_reloader_text": {
213
- "message": "Install the @Advanced Extension Reloader@ extension to reload an unpacked extension with one click, a hotkey or automatically (extension for developers)."
214
- },
215
- "offer_clear_new_tab_chrome_link_href": {
216
- "message": "https://chromewebstore.google.com/detail/felphkbfjadmcejnibcmcncimlappdde"
217
- },
218
- "offer_clear_new_tab_edge_link_href": {
219
- "message": "https://microsoftedge.microsoft.com/addons/detail/ifphophaconbhfmkpdlfldelkjpjmlbj"
220
- },
221
- "offer_clear_new_tab_firefox_link_href": {
222
- "message": "https://addons.mozilla.org/firefox/addon/clear-new-tab"
223
- },
224
- "offer_search_enhancer_for_google_chrome_link_href": {
225
- "message": "https://chromewebstore.google.com/detail/pipbbdfondfipmjmdkmggihiknhmcfhd"
226
- },
227
- "offer_search_enhancer_for_google_edge_link_href": {
228
- "message": "https://microsoftedge.microsoft.com/addons/detail/hfbafhkogonfgpkdopodhajncnodbbhd"
229
- },
230
- "offer_advanced_extension_reloader_chrome_link_href": {
231
- "message": "https://chromewebstore.google.com/detail/hagknokdofkmojolcpbddjfdjhnjdkae"
232
- },
233
- "offer_advanced_extension_reloader_edge_link_href": {
234
- "message": "https://microsoftedge.microsoft.com/addons/detail/bcpgohifjmmcoiemghdamamlkbcbgifg"
235
- },
236
- "offer_empty_new_tab_page_chrome_link_href": {
237
- "message": "https://chromewebstore.google.com/detail/odjfoclbnmllekbhpbgopiiaelcpeimb"
238
- },
239
- "offer_empty_new_tab_page_edge_link_href": {
240
- "message": "https://microsoftedge.microsoft.com/addons/detail/cbdaoffmmppingmciephekphbcfngkkk"
241
- },
242
- "offer_scroll_to_top_chrome_link_href": {
243
- "message": "https://chromewebstore.google.com/detail/obebfhocibioiakindbigklnhhknkcdc"
244
- },
245
- "offer_scroll_to_top_edge_link_href": {
246
- "message": "https://microsoftedge.microsoft.com/addons/detail/cjmbcpckfanombcljcmgnhbdobjblbkk"
247
- },
248
- "offer_close_other_tabs_plus_chrome_link_href": {
249
- "message": "https://chromewebstore.google.com/detail/higiahnfphokonkjalljdfgjhafdjbil"
250
- },
251
- "offer_close_other_tabs_plus_edge_link_href": {
252
- "message": "https://microsoftedge.microsoft.com/addons/detail/hlgemamghlognmbmipcoapjgkngbbjko"
253
- },
254
- "offer_tinkoff_black_link_href": {
255
- "message": "https://www.tinkoff.ru/baf/5eSsfQ8bbpj"
256
- },
257
- "offer_tinkoff_investments_brokerage_account_link_href": {
258
- "message": "https://www.tinkoff.ru/baf/ArBqfsNc8o9"
259
- },
260
- "restore_defaults_confirm": {
261
- "message": "Restore default settings?"
262
- },
263
- "restore_default_palette_confirm": {
264
- "message": "Restore default palette?"
265
- },
266
- "youre_now_a_developer_notification": {
267
- "message": "You're now a developer!"
268
- },
269
- "backup_permissions_start_notification": {
270
- "message": "The extension has detected the following permission in your backup: "
271
- },
272
- "backup_permissions_end_notification": {
273
- "message": ". Please navigate to the \"Permissions\" section and enable all required permissions to ensure the extension functions correctly."
274
- },
275
- "invalid_file_type_back_up_error": {
276
- "message": "Invalid file type. Upload the previously downloaded JSON backup file."
277
- },
278
- "unable_to_access_settings_error": {
279
- "message": "Fatal error: Unable to access settings. Please try to re-enable or reinstall the extension."
280
- }
281
- }
1
+ {
2
+ "input_min_width_css": {
3
+ "message": "300"
4
+ },
5
+ "input_max_width_css": {
6
+ "message": "600"
7
+ },
8
+ "an_error_occured_msg": {
9
+ "message": "An error occured."
10
+ },
11
+ "error_code_label": {
12
+ "message": "Error code: "
13
+ },
14
+ "error_type_label": {
15
+ "message": "Error type: "
16
+ },
17
+ "error_msg_label": {
18
+ "message": "Error message: "
19
+ },
20
+ "error_keep_visible_msg_text": {
21
+ "message": "Click anywhere to keep this message visible."
22
+ },
23
+ "error_more_info_btn_text": {
24
+ "message": "More info"
25
+ },
26
+ "reload_ui_btn_text": {
27
+ "message": "Reload"
28
+ },
29
+ "cant_render_ui_error": {
30
+ "message": "Unable to render the user interface."
31
+ },
32
+ "dependencicies_from_other_page_loaded_into_this_page_alert": {
33
+ "message": "DEPENDENCIES FROM ANOTHER PAGE ACCIDENTALLY LOADED INTO THIS PAGE!!!\n\nCULPRIT PAGE: "
34
+ },
35
+ "announcement_title_text": {
36
+ "message": "Announcement"
37
+ },
38
+ "dependencies_title_text": {
39
+ "message": "Dependencies"
40
+ },
41
+ "settings_title_text": {
42
+ "message": "Settings"
43
+ },
44
+ "settings_section_text": {
45
+ "message": "Settings"
46
+ },
47
+ "links_section_text": {
48
+ "message": "Links"
49
+ },
50
+ "permissions_section_text": {
51
+ "message": "Permissions"
52
+ },
53
+ "restore_section_text": {
54
+ "message": "Restore"
55
+ },
56
+ "admin_section_text": {
57
+ "message": "Admin"
58
+ },
59
+ "offers_section_text": {
60
+ "message": "Offers"
61
+ },
62
+ "browse_link_btn_text": {
63
+ "message": "Browse"
64
+ },
65
+ "drag_files_msg_text": {
66
+ "message": "or drag files here"
67
+ },
68
+ "loading_msg_text": {
69
+ "message": "Loading..."
70
+ },
71
+ "tabs_permission_chrome_label_text": {
72
+ "message": "[tabs] Read your browsing history"
73
+ },
74
+ "tabs_permission_edge_label_text": {
75
+ "message": "[tabs] Read your browsing history"
76
+ },
77
+ "tabs_permission_opera_label_text": {
78
+ "message": "[tabs] Read your browsing history"
79
+ },
80
+ "tabs_permission_brave_label_text": {
81
+ "message": "[tabs] Read your browsing history"
82
+ },
83
+ "tabs_permission_yandex_label_text": {
84
+ "message": "[tabs] Read your browsing history"
85
+ },
86
+ "tabs_permission_firefox_label_text": {
87
+ "message": "[tabs] Access browser tabs"
88
+ },
89
+ "clipboard_read_permission_chrome_label_text": {
90
+ "message": "[clipboardRead] Read data you copy and paste"
91
+ },
92
+ "clipboard_read_permission_edge_label_text": {
93
+ "message": "[clipboardRead] Read data you copy and paste"
94
+ },
95
+ "clipboard_read_permission_opera_label_text": {
96
+ "message": "[clipboardRead] Read data you copy and paste"
97
+ },
98
+ "clipboard_read_permission_brave_label_text": {
99
+ "message": "[clipboardRead] Read data you copy and paste"
100
+ },
101
+ "clipboard_read_permission_yandex_label_text": {
102
+ "message": "[clipboardRead] Read data you copy and paste"
103
+ },
104
+ "clipboard_read_permission_firefox_label_text": {
105
+ "message": "[clipboardRead] Get data from the clipboard"
106
+ },
107
+ "download_back_up_btn_text": {
108
+ "message": "Download back up"
109
+ },
110
+ "upload_back_up_btn_text": {
111
+ "message": "Restore back up"
112
+ },
113
+ "restore_defaults_btn_text": {
114
+ "message": "Restore default settings"
115
+ },
116
+ "reload_ext_btn_text": {
117
+ "message": "Reload extension"
118
+ },
119
+ "locale_label_text": {
120
+ "message": "Language"
121
+ },
122
+ "options_page_theme_label_text": {
123
+ "message": "Settings page theme"
124
+ },
125
+ "transition_duration_label_text": {
126
+ "message": "Animation duration (ms)"
127
+ },
128
+ "enable_cut_features_label_text": {
129
+ "message": "Enable cut features"
130
+ },
131
+ "persistent_service_worker_label_text": {
132
+ "message": "Persistent service worker"
133
+ },
134
+ "detect_infinite_loops_label_text": {
135
+ "message": "Detect infinite loops"
136
+ },
137
+ "developer_mode_label_text": {
138
+ "message": "Show hidden developer settings"
139
+ },
140
+ "offers_are_visible_label_text": {
141
+ "message": "Show offers"
142
+ },
143
+ "en_option_text": {
144
+ "message": "en - English"
145
+ },
146
+ "ru_option_text": {
147
+ "message": "ru - русский"
148
+ },
149
+ "light_option_text": {
150
+ "message": "Light"
151
+ },
152
+ "dark_option_text": {
153
+ "message": "Dark"
154
+ },
155
+ "very_dark_option_text": {
156
+ "message": "Very dark"
157
+ },
158
+ "clover_option_text": {
159
+ "message": "Clover"
160
+ },
161
+ "aqua_option_text": {
162
+ "message": "Aqua"
163
+ },
164
+ "lavender_option_text": {
165
+ "message": "Lavender"
166
+ },
167
+ "blaze_option_text": {
168
+ "message": "Blaze"
169
+ },
170
+ "ruby_option_text": {
171
+ "message": "Ruby"
172
+ },
173
+ "admin_help_text": {
174
+ "message": "Developer/experimental features."
175
+ },
176
+ "help_btn_title": {
177
+ "message": "Help"
178
+ },
179
+ "remove_val_text_btn_title": {
180
+ "message": "Remove value"
181
+ },
182
+ "hide_link_btn_text": {
183
+ "message": "Hide"
184
+ },
185
+ "previous_offer_btn_title": {
186
+ "message": "Previous offer"
187
+ },
188
+ "next_offer_btn_title": {
189
+ "message": "Next offer"
190
+ },
191
+ "remove_color_link_btn_text": {
192
+ "message": "Remove color"
193
+ },
194
+ "restore_default_palette_link_btn_text": {
195
+ "message": "Restore default palette"
196
+ },
197
+ "show_content_link_btn_text": {
198
+ "message": "Reveal these settings "
199
+ },
200
+ "hide_content_link_btn_text": {
201
+ "message": "Hide these settings "
202
+ },
203
+ "color_help_text": {
204
+ "message": "Right-click the main or palette color buttons to select a custom color. Alternatively, you can use the Tab key to navigate to the main or palette color buttons, then press Ctrl/Shift/Alt + Enter to choose a custom color."
205
+ },
206
+ "privacy_policy_link_text": {
207
+ "message": "📜 Privacy policy"
208
+ },
209
+ "rate_link_text": {
210
+ "message": "⭐️ Enjoying this extension? Please rate it!"
211
+ },
212
+ "help_translating_link_text": {
213
+ "message": "🈯 Help translate this extension into your language"
214
+ },
215
+ "facebook_page_link_text": {
216
+ "message": "🖼️ Follow my Facebook page"
217
+ },
218
+ "support_page_link_text": {
219
+ "message": "📢 Support page"
220
+ },
221
+ "theme_path_link_text": {
222
+ "message": "🛠️ Create your own Chrome theme with the ThemePath app"
223
+ },
224
+ "dependencies_link_text": {
225
+ "message": "🧩 Dependencies"
226
+ },
227
+ "offer_tinkoff_black_text": {
228
+ "message": "Sign up for a Tinkoff Black card using @this link@ and receive 500 rubles."
229
+ },
230
+ "offer_tinkoff_investments_brokerage_account_text": {
231
+ "message": "Open a brokerage account with Tinkoff Investments using @this link@ and get a share of up to 20,000 rubles."
232
+ },
233
+ "privacy_policy_link_href": {
234
+ "message": "https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md"
235
+ },
236
+ "facebook_page_link_href": {
237
+ "message": "https://www.facebook.com/browservery"
238
+ },
239
+ "support_page_link_href": {
240
+ "message": "https://groups.google.com/g/browservery"
241
+ },
242
+ "theme_path_link_href": {
243
+ "message": "https://apps.microsoft.com/detail/9NMBWGHTQMPD"
244
+ },
245
+ "dependencies_link_href": {
246
+ "message": "dependencies.html"
247
+ },
248
+ "offer_keymeleon_text": {
249
+ "message": "Download the @Keymeleon@ AutoHotkey script to switch keyboard layouts instantly with dedicated hotkeys, hear unique sounds for each layout switch and for typing on each layout, or automate everything with intelligent app-aware layout switching and context-sensitive hotkeys."
250
+ },
251
+ "offer_other_projects_text": {
252
+ "message": "@My extensions for other browsers and other projects@"
253
+ },
254
+ "offer_clear_new_tab_text": {
255
+ "message": "Install the @Clear New Tab@ extension to remove everything from the new tab page while keeping your theme background, or use any image, GIF, or video as a custom wallpaper."
256
+ },
257
+ "offer_empty_new_tab_page_text": {
258
+ "message": "Install the @Empty New Tab Page@ extension to replace the default new tab page with a blank page while keeping the default favicon. Supports dark mode."
259
+ },
260
+ "offer_search_enhancer_for_google_text": {
261
+ "message": "Install the @Search Enhancer for Google™@ extension to enhance Google™ search with infinite scroll, server country icons, \"View Image\" and \"Download Image\" buttons, and more."
262
+ },
263
+ "offer_scroll_to_top_text": {
264
+ "message": "Install the @Scroll to Top@ extension to scroll to the top or bottom of any page with a click on the left border of the screen, and then return to your previous position."
265
+ },
266
+ "offer_close_other_tabs_plus_text": {
267
+ "message": "Install the @Close Other Tabs+@ extension to close/pin/unpin/group/ungroup multiple tabs at once, filtering them by a window, pin/group state, or URL."
268
+ },
269
+ "offer_advanced_extension_reloader_text": {
270
+ "message": "Install the @Advanced Extension Reloader@ extension to reload an unpacked extension with one click, a hotkey, or automatically (extension for developers)."
271
+ },
272
+ "offer_keymeleon_link_href": {
273
+ "message": "https://github.com/loftyshaky/keymeleon"
274
+ },
275
+ "offer_other_projects_link_href": {
276
+ "message": "https://github.com/loftyshaky/browservery/blob/main/LINKS.md"
277
+ },
278
+ "offer_clear_new_tab_chrome_link_href": {
279
+ "message": "https://chromewebstore.google.com/detail/felphkbfjadmcejnibcmcncimlappdde"
280
+ },
281
+ "offer_clear_new_tab_edge_link_href": {
282
+ "message": "https://microsoftedge.microsoft.com/addons/detail/ifphophaconbhfmkpdlfldelkjpjmlbj"
283
+ },
284
+ "offer_clear_new_tab_opera_link_href": {
285
+ "message": "https://opera.com"
286
+ },
287
+ "offer_clear_new_tab_brave_link_href": {
288
+ "message": "https://brave.com"
289
+ },
290
+ "offer_clear_new_tab_yandex_link_href": {
291
+ "message": "https://ya.ru"
292
+ },
293
+ "offer_clear_new_tab_firefox_link_href": {
294
+ "message": "https://addons.mozilla.org/firefox/addon/clear-new-tab"
295
+ },
296
+ "offer_search_enhancer_for_google_chrome_link_href": {
297
+ "message": "https://chromewebstore.google.com/detail/pipbbdfondfipmjmdkmggihiknhmcfhd"
298
+ },
299
+ "offer_search_enhancer_for_google_edge_link_href": {
300
+ "message": "https://microsoftedge.microsoft.com/addons/detail/hfbafhkogonfgpkdopodhajncnodbbhd"
301
+ },
302
+ "offer_search_enhancer_for_google_opera_link_href": {
303
+ "message": "https://opera.com"
304
+ },
305
+ "offer_search_enhancer_for_google_brave_link_href": {
306
+ "message": "https://brave.com"
307
+ },
308
+ "offer_search_enhancer_for_google_yandex_link_href": {
309
+ "message": "https://ya.ru"
310
+ },
311
+ "offer_search_enhancer_for_google_firefox_link_href": {
312
+ "message": "https://mozilla.org"
313
+ },
314
+ "offer_advanced_extension_reloader_chrome_link_href": {
315
+ "message": "https://chromewebstore.google.com/detail/hagknokdofkmojolcpbddjfdjhnjdkae"
316
+ },
317
+ "offer_advanced_extension_reloader_edge_link_href": {
318
+ "message": "https://microsoftedge.microsoft.com/addons/detail/bcpgohifjmmcoiemghdamamlkbcbgifg"
319
+ },
320
+ "offer_advanced_extension_reloader_opera_link_href": {
321
+ "message": "https://opera.com"
322
+ },
323
+ "offer_advanced_extension_reloader_brave_link_href": {
324
+ "message": "https://brave.com"
325
+ },
326
+ "offer_advanced_extension_reloader_yandex_link_href": {
327
+ "message": "https://ya.ru"
328
+ },
329
+ "offer_advanced_extension_reloader_firefox_link_href": {
330
+ "message": "https://mozilla.org"
331
+ },
332
+ "offer_empty_new_tab_page_chrome_link_href": {
333
+ "message": "https://chromewebstore.google.com/detail/odjfoclbnmllekbhpbgopiiaelcpeimb"
334
+ },
335
+ "offer_empty_new_tab_page_edge_link_href": {
336
+ "message": "https://microsoftedge.microsoft.com/addons/detail/cbdaoffmmppingmciephekphbcfngkkk"
337
+ },
338
+ "offer_empty_new_tab_page_opera_link_href": {
339
+ "message": "https://opera.com"
340
+ },
341
+ "offer_empty_new_tab_page_brave_link_href": {
342
+ "message": "https://brave.com"
343
+ },
344
+ "offer_empty_new_tab_page_yandex_link_href": {
345
+ "message": "https://ya.ru"
346
+ },
347
+ "offer_empty_new_tab_page_firefox_link_href": {
348
+ "message": "https://mozilla.org"
349
+ },
350
+ "offer_scroll_to_top_chrome_link_href": {
351
+ "message": "https://chromewebstore.google.com/detail/obebfhocibioiakindbigklnhhknkcdc"
352
+ },
353
+ "offer_scroll_to_top_edge_link_href": {
354
+ "message": "https://microsoftedge.microsoft.com/addons/detail/cjmbcpckfanombcljcmgnhbdobjblbkk"
355
+ },
356
+ "offer_scroll_to_top_opera_link_href": {
357
+ "message": "https://opera.com"
358
+ },
359
+ "offer_scroll_to_top_brave_link_href": {
360
+ "message": "https://brave.com"
361
+ },
362
+ "offer_scroll_to_top_yandex_link_href": {
363
+ "message": "https://ya.ru"
364
+ },
365
+ "offer_scroll_to_top_firefox_link_href": {
366
+ "message": "https://mozilla.org"
367
+ },
368
+ "offer_close_other_tabs_plus_chrome_link_href": {
369
+ "message": "https://chromewebstore.google.com/detail/higiahnfphokonkjalljdfgjhafdjbil"
370
+ },
371
+ "offer_close_other_tabs_plus_edge_link_href": {
372
+ "message": "https://microsoftedge.microsoft.com/addons/detail/hlgemamghlognmbmipcoapjgkngbbjko"
373
+ },
374
+ "offer_close_other_tabs_plus_opera_link_href": {
375
+ "message": "https://opera.com"
376
+ },
377
+ "offer_close_other_tabs_plus_brave_link_href": {
378
+ "message": "https://brave.com"
379
+ },
380
+ "offer_close_other_tabs_plus_yandex_link_href": {
381
+ "message": "https://ya.ru"
382
+ },
383
+ "offer_close_other_tabs_plus_firefox_link_href": {
384
+ "message": "https://mozilla.org"
385
+ },
386
+ "offer_tinkoff_black_link_href": {
387
+ "message": "https://tbank.ru/baf/1HXOQh5Kg3z"
388
+ },
389
+ "offer_tinkoff_investments_brokerage_account_link_href": {
390
+ "message": "https://tbank.ru/baf/8h2pbxjhlQt"
391
+ },
392
+ "restore_defaults_confirm": {
393
+ "message": "Restore default settings?"
394
+ },
395
+ "restore_default_palette_confirm": {
396
+ "message": "Restore default palette?"
397
+ },
398
+ "youre_now_a_developer_notification": {
399
+ "message": "You're now a developer!"
400
+ },
401
+ "backup_permissions_start_notification": {
402
+ "message": "The extension has detected the following permission in your backup: "
403
+ },
404
+ "backup_permissions_end_notification": {
405
+ "message": ". Please navigate to the \"Permissions\" section and enable all required permissions to ensure the extension functions correctly."
406
+ },
407
+ "invalid_file_type_back_up_error": {
408
+ "message": "Invalid file type. Upload the previously downloaded JSON backup file."
409
+ },
410
+ "unable_to_access_settings_error": {
411
+ "message": "Fatal error: Unable to access settings. Please try to re-enable or reinstall the extension."
412
+ },
413
+ "permissions_are_missing_error": {
414
+ "message": "The necessary permissions are missing to use this feature. Please navigate to the \"Permissions\" section and enable all required permissions."
415
+ }
416
+ }