summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-02 13:45:33 +0300
committerAndrew Dolgov <[email protected]>2009-02-02 13:45:33 +0300
commit3e2f2a0b7d1133627fce5c35f4aeb4ba39f5a3eb (patch)
treed19c57099dd99d3988c276ff067dfedae732b941 /manifest.json
parent49fd1e944f87fb7738a9b58adb64a56110f2155c (diff)
gears: add support files
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 000000000..e349d9600
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,9 @@
+{
+ "betaManifestVersion": 1,
+ "version": "my_version_string",
+ "entries": [
+ { "url": "go_offline.html"},
+ { "url": "go_offline.js"},
+ { "url": "../gears_init.js"}
+ ]
+} \ No newline at end of file