diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-02-04 13:36:06 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-02-04 13:36:06 +0300 |
| commit | 25d993538216482ac4e043c5f2857e2b0748b1f6 (patch) | |
| tree | 5368c65838221b16d8a63f2ac880a1d7708c15da /manifest.json | |
| parent | 1b27261c8452a80f3cf54fd78c01e61c42757fcb (diff) | |
move more stuff to offline.js
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 6dd6ecc9b..98794670b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,13 @@ { "betaManifestVersion": 1, - "version": "0", + "version": "1", "entries": [ { "url": "tt-rss.php"}, { "url": "tt-rss.css"}, { "url": "viewfeed.js"}, { "url": "feedlist.js"}, { "url": "functions.js"}, + { "url": "offline.js"}, { "url": "tt-rss.js"}, { "url": "lib/scriptaculous/effects.js"}, { "url": "lib/scriptaculous/controls.js"}, |