We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a21856 commit 504422dCopy full SHA for 504422d
data.go
@@ -1369,4 +1369,9 @@ var sites = []Site{
1369
profileUrl: "https://profiles.wordpress.org/%s/",
1370
checkerFn: redirectChecker("https://wordpress.org"),
1371
},
1372
+ {
1373
+ name: "PlayStore",
1374
+ profileUrl: "https://play.google.com/store/apps/developer?id=%s",
1375
+ checkerFn: statusChecker,
1376
+ },
1377
}
0 commit comments