dom/datastore/tests/file_app.template.webapp

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     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