summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/fixtures/preferences/preferences-branch/package.json
blob: b738db7d066990902a624e1b83901d4bc21d0301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "id": "test-preferences-branch",
    "fullName": "preferences-branch test",
    "author": "Tomislav Jovanovic",

    "preferences": [{
        "name": "test42",
        "type": "bool",
        "title": "test42",
        "value": true
    }],

    "preferences-branch": "human-readable"
}