summaryrefslogtreecommitdiff
path: root/tests/manual/pluginview/plugins/plugin3/plugin3.json
blob: 9067f5eaf4b601a38ba60ac47db51250725455aa (plain)
1
2
3
4
5
6
7
8
9
10
{
    "Name" : "plugin3",
    "Version" : "1.0.0",
    "CompatVersion" : "1.0.0",
    "Vendor" : "Günöl AG",
    "Url" : "http://www.somewhereintheweb.com/dodo.php?q=p",
    "Dependencies" : [
        { "Name" : "plugin2", "Version" : "1.0.0" }
    ]
}