aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
Commit message (Collapse)AuthorAge
* Enable cross-origin XMLHttpRequest for localhost (workaround for NinjaPacien TRAN-GIRARD2012-09-28
| | | | Go Local Cloud that doesn't have the proper header due to a bug with unclean URLs).
* Revert "updating the manifest to v0.7.2"Valerio Virgillito2012-08-15
| | | | | | This reverts commit 7e73b7def962f00f32b0d6acf04b0bc7005ea456. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* updating the manifest to v0.7.2Valerio Virgillito2012-08-01
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Updated manifest.json, page title, about box and splash screen to indicate ↵John Mayhew2012-07-24
| | | | that Ninja is in a preview release.
* final updates for Chrome App store releaseJohn Mayhew2012-07-10
|
* updating the manifestValerio Virgillito2012-07-09
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* updating to version 7.0Valerio Virgillito2012-06-29
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'refs/heads/ninja-internal-master' into cut-copy-pasteAnanya Sen2012-05-31
|\ | | | | | | | | | | | | Conflicts: js/controllers/styles-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * updating to version 0.6Valerio Virgillito2012-05-30
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | copy/paste POCAnanya Sen2012-05-07
|/ | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/ninja.reel/ninja.html Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* fixed injection caused by inability to add our webRequest listener due to an ↵John Mayhew2012-04-20
| | | | incorrect host permission. Reverting to the old hack fix.
* Removed hack that required us to use a bogus url for host permissions. ↵John Mayhew2012-04-19
| | | | | | Chrome 18 now sends the "Origin" request header if we request host permissions for http://localhost:/ Setting the new and proper host permissions.
* Updated Manifest.json for the CRX buildJohn Mayhew2012-04-19
|
* Changes to the webrequest blocking and adding a google.com permission workaroundValerio Virgillito2012-03-21
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Fix: Chrome 19 I/O BugJose Antonio Marquez2012-03-21
| | | | Fixed creating new files.
* updated name in our manifest and incremented base build numberJohn Mayhew2012-03-01
|
* Removing tabs permissions until we make a final decision on whether or not ↵John Mayhew2012-02-24
| | | | we will require it.
* 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.