diff --git a/IndexedDB/manifest.webapp b/IndexedDB/manifest.webapp
index b917dbb..70f4e27 100644
--- a/IndexedDB/manifest.webapp
+++ b/IndexedDB/manifest.webapp
@@ -9,6 +9,5 @@
"128": "/img/icons/icon-128.png"
},
"installs_allowed_from": ["*"],
- "appcache_path": "/cache.manifest",
"default_locale": "en"
}
\ No newline at end of file
diff --git a/NetworkInformation.zip b/NetworkInformation.zip
new file mode 100644
index 0000000..42e1d0e
Binary files /dev/null and b/NetworkInformation.zip differ
diff --git a/NetworkInformation/connection_bandwidth.html b/NetworkInformation/connection_bandwidth.html
new file mode 100644
index 0000000..0bcf5be
--- /dev/null
+++ b/NetworkInformation/connection_bandwidth.html
@@ -0,0 +1,28 @@
+
+
+
+ Pony viewer
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/NetworkInformation/connection_metered.html b/NetworkInformation/connection_metered.html
new file mode 100644
index 0000000..4233765
--- /dev/null
+++ b/NetworkInformation/connection_metered.html
@@ -0,0 +1,42 @@
+
+
+
+ Conditional polling
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/NetworkInformation/images/pony.jpg b/NetworkInformation/images/pony.jpg
new file mode 100644
index 0000000..0454379
Binary files /dev/null and b/NetworkInformation/images/pony.jpg differ
diff --git a/NetworkInformation/images/turtle.jpg b/NetworkInformation/images/turtle.jpg
new file mode 100644
index 0000000..d817050
Binary files /dev/null and b/NetworkInformation/images/turtle.jpg differ
diff --git a/NetworkInformation/index.html b/NetworkInformation/index.html
new file mode 100644
index 0000000..0c1923e
--- /dev/null
+++ b/NetworkInformation/index.html
@@ -0,0 +1,26 @@
+
+
+
+ Network Information API Example
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NetworkInformation/manifest.webapp b/NetworkInformation/manifest.webapp
new file mode 100644
index 0000000..ef0305f
--- /dev/null
+++ b/NetworkInformation/manifest.webapp
@@ -0,0 +1,10 @@
+{
+ "name": "NetworkInformation",
+ "description": "Network Information API Example App",
+ "launch_path": "/index.html",
+ "icons": {
+ "16": "img/icon-16.png",
+ "48": "img/icon-48.png",
+ "128": "img/icon-128.png"
+ }
+}
\ No newline at end of file