diff -r 000000000000 -r 6474c204b198 dom/apps/tests/marketplace/marketplace_reviewers_app.webapp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/apps/tests/marketplace/marketplace_reviewers_app.webapp Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,20 @@ +{ + "name": "Stopwatch", + "description": "Simple stopwatch", + "launch_path": "/index.html", + "icons": { + "128": "/static/img/icon.png" + }, + "developer": { + "name": "Andy McKay", + "url": "http://www.agmweb.ca/blog/andy/" + }, + "locales": { + "fr": { + "description": "Simple chronomètre" + } + }, + "installs_allowed_from": ["*"], + "default_locale": "en", + "package_path": "marketplace_reviewers_app.zip" +}