dom/datastore/tests/file_app.template.webapp

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 {
     2   "name": "Really Rapid Release (hosted)",
     3   "description": "Updated even faster than <a href='http://mozilla.org'>Firefox</a>, just to annoy slashdotters.",
     4   "launch_path": "/tests/dom/datastore/tests/TESTTOKEN",
     5   "icons": { "128": "default_icon" },
     6   "datastores-owned" : {
     7     "foo" : { "access": "readwrite", "description" : "This store is called foo" },
     8     "bar" : { "access": "readonly", "description" : "This store is called bar" }
     9   }
    10 }

mercurial