2 * Copyright 2015 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
7 console
.assert(chrome
.app
.isInstalled
, 'This page should be a hosted app.');
9 fetch('./index.html').catch(function() {
10 console
.error('fetch unexpectedly failed!');