<!DOCTYPE html>
<html>
<head>
<title>Page with manifest with different start URL</title>
<link rel="manifest" href="basic.json">
<link rel="icon" href="basic-48.png">
</head>
<body>
<h1>Different start url</h1>
start_url points to basic.html instead of this page.
<script>
navigator.serviceWorker.register('/web_apps/service_worker.js');
</script>
</body>
</html>