summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/addons/preferences-branch/package.json
blob: 8e9858558811a33020b156356269e0e22bbf5acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "id": "test-preferences-branch@jetpack",
    "fullName": "preferences-branch test",
    "author": "Tomislav Jovanovic",
    "preferences": [{
        "name": "test42",
        "type": "bool",
        "title": "test42",
        "value": true
    }],
    "preferences-branch": "human-readable",
    "main": "./lib/main.js",
    "version": "0.0.1"
}