To enable AppCache on Apache server, add the following to .htaccess:
AddType text/cache-manifest .appcache
In Google Chrome, AppCache data can be viewed at chrome://appcache-internals. In Mozilla Firefox it can be viewed at about:cache?device=offline.
View the AppCache manifest file for more information.
View source on GitHub