diff -r 000000000000 -r 6474c204b198 dom/datastore/tests/file_app.template.webapp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/datastore/tests/file_app.template.webapp Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,10 @@ +{ + "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" }, + "bar" : { "access": "readonly", "description" : "This store is called bar" } + } +}