blob: ef31a47af77f64a197d5ad5fc66ca070838cd2d3 [file] [log] [blame]
<!DOCTYPE html>
<head>
<link rel="manifest" id="linkManifest">
</head>
<script>
// The manifest URL must be specified as the GET value
// e.g.: get_manifest.html?basic.json
linkManifest.href = location.search.slice(1);
</script>