|
1 { |
|
2 "id": "fxos_simulator@mozilla.org", |
|
3 "name": "fxos_simulator", |
|
4 "version": "1.0.dev", |
|
5 "fullName": "Firefox OS Simulator", |
|
6 "label": "Firefox OS", |
|
7 "description": "a Firefox OS simulator", |
|
8 "author": "Myk Melez (https://github.com/mykmelez)", |
|
9 "contributors": [ |
|
10 "Alexandre Poirot (https://github.com/ochameau)", |
|
11 "Anant Narayanan (https://github.com/anantn)", |
|
12 "Brandon Kase (https://github.com/bkase)", |
|
13 "Breck Yunits (https://github.com/breck7)", |
|
14 "César Carruitero (https://github.com/ccarruitero)", |
|
15 "David Gomes (https://github.com/davidgomes)", |
|
16 "Fabrice Desré (https://github.com/fabricedesre)", |
|
17 "Fraser Tweedale (https://github.com/frasertweedale)", |
|
18 "Harald Kirschner (https://github.com/digitarald)", |
|
19 "Jérémie Patonnier (https://github.com/JeremiePat)", |
|
20 "J. Ryan Stinnett (https://github.com/jryans)", |
|
21 "Kan-Ru Chen (陳侃如) (https://github.com/kanru)", |
|
22 "Louis Stowasser (https://github.com/louisstow)", |
|
23 "Luca Greco (https://github.com/rpl)", |
|
24 "Matthew Claypotch (https://github.com/potch)", |
|
25 "Matthew Riley MacPherson (https://github.com/tofumatt)", |
|
26 "Nick Desaulniers (https://github.com/nickdesaulniers)", |
|
27 "Soumen Ganguly (https://github.com/SoumenG)", |
|
28 "Sudheesh Singanamalla (https://github.com/sudheesh001)", |
|
29 "Victor Bjelkholm (https://github.com/VictorBjelkholm)" |
|
30 ], |
|
31 "permissions": { |
|
32 "private-browsing": true |
|
33 }, |
|
34 "preferences": [{ |
|
35 "type": "directory", |
|
36 "name": "gaiaProfile", |
|
37 "title": "Select a custom Gaia profile directory" |
|
38 }, { |
|
39 "type": "file", |
|
40 "name": "customRuntime", |
|
41 "title": "Select a custom runtime executable" |
|
42 }], |
|
43 "license": "MPL 2.0", |
|
44 "unpack": true, |
|
45 "dependencies": ["subprocess"] |
|
46 } |