summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/offline.js b/offline.js
index 7ffbc39fa..f20559f2f 100644
--- a/offline.js
+++ b/offline.js
@@ -974,6 +974,9 @@ function init_gears() {
if (window.google && google.gears) {
localServer = google.gears.factory.create("beta.localserver");
store = localServer.createManagedStore("tt-rss");
+ store.manifestUrl = "manifest.json";
+ store.checkForUpdate();
+
db = google.gears.factory.create('beta.database');
db.open('tt-rss');