diff -r 000000000000 -r 6474c204b198 dom/datastore/tests/file_bug976311.template.webapp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/datastore/tests/file_bug976311.template.webapp Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,12 @@ +{ + "name": "Really Rapid Release (hosted)", + "description": "Updated even faster than Firefox, just to annoy slashdotters.", + "launch_path": "/tests/dom/datastore/tests/TESTTOKEN", + "icons": { "128": "default_icon" }, + "datastores-owned" : { + "foo" : { "access": "readwrite", "description" : "This store is called foo" } + }, + "datastores-access" : { + "foo" : { "readonly": false, "description" : "This store is called foo" } + } +}