1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/apps/tests/marketplace/marketplace_reviewers_app.webapp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +{ 1.5 + "name": "Stopwatch", 1.6 + "description": "Simple stopwatch", 1.7 + "launch_path": "/index.html", 1.8 + "icons": { 1.9 + "128": "/static/img/icon.png" 1.10 + }, 1.11 + "developer": { 1.12 + "name": "Andy McKay", 1.13 + "url": "http://www.agmweb.ca/blog/andy/" 1.14 + }, 1.15 + "locales": { 1.16 + "fr": { 1.17 + "description": "Simple chronomètre" 1.18 + } 1.19 + }, 1.20 + "installs_allowed_from": ["*"], 1.21 + "default_locale": "en", 1.22 + "package_path": "marketplace_reviewers_app.zip" 1.23 +}