Add optionalSW parameter

This parameter allows the page to continue loading even if the service
worker does not register correctly. This happens sometimes when
embedding the page via an iframe.

Change-Id: I3eeb866a47673f2a0f1357ec20b6de6c549c7f4c
diff --git a/sw.js b/sw.js
index 006530f..0408279 100644
--- a/sw.js
+++ b/sw.js
@@ -1,4 +1,4 @@
-var CACHE_NAME = 'all-v1.1.4';
+var CACHE_NAME = 'all-v1.1.5';
 var urlsToCache = [
   '/',
   '/css/styles.css',