mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"id": "fxos_simulator@mozilla.org",
|
|
"name": "fxos_simulator",
|
|
"version": "1.0.dev",
|
|
"fullName": "Firefox OS Simulator",
|
|
"label": "Firefox OS",
|
|
"description": "a Firefox OS simulator",
|
|
"author": "Myk Melez (https://github.com/mykmelez)",
|
|
"contributors": [
|
|
"Alexandre Poirot (https://github.com/ochameau)",
|
|
"Anant Narayanan (https://github.com/anantn)",
|
|
"Brandon Kase (https://github.com/bkase)",
|
|
"Breck Yunits (https://github.com/breck7)",
|
|
"César Carruitero (https://github.com/ccarruitero)",
|
|
"David Gomes (https://github.com/davidgomes)",
|
|
"Fabrice Desré (https://github.com/fabricedesre)",
|
|
"Fraser Tweedale (https://github.com/frasertweedale)",
|
|
"Harald Kirschner (https://github.com/digitarald)",
|
|
"Jérémie Patonnier (https://github.com/JeremiePat)",
|
|
"J. Ryan Stinnett (https://github.com/jryans)",
|
|
"Kan-Ru Chen (陳侃如) (https://github.com/kanru)",
|
|
"Louis Stowasser (https://github.com/louisstow)",
|
|
"Luca Greco (https://github.com/rpl)",
|
|
"Matthew Claypotch (https://github.com/potch)",
|
|
"Matthew Riley MacPherson (https://github.com/tofumatt)",
|
|
"Nick Desaulniers (https://github.com/nickdesaulniers)",
|
|
"Soumen Ganguly (https://github.com/SoumenG)",
|
|
"Sudheesh Singanamalla (https://github.com/sudheesh001)",
|
|
"Victor Bjelkholm (https://github.com/VictorBjelkholm)"
|
|
],
|
|
"permissions": {
|
|
"private-browsing": true
|
|
},
|
|
"preferences": [{
|
|
"type": "directory",
|
|
"name": "gaiaProfile",
|
|
"title": "Select a custom Gaia profile directory"
|
|
}, {
|
|
"type": "file",
|
|
"name": "customRuntime",
|
|
"title": "Select a custom runtime executable"
|
|
}],
|
|
"license": "MPL 2.0",
|
|
"unpack": true,
|
|
"dependencies": ["subprocess"]
|
|
}
|