Skip to content

Commit 504422d

Browse files
committed
1 parent 7a21856 commit 504422d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,4 +1369,9 @@ var sites = []Site{
13691369
profileUrl: "https://profiles.wordpress.org/%s/",
13701370
checkerFn: redirectChecker("https://wordpress.org"),
13711371
},
1372+
{
1373+
name: "PlayStore",
1374+
profileUrl: "https://play.google.com/store/apps/developer?id=%s",
1375+
checkerFn: statusChecker,
1376+
},
13721377
}

0 commit comments

Comments
 (0)