aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
Commit message (Collapse)AuthorAge
* updating the manifest to v0.7.1.1v0.7.1.1Valerio Virgillito2012-07-31
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'master' of https://github.com/mayhewinator/ninja into v0.7.1Valerio Virgillito2012-07-24
|\ | | | | | | | | | | | | Conflicts: manifest.json 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.
* | revert manifest version back to 0.7.1Valerio Virgillito2012-07-20
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | upgrading the manifest back to v0.8.0Valerio Virgillito2012-07-18
| | | | | | | | | | | | Manifest got overridden by the last merge. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Creating a v0.7.1 branch and updating the manifest.json accordinglyValerio Virgillito2012-07-12
|/ | | | | | Created a v.0.7.1 branch for critical bug fixes. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* 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.