OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Web app banner test page</title> | 3 <title>Web app banner test page</title> |
4 <link rel="manifest" href="manifest_short_name_only.json" /> | 4 <link rel="manifest" href="manifest_bad_icon.json" /> |
5 <script src="main.js"></script> | 5 <script src="main.js"></script> |
6 </head> | 6 </head> |
7 <body onload="initialize()"> | 7 <body onload="initialize()"> |
8 Do-nothing page with a service worker. | 8 Do-nothing page with a service worker. |
9 </body> | 9 </body> |
10 </html> | 10 </html> |
OLD | NEW |