-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 1.05 KB
/
Copy pathmanifest.json
File metadata and controls
34 lines (34 loc) · 1.05 KB
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
{
"short_name": "Global Top 10",
"name": "Global Top 10 Songs Today",
"icons": [
{
"src": "https://vue-deezer-v2.herokuapp.com/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://vue-deezer-v2.herokuapp.com/logo512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "https://vue-deezer-v2.herokuapp.com/maskable512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
},
{
"src": "https://vue-deezer-v2.herokuapp.com/maskable192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
}
],
"start_url": "https://vue-deezer-v2.herokuapp.com/",
"background_color": "#181A1A",
"display": "standalone",
"scope": "https://vue-deezer-v2.herokuapp.com/",
"theme_color": "#181A1A",
"description": "Offer users the top 10 songs on the planet today"
}