CACHE MANIFEST
# @application.version@

CACHE:
# - Explicitly cached 'master entries'.
index.html

NETWORK:
# - Resources that require the user to be online.
@request.path@

FALLBACK:
# - static.html will be served if main.py is inaccessible
# - offline.jpg will be served in place of all images in images/large/
# - offline.html will be served in place of all other .html files
# /main.py /static.html
# images/large/ images/offline.jpg
# *.html /offline.html