aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
Commit message (Collapse)AuthorAge
* Clean up and repairing manifestJose Antonio Marquez2012-02-19
|
* Adding Chrome webRequest interceptJose Antonio Marquez2012-02-17
| | | | Need to add logic to resolve file's actual URL dynamically.
* Updated the update url in our manifest file to point to our internal server.John Mayhew2012-02-16
|
* Added manifest.json, and image file required for being a packaged chrome ↵John Mayhew2012-02-08
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.