From c7b5edf0351d678d26b17eb5e2f995a140e209bb Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Wed, 8 Feb 2012 14:38:25 -0800 Subject: Added manifest.json, and image file required for being a packaged chrome application. Removed the old versions.json and updated the main page to detect if it is running as a chrome app and retrieve the version info from the chrome.app object. If the app is running hosted, the code will use an XHR to load the manifest.json and retrieve the version number from it directly. --- versions.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 versions.json (limited to 'versions.json') diff --git a/versions.json b/versions.json deleted file mode 100644 index 017e22ce..00000000 --- a/versions.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ninja": { - "version": "0.5.5" - }, - "montage": { - "version": "0.6.0" - } -} \ No newline at end of file -- cgit v1.2.3