-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
48 lines (48 loc) · 949 Bytes
/
manifest.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
{ "AppDescription":
{ "en": "An app for creating playlists tailored towards dance"
}
, "AppIcon":
{ "18x18": "img/icon/icon-18x18.png"
, "32x32": "img/icon/icon-32x32.png"
, "64x64": "img/icon/icon-64x64.png"
, "128x128": "img/icon/icon-128x128.png"
, "300x300": "img/icon/icon-300x300.png"
}
, "AppName":
{ "en": "TempoWiki"
}
, "BundleIdentifier": "tw"
, "BundleType": "Application"
, "BundleVersion": "0.1"
, "DefaultTabs":
[
{ "arguments": "tab-playlist"
, "title":
{ "en": "Playlist creator"
}
}
, { "arguments": "tab-player"
, "title":
{ "en": "Now playing"
}
}
, { "arguments": "tab-profiler"
, "title":
{ "en": "Profile creator"
}
}
]
, "Dependencies":
{ "api": "1.10.2"
, "views": "1.18.1"
}
, "RequiredPermissions":
[ "https://api.spotify.com"
, "http://www.myrtveit.com"
]
, "RequiredInterface": 1
, "SupportedLanguages":
[ "en"
]
, "VendorIdentifier": "www.myrtveit.com/tempowiki"
}