-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
29 lines (29 loc) · 691 Bytes
/
Copy pathmeta.json
File metadata and controls
29 lines (29 loc) · 691 Bytes
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
26
27
28
29
{
"name": "SmartPlayer",
"main": "index.js",
"version": "1.1.0.0",
"author": "nstechbytes",
"description": "A smart and fluent music player widget for your desktop.",
"icon": "assets/icon.ico",
"preview": ".github/preview.png",
"setup": {
"createDesktopShortcut": true,
"createStartupShortcut": false,
"runOnStartup": false,
"installDir": "%ProgramFiles%\\SmartPlayer",
"startMenuFolder": "SmartPlayer",
"setupName": "setup",
"setupIcon": "assets/icon.ico",
"enableUninstall": true,
"launchAfterInstall": false
},
"addons": [
"audiolevel",
"blurbehind",
"nowplaying"
],
"excludeItems": [
".git",
".github"
]
}