Skip to content

Instantly share code, notes, and snippets.

@jleyva
Last active April 16, 2026 14:05
Show Gist options
  • Select an option

  • Save jleyva/8c355d4a3221a3fc3a4b1dd90157e433 to your computer and use it in GitHub Desktop.

Select an option

Save jleyva/8c355d4a3221a3fc3a4b1dd90157e433 to your computer and use it in GitHub Desktop.
browseappstores.json
{
"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