In my browser application, I use the HTML5 ApplicationCache manifest, which is valid as per http://manifest-validator.com/validate
It looks like this
CACHE MANIFEST
# MYAPPNAME 5.8.33
CACHE:
index.html
app.js
NETWORK:
*
When downloading the Google Chrome application (version 46.0.2490.86 m for Windows), it causes the following error:
Application caching error: failed to parse manifest http://192.168.0.3/development.nsf/WebApp/cache.appcache index.html: 1
Why is this and how can I make it work?
source
share