<!doctype html> <html> <body> <script> navigator.setAppBadge(42); navigator.clearAppBadge(); </script> </body> </html>