summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-02 15:02:10 +0300
committerAndrew Dolgov <[email protected]>2009-02-02 15:02:10 +0300
commitfb456d28f227f4bd903c7ec736425ba64a5700f3 (patch)
tree42b37c34790d88f792f1b0929e71d38ec7fcddba /manifest.json
parent3e2f2a0b7d1133627fce5c35f4aeb4ba39f5a3eb (diff)
experimental gears cache work
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json
index e349d9600..6dd6ecc9b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,9 +1,18 @@
{
"betaManifestVersion": 1,
- "version": "my_version_string",
+ "version": "0",
"entries": [
- { "url": "go_offline.html"},
- { "url": "go_offline.js"},
- { "url": "../gears_init.js"}
+ { "url": "tt-rss.php"},
+ { "url": "tt-rss.css"},
+ { "url": "viewfeed.js"},
+ { "url": "feedlist.js"},
+ { "url": "functions.js"},
+ { "url": "tt-rss.js"},
+ { "url": "lib/scriptaculous/effects.js"},
+ { "url": "lib/scriptaculous/controls.js"},
+ { "url": "lib/scriptaculous/dragdrop.js"},
+ { "url": "lib/scriptaculous/scriptaculous.js"},
+ { "url": "lib/prototype.js"},
+ { "url": "gears_init.js"}
]
-} \ No newline at end of file
+}