webtap-tool 0.8.0__py3-none-any.whl → 0.8.1__py3-none-any.whl
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.
Potentially problematic release.
This version of webtap-tool might be problematic. Click here for more details.
- webtap/services/setup/extension.py +1 -1
- {webtap_tool-0.8.0.dist-info → webtap_tool-0.8.1.dist-info}/METADATA +1 -1
- {webtap_tool-0.8.0.dist-info → webtap_tool-0.8.1.dist-info}/RECORD +5 -5
- {webtap_tool-0.8.0.dist-info → webtap_tool-0.8.1.dist-info}/WHEEL +0 -0
- {webtap_tool-0.8.0.dist-info → webtap_tool-0.8.1.dist-info}/entry_points.txt +0 -0
|
@@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
|
|
|
12
12
|
|
|
13
13
|
# GitHub URLs for extension files
|
|
14
14
|
EXTENSION_BASE_URL = "https://raw.githubusercontent.com/angelsen/tap-tools/main/packages/webtap/extension"
|
|
15
|
-
EXTENSION_FILES = ["manifest.json", "content.js", "sidepanel.html", "sidepanel.js"]
|
|
15
|
+
EXTENSION_FILES = ["manifest.json", "background.js", "content.js", "sidepanel.html", "sidepanel.js"]
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
class ExtensionSetupService:
|
|
@@ -45,10 +45,10 @@ webtap/services/state_snapshot.py,sha256=xy7q-QaDhrHrEKVctJNH0t14zzI4DNmlt_-4C5i
|
|
|
45
45
|
webtap/services/setup/__init__.py,sha256=lfoKCAroc-JoE_r7L-KZkF85ZWiB41MBIgrR7ZISSoE,7157
|
|
46
46
|
webtap/services/setup/chrome.py,sha256=zfPWeb6zm_xjIfiS2S_O9lR2BjGKaPXXo06pN_B9lAU,7187
|
|
47
47
|
webtap/services/setup/desktop.py,sha256=fXwQa201W-s2mengm_dJZ9BigJopVrO9YFUQcW_TSFQ,8022
|
|
48
|
-
webtap/services/setup/extension.py,sha256=
|
|
48
|
+
webtap/services/setup/extension.py,sha256=gMgnDN_DCEEjQEPpT2Qu21I8sws3Z56JZillpxli1LU,3619
|
|
49
49
|
webtap/services/setup/filters.py,sha256=lAPSLMH_KZQO-7bRkmURwzforx7C3SDrKEw2ZogN-Lo,3220
|
|
50
50
|
webtap/services/setup/platform.py,sha256=7yn-7LQFffgerWzWRtOG-yNEsR36ICThYUAu_N2FAso,4532
|
|
51
|
-
webtap_tool-0.8.
|
|
52
|
-
webtap_tool-0.8.
|
|
53
|
-
webtap_tool-0.8.
|
|
54
|
-
webtap_tool-0.8.
|
|
51
|
+
webtap_tool-0.8.1.dist-info/METADATA,sha256=ZRWeewn365Oo5oXbAMLSMnZ8wkEHu278oIUOlqs77ZM,17636
|
|
52
|
+
webtap_tool-0.8.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
53
|
+
webtap_tool-0.8.1.dist-info/entry_points.txt,sha256=iFe575I0CIb1MbfPt0oX2VYyY5gSU_dA551PKVR83TU,39
|
|
54
|
+
webtap_tool-0.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|