-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json.1
33 lines (33 loc) · 967 Bytes
/
manifest.json.1
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
{
"name": "Tumblr",
"short_name": "Tumblr",
"description": "You'll probably never be bored again.",
"launch_path": "/",
"icons": [
{
"src": "https://assets.tumblr.com/images/favicons/android-chrome-192x192.png?_v=c7753afed68bf86f6ea66a2556ec39d9",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://assets.tumblr.com/images/favicons/android-chrome-512x512.png?_v=3313a90599faa9473633cc5b22bd293d",
"sizes": "512x512",
"type": "image/png"
}
],
"developer": {
"name": "Automattic, Inc.",
"url": "https://www.tumblr.com"
},
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "com.tumblr"
}
],
"default_locale": "en",
"theme_color": "#001936",
"background_color": "#001936",
"display": "standalone"
}