diff --git a/known-working-proprietary-apps.md b/known-working-proprietary-apps.md
index 09e243e..5d94a90 100644
--- a/known-working-proprietary-apps.md
+++ b/known-working-proprietary-apps.md
@@ -1,7 +1,7 @@
-| id | name | version | main activity | override envs needed | phones home? | needs internet connection? | notes |
-|----|------|---------|---------------|----------------------|----------------------------------|--------------------------------------------------------------------|-------|
-| com.mediocre.smashhit | SmashHit | 1.4.3 | com/mediocre/smashhit/Main | SLES_SDL_FREQ=44100 LINKER_DIE_AT_RUNTIME= | probably not | no | [libSLES](https://gitlab.com/Mis012/libopensles-standalone/) needed; uses NativeActivity, need to rename the .so as per README; premium version is an in-app purchase, so cannot be obtained |
-| com.zeptolab.ctror.subscr.tier | Cut The Rope | 3.15.1 | com/zeptolab/ctr/CtrApp | none (LINKER_DIE_AT_RUNTIME= on aarch64) | probably | no (candidate for bubblewrap) | assets being read from filesystem allows easy level editing |
-| com.zeptolab.ctr2.paid.google | Cut The Rope 2 | 1.17.2 | com/zeptolab/ctr2/CTR2Activity | none (LINKER_DIE_AT_RUNTIME= on aarch64) | definitely, forces you to agree which violates GDPR | no (candidate for bubblewrap) | needs a hack to noop currently broken complex youtube thumbnail mess; see hacks/README.md for how to apply it; to make the game playable without supporting abominable business practices, set ENERGY_REFUEL_SPEED in shared prefs xml to e.g 30000 |
+| id | name | version | main activity | override envs needed | phones home? | needs internet connection? | notes | screenshot |
+|----|------|---------|---------------|----------------------|----------------------------------|--------------------------------------------------------------------|-------|------------------------------------------------------------------|
+| com.mediocre.smashhit | SmashHit | 1.4.3 | com/mediocre/smashhit/Main | SLES_SDL_FREQ=44100 LINKER_DIE_AT_RUNTIME= | probably not | no | [libSLES](https://gitlab.com/Mis012/libopensles-standalone/) needed; uses NativeActivity, need to rename the .so as per README; premium version is an in-app purchase, so cannot be obtained |  |
+| com.zeptolab.ctror.subscr.tier | Cut The Rope | 3.15.1 | com/zeptolab/ctr/CtrApp | none (LINKER_DIE_AT_RUNTIME= on aarch64) | probably | no (candidate for bubblewrap) | assets being read from filesystem allows easy level editing | |
+| com.zeptolab.ctr2.paid.google | Cut The Rope 2 | 1.17.2 | com/zeptolab/ctr2/CTR2Activity | none (LINKER_DIE_AT_RUNTIME= on aarch64) | definitely, forces you to agree which violates GDPR | no (candidate for bubblewrap) | needs a hack to noop currently broken complex youtube thumbnail mess; see hacks/README.md for how to apply it; to make the game playable without supporting abominable business practices, set ENERGY_REFUEL_SPEED in shared prefs xml to e.g 30000 |  |
TODO: worms2armageddon / angry birds were only tested on 32-bit x86 due to tested versions not having 64bit binaries; test newer versions and add them here
\ No newline at end of file