Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 }