.gitignore
LICENSE.md
README.md
TODO.org
conftest.py
mypy.ini
pyproject.toml
pytest.ini
quicktest
ruff.toml
tox.ini
.ci/release
.ci/run
.github/workflows/main.yml
extension/babel.config.js
extension/build
extension/eslint.config.js
extension/jest.config.js
extension/package.json
extension/tsconfig.json
extension/webpack.config.js
extension/.ci/build
extension/src/background.ts
extension/src/common.ts
extension/src/detect_dark_mode.ts
extension/src/manifest.json
extension/src/options.html
extension/src/options.ts
extension/src/options_page.ts
extension/src/permissions.ts
extension/src/popup.html
extension/src/popup.ts
extension/src/img/unicorn.png
extension/src/img/unicorn_dark.png
misc/config.py.example
server/grasp_server.py
src/grasp_backend/__init__.pyi
src/grasp_backend/__main__.py
src/grasp_backend/org_tools.py
src/grasp_backend/py.typed
src/grasp_backend/setup.py
src/grasp_backend.egg-info/PKG-INFO
src/grasp_backend.egg-info/SOURCES.txt
src/grasp_backend.egg-info/dependency_links.txt
src/grasp_backend.egg-info/requires.txt
src/grasp_backend.egg-info/top_level.txt
src/grasp_backend/tests/test_backend.py
tests/__init__.py
tests/addon_helper.py
tests/conftest.py
tests/test_end2end.py