dom/apps/tests/marketplace/marketplace_reviewers_app.webapp

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 {
     2   "name": "Stopwatch",
     3   "description": "Simple stopwatch",
     4   "launch_path": "/index.html",
     5   "icons": {
     6     "128": "/static/img/icon.png"
     7   },
     8   "developer": {
     9     "name": "Andy McKay",
    10     "url": "http://www.agmweb.ca/blog/andy/"
    11   },
    12   "locales": {
    13     "fr": {
    14       "description": "Simple chronomètre"
    15    }
    16   },
    17   "installs_allowed_from": ["*"],
    18   "default_locale": "en",
    19   "package_path": "marketplace_reviewers_app.zip"
    20 }

mercurial