mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
439 B
Plaintext
11 lines
439 B
Plaintext
|
{
|
||
|
"name": "Really Rapid Release (hosted)",
|
||
|
"description": "Updated even faster than <a href='http://mozilla.org'>Firefox</a>, just to annoy slashdotters.",
|
||
|
"launch_path": "/tests/dom/datastore/tests/file_app.sjs",
|
||
|
"icons": { "128": "default_icon" },
|
||
|
"datastores" : {
|
||
|
"foo" : { "readonly": false, "description" : "This store is called foo" },
|
||
|
"bar" : { "readonly": true, "description" : "This store is called bar" }
|
||
|
}
|
||
|
}
|