aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/Video.json
blob: 2fa6e6da0aa4b224ced580b1d4d523a21b5a5f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name" : {
    "default" : "Video"
  },
  "description" : {
    "default" : "Play a single video or a list of videos in a loop"
  },
  "author" : {
    "name" : "Zackary Welch",
    "email" : "zwelch@ixsystems.com",
    "website" : "https://github.com/ZackaryWelch",
    "company" : "iXsystems",
    "company_website" : "http://ixsystems.com"
  },
  "meta" : {
    "license" : "3-clause BSD",
    "license_url" : "https://github.com/trueos/lumina/blob/master/LICENSE",
    "copyright" : "Copyright (c) 2017, Ken Moore (ken@ixsystems.com)",
    "date_created" : "20171025",
    "version" : "1.0"
  },
  "qml" : {
    "exec" : "qml_scripts/Video.qml"
  }
}
bgstack15