-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 KB
/
package.json
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
30
31
32
33
34
35
36
37
{
"id": "plugdj-scrobbler-revived@puglisi.im",
"version": "1.0.2",
"title": "Plug.dj Scrobbler",
"description": "Scrobbles the tracks you listen to on Plug.dj to your Last.fm account.",
"author": "Jason Puglisi (https://www.puglisi.im/) <jason@puglisi.im>",
"homepage": "https://github.com/JasonPuglisi/plugdj-scrobbler",
"license": "MIT (https://raw.githubusercontent.com/JasonPuglisi/plugdj-scrobbler/master/License.txt)",
"icon": "data/icon-32.png",
"icon64": "data/icon-64.png",
"main": "lib/main.js",
"permissions": {
"private-browsing": true
},
"preferences": [
{
"name": "lastfmSession",
"title": "Last.fm Session",
"type": "string",
"hidden": true
},
{
"name": "lastfmScrobbling",
"title": "Last.fm Scrobbling",
"description": "Whether or not to scrobble tracks.",
"type": "bool",
"value": true
},
{
"name": "lastfmUpdating",
"title": "Last.fm Now Playing Updating",
"description": "Whether or not to update now playing information.",
"type": "bool",
"value": true
}
]
}