extension-develop 3.1.0-next.8 → 3.2.0-next.10

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 (33) hide show
  1. package/dist/547.js +234 -77
  2. package/dist/928.js +21 -7
  3. package/dist/content-script-wrapper.js +4 -1
  4. package/dist/ensure-hmr-for-scripts.js +2 -0
  5. package/dist/extension-js-devtools/chrome/pages/centralized-logger.css +1 -1
  6. package/dist/extension-js-devtools/chrome/pages/centralized-logger.js +4 -5
  7. package/dist/extension-js-devtools/chrome/pages/welcome.css +1 -1
  8. package/dist/extension-js-devtools/chrome/pages/welcome.js +4 -4
  9. package/dist/extension-js-devtools/chromium/pages/centralized-logger.css +1 -1
  10. package/dist/extension-js-devtools/chromium/pages/centralized-logger.js +4 -5
  11. package/dist/extension-js-devtools/chromium/pages/welcome.css +1 -1
  12. package/dist/extension-js-devtools/chromium/pages/welcome.js +4 -4
  13. package/dist/extension-js-devtools/edge/pages/centralized-logger.css +1 -1
  14. package/dist/extension-js-devtools/edge/pages/centralized-logger.js +4 -5
  15. package/dist/extension-js-devtools/edge/pages/welcome.css +1 -1
  16. package/dist/extension-js-devtools/edge/pages/welcome.js +4 -4
  17. package/dist/extension-js-devtools/firefox/pages/centralized-logger.css +1 -1
  18. package/dist/extension-js-devtools/firefox/pages/centralized-logger.js +4 -5
  19. package/dist/extension-js-devtools/firefox/pages/welcome.css +1 -1
  20. package/dist/extension-js-devtools/firefox/pages/welcome.js +4 -4
  21. package/dist/extension-js-theme/chrome/manifest.json +66 -0
  22. package/dist/extension-js-theme/chromium/manifest.json +66 -0
  23. package/dist/extension-js-theme/edge/manifest.json +66 -0
  24. package/dist/extension-js-theme/firefox/manifest.json +66 -0
  25. package/dist/module.js +653 -175
  26. package/package.json +1 -3
  27. package/dist/add-centralized-logger-script-background.js +0 -220
  28. package/dist/add-centralized-logger-script-content.js +0 -172
  29. package/dist/add-centralized-logger-script.js +0 -323
  30. package/dist/extension-js-devtools/chrome/logo.png +0 -0
  31. package/dist/extension-js-devtools/chromium/logo.png +0 -0
  32. package/dist/extension-js-devtools/edge/logo.png +0 -0
  33. package/dist/extension-js-devtools/firefox/logo.png +0 -0
@@ -0,0 +1,66 @@
1
+ {
2
+ "manifest_version": 3,
3
+ "name": "Custom theme",
4
+ "version": "1.0",
5
+ "description": "A clean, minimal browser theme generated in the editor.",
6
+ "author": "Anonymous",
7
+ "theme": {
8
+ "colors": {
9
+ "frame": [
10
+ 37,
11
+ 37,
12
+ 39
13
+ ],
14
+ "frame_inactive": [
15
+ 49,
16
+ 49,
17
+ 53
18
+ ],
19
+ "toolbar": [
20
+ 25,
21
+ 25,
22
+ 26
23
+ ],
24
+ "tab_background_text": [
25
+ 28,
26
+ 28,
27
+ 30
28
+ ],
29
+ "tab_text": [
30
+ 255,
31
+ 255,
32
+ 255
33
+ ],
34
+ "tab_background_text_inactive": [
35
+ 62,
36
+ 62,
37
+ 66
38
+ ],
39
+ "tab_text_inactive": [
40
+ 255,
41
+ 255,
42
+ 255
43
+ ],
44
+ "bookmark_text": [
45
+ 153,
46
+ 153,
47
+ 159
48
+ ],
49
+ "ntp_background": [
50
+ 28,
51
+ 28,
52
+ 30
53
+ ],
54
+ "ntp_text": [
55
+ 255,
56
+ 255,
57
+ 255
58
+ ],
59
+ "button_background": [
60
+ 28,
61
+ 28,
62
+ 30
63
+ ]
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "manifest_version": 3,
3
+ "name": "Custom theme",
4
+ "version": "1.0",
5
+ "description": "A clean, minimal browser theme generated in the editor.",
6
+ "author": "Anonymous",
7
+ "theme": {
8
+ "colors": {
9
+ "frame": [
10
+ 37,
11
+ 37,
12
+ 39
13
+ ],
14
+ "frame_inactive": [
15
+ 49,
16
+ 49,
17
+ 53
18
+ ],
19
+ "toolbar": [
20
+ 25,
21
+ 25,
22
+ 26
23
+ ],
24
+ "tab_background_text": [
25
+ 28,
26
+ 28,
27
+ 30
28
+ ],
29
+ "tab_text": [
30
+ 255,
31
+ 255,
32
+ 255
33
+ ],
34
+ "tab_background_text_inactive": [
35
+ 62,
36
+ 62,
37
+ 66
38
+ ],
39
+ "tab_text_inactive": [
40
+ 255,
41
+ 255,
42
+ 255
43
+ ],
44
+ "bookmark_text": [
45
+ 153,
46
+ 153,
47
+ 159
48
+ ],
49
+ "ntp_background": [
50
+ 28,
51
+ 28,
52
+ 30
53
+ ],
54
+ "ntp_text": [
55
+ 255,
56
+ 255,
57
+ 255
58
+ ],
59
+ "button_background": [
60
+ 28,
61
+ 28,
62
+ 30
63
+ ]
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "manifest_version": 3,
3
+ "name": "Custom theme",
4
+ "version": "1.0",
5
+ "description": "A clean, minimal browser theme generated in the editor.",
6
+ "author": "Anonymous",
7
+ "theme": {
8
+ "colors": {
9
+ "frame": [
10
+ 37,
11
+ 37,
12
+ 39
13
+ ],
14
+ "frame_inactive": [
15
+ 49,
16
+ 49,
17
+ 53
18
+ ],
19
+ "toolbar": [
20
+ 25,
21
+ 25,
22
+ 26
23
+ ],
24
+ "tab_background_text": [
25
+ 28,
26
+ 28,
27
+ 30
28
+ ],
29
+ "tab_text": [
30
+ 255,
31
+ 255,
32
+ 255
33
+ ],
34
+ "tab_background_text_inactive": [
35
+ 62,
36
+ 62,
37
+ 66
38
+ ],
39
+ "tab_text_inactive": [
40
+ 255,
41
+ 255,
42
+ 255
43
+ ],
44
+ "bookmark_text": [
45
+ 153,
46
+ 153,
47
+ 159
48
+ ],
49
+ "ntp_background": [
50
+ 28,
51
+ 28,
52
+ 30
53
+ ],
54
+ "ntp_text": [
55
+ 255,
56
+ 255,
57
+ 255
58
+ ],
59
+ "button_background": [
60
+ 28,
61
+ 28,
62
+ 30
63
+ ]
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "manifest_version": 3,
3
+ "name": "Custom theme",
4
+ "version": "1.0",
5
+ "description": "A clean, minimal browser theme generated in the editor.",
6
+ "author": "Anonymous",
7
+ "theme": {
8
+ "colors": {
9
+ "frame": [
10
+ 37,
11
+ 37,
12
+ 39
13
+ ],
14
+ "frame_inactive": [
15
+ 49,
16
+ 49,
17
+ 53
18
+ ],
19
+ "toolbar": [
20
+ 25,
21
+ 25,
22
+ 26
23
+ ],
24
+ "tab_background_text": [
25
+ 28,
26
+ 28,
27
+ 30
28
+ ],
29
+ "tab_text": [
30
+ 255,
31
+ 255,
32
+ 255
33
+ ],
34
+ "tab_background_text_inactive": [
35
+ 62,
36
+ 62,
37
+ 66
38
+ ],
39
+ "tab_text_inactive": [
40
+ 255,
41
+ 255,
42
+ 255
43
+ ],
44
+ "bookmark_text": [
45
+ 153,
46
+ 153,
47
+ 159
48
+ ],
49
+ "ntp_background": [
50
+ 28,
51
+ 28,
52
+ 30
53
+ ],
54
+ "ntp_text": [
55
+ 255,
56
+ 255,
57
+ 255
58
+ ],
59
+ "button_background": [
60
+ 28,
61
+ 28,
62
+ 30
63
+ ]
64
+ }
65
+ }
66
+ }