gecko/dom/datastore/tests/file_app.template.webapp

11 lines
439 B
Plaintext
Raw Normal View History

{
"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" }
}
}