.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
requirements.txt
.github/funding.yml
.github/issue_template.md
.github/stale.yml
.github/workflows/ci.yml
.github/workflows/cli-build.yml
.github/workflows/docs.yaml
.github/workflows/ios-build.yml
.github/workflows/publish.yml
.github/workflows/stale.yml
pywebview2.egg-info/PKG-INFO
pywebview2.egg-info/SOURCES.txt
pywebview2.egg-info/dependency_links.txt
pywebview2.egg-info/entry_points.txt
pywebview2.egg-info/requires.txt
pywebview2.egg-info/scm_file_list.json
pywebview2.egg-info/scm_version.json
pywebview2.egg-info/top_level.txt
webview/__init__.py
webview/_version.py
webview/errors.py
webview/event.py
webview/guilib.py
webview/http.py
webview/keyring.py
webview/localization.py
webview/menu.py
webview/models.py
webview/notification.py
webview/py.typed
webview/screen.py
webview/shortcuts.py
webview/single_instance.py
webview/state.py
webview/store.py
webview/tray.py
webview/util.py
webview/window.py
webview/__pyinstaller/__init__.py
webview/__pyinstaller/hook-webview.py
webview/bundler/__init__.py
webview/bundler/_templating.py
webview/bundler/android.py
webview/bundler/doctor.py
webview/bundler/freeze.py
webview/bundler/icons.py
webview/bundler/ios.py
webview/bundler/linux.py
webview/bundler/macos.py
webview/bundler/windows.py
webview/bundler/templates/app.desktop.jinja
webview/bundler/templates/app.v3.wxs.jinja
webview/bundler/templates/app.wxs.jinja
webview/bundler/templates/control.jinja
webview/bundler/templates/installer.nsi.jinja
webview/cli/__init__.py
webview/cli/__main__.py
webview/cli/_net.py
webview/cli/config.py
webview/cli/devreload.py
webview/cli/commands/__init__.py
webview/cli/commands/build.py
webview/cli/commands/config_cmd.py
webview/cli/commands/dev.py
webview/cli/commands/doctor.py
webview/cli/commands/icon.py
webview/cli/commands/init.py
webview/cli/schemas/pywebview2.conf.schema.json
webview/cli/templates/react/gitignore.jinja
webview/cli/templates/react/main.py.jinja
webview/cli/templates/react/pywebview2.conf.json.jinja
webview/cli/templates/react/frontend/index.html.jinja
webview/cli/templates/react/frontend/package.json.jinja
webview/cli/templates/react/frontend/vite.config.js
webview/cli/templates/react/frontend/src/App.jsx.jinja
webview/cli/templates/react/frontend/src/main.jsx
webview/cli/templates/vanilla/gitignore.jinja
webview/cli/templates/vanilla/main.py.jinja
webview/cli/templates/vanilla/pywebview2.conf.json.jinja
webview/cli/templates/vanilla/frontend/index.html.jinja
webview/cli/templates/vanilla/frontend/script.js
webview/cli/templates/vanilla/frontend/style.css
webview/cli/templates/vue/gitignore.jinja
webview/cli/templates/vue/main.py.jinja
webview/cli/templates/vue/pywebview2.conf.json.jinja
webview/cli/templates/vue/frontend/index.html.jinja
webview/cli/templates/vue/frontend/package.json.jinja
webview/cli/templates/vue/frontend/vite.config.js
webview/cli/templates/vue/frontend/src/App.vue.jinja
webview/cli/templates/vue/frontend/src/main.js
webview/dom/__init__.py
webview/dom/classlist.py
webview/dom/dom.py
webview/dom/element.py
webview/dom/event.py
webview/dom/propsdict.py
webview/js/api.js
webview/js/customize.js
webview/js/finish.js
webview/js/state.js
webview/js/lib/dom_json.js
webview/js/lib/polyfill.js
webview/lib/Microsoft.Web.WebView2.Core.dll
webview/lib/Microsoft.Web.WebView2.LICENSE.md
webview/lib/Microsoft.Web.WebView2.WinForms.dll
webview/lib/WebBrowserInterop.x64.dll
webview/lib/WebBrowserInterop.x86.dll
webview/lib/pywebview-android.jar
webview/lib/runtimes/win-arm64/native/WebView2Loader.dll
webview/lib/runtimes/win-x64/native/WebView2Loader.dll
webview/lib/runtimes/win-x86/native/WebView2Loader.dll
webview/platforms/__init__.py
webview/platforms/cef.py
webview/platforms/cocoa.py
webview/platforms/edgechromium.py
webview/platforms/gtk.py
webview/platforms/mshtml.py
webview/platforms/qt.py
webview/platforms/win32.py
webview/platforms/winforms.py
webview/platforms/android/__init__.py
webview/platforms/android/app.py
webview/platforms/android/base.py
webview/platforms/android/event.py
webview/platforms/android/jclass/__init__.py
webview/platforms/android/jclass/app.py
webview/platforms/android/jclass/content.py
webview/platforms/android/jclass/net.py
webview/platforms/android/jclass/os.py
webview/platforms/android/jclass/view.py
webview/platforms/android/jclass/webkit.py
webview/platforms/android/jinterface/__init__.py
webview/platforms/android/jinterface/pywebview.py
webview/platforms/android/jinterface/view.py
webview/platforms/android/jinterface/webkit.py
webview/platforms/ios/__init__.py