-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathextension.json
62 lines (55 loc) · 1.22 KB
/
extension.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"title": "Radon",
"description": "Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv",
"applications": {
"gecko": {
"id": "jid1-rbAJu4BHjMqTww@jetpack",
"strict_min_version": "59.0a1"
}
},
"origins": [
"*://play.google.com/music/*",
"*://ws.audioscrobbler.com/2.0/*"
],
"permissions": [
"storage",
"unlimitedStorage"
],
"background": {
"scripts": [
"Common.js",
"Background/Common.js",
"Background/Messaging.js",
"Background/Services/Callback.js",
"Background/Services/ContentScript.js",
"Background/Services/Library.js",
"Background/Services/Scrobble.js",
"Background/Services/App.js",
"Background/Services/Migrate.js"
]
},
"options_ui": {
"page": "Application.html#/configuration",
"browser_style": false,
"open_in_tab": true
},
"features": {
"contentScripts": "dynamic",
"permissions": "dynamic"
},
"modules": {
"destinations": [
"lastfm",
"librefm",
"listenbrainz",
"trakt"
],
"sources": [
"amazonvideo",
"googlemusic",
"netflix",
"spotify",
"youtubemusic"
]
}
}