mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
20 lines
565 B
Plaintext
20 lines
565 B
Plaintext
{
|
|
"version": 1,
|
|
"experiments": [
|
|
{
|
|
"id": "test-experiment-1@tests.mozilla.org",
|
|
"xpiURL": "https://experiments.mozilla.org/foo.xpi",
|
|
"xpiHash": "sha1:cb1eb32b89d86d78b7326f416cf404548c5e0099",
|
|
"startTime": 1393000000,
|
|
"endTime": 1394000000,
|
|
"appName": ["Firefox", "Fennec"],
|
|
"minVersion": "28",
|
|
"maxVersion": "30",
|
|
"maxActiveSeconds": 60,
|
|
"os": ["windows", "linux", "osx"],
|
|
"channel": ["daily", "weekly", "nightly"],
|
|
"jsfilter": "function filter(context) { return true; }"
|
|
}
|
|
]
|
|
}
|