diff options
author | MrAdex77 <64667643+MrAdex77@users.noreply.github.com> | 2025-02-17 23:33:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 19:33:48 -0300 |
commit | 88e548bd369fdba59ed3e30f45aa5cd001c24cc6 (patch) | |
tree | 8b8771f6f362e28252da1aeaad0373c8b34dd0a9 | |
parent | 0acd786e20163d95deb37383273be99dda1a9aa1 (diff) |
Add Where Am I? as easy (#2404)
* add Where Am I? as easy
* Update sites.json
---------
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
-rw-r--r-- | _data/sites.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_data/sites.json b/_data/sites.json index dea5c6ea..cdab0b68 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -24432,6 +24432,16 @@ }, { + "name": "Where Am I?", + "url": "https://whereamigame.app/", + "difficulty": "easy", + "notes": "Log in to the mobile app, click on your username at the bottom navigation, select 'Delete Acccount' under 'Account Management'.", + "domains": [ + "whereamigame.app" + ] + }, + + { "name": "Which?", "url": "https://www.which.co.uk/terms-and-conditions/your-which-membership/", "difficulty": "hard", |