Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
00 12 1 5,19 * /path/script
00 12 2 2,16 * /path/script
00 12 3 2,16,30 * /path/script
00 12 4 14,28 * /path/script
00 12 5 11,25 * /path/script
00 12 6 8,22 * /path/script
00 12 7 7,21 * /path/script
00 12 8 3,17,31 * /path/script
00 12 9 14,28 * /path/script
00 12 10 12,26 * /path/script
00 12 11 9,23 * /path/script
00 12 12 7,21 * /path/script
WEEK_NO=$(date +%W)
[[ $(expr 2 \* $(expr $WEEK_NO / 2)) -eq $WEEK_NO ]] || exit
/path/script