Last active
April 16, 2026 14:05
-
-
Save jleyva/8c355d4a3221a3fc3a4b1dd90157e433 to your computer and use it in GitHub Desktop.
browseappstores.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "instructions": [ | |
| { | |
| "appstore": "google", | |
| "client": "Dublin City University", | |
| "app": "APPID", | |
| "page": "appindex" | |
| } | |
| ], | |
| "config": { | |
| "google": { | |
| "appindex": [{ | |
| "page": "https://play.google.com/console/u/developers", | |
| "selector": ".business-name", | |
| "matchText": "Dublin City University" | |
| }, { | |
| "selector": ".line", | |
| "matchText": "com.moodle.dculoop" | |
| }] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment