This repository was archived by the owner on Jun 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.webmanifest
More file actions
50 lines (50 loc) · 1.5 KB
/
site.webmanifest
File metadata and controls
50 lines (50 loc) · 1.5 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Flirtual",
"short_name": "Flirtual",
"icons": [
{
"src": "/android-chrome-192x192.png?v=2",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png?v=2",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#e9658b",
"background_color": "#e9658b",
"start_url": "https://flirtu.al",
"display": "standalone",
"categories": ["social"],
"shortcuts": [
{
"name": "Browse",
"url": "/",
"description": "Browse new profiles",
"icons": [{ "src": "/img/shortcuts/browse.png", "sizes": "256x256" }]
},
{
"name": "Matches",
"url": "/matches",
"description": "Check your matches",
"icons": [{ "src": "/img/shortcuts/matches.png", "sizes": "256x256" }]
},
{
"name": "Profile",
"url": "/me",
"description": "View your profile",
"icons": [{ "src": "/img/shortcuts/profile.png", "sizes": "256x256" }]
},
{
"name": "Settings",
"url": "/settings",
"description": "Change settings and edit your profile",
"icons": [{ "src": "/img/shortcuts/settings.png", "sizes": "256x256" }]
}
],
"ovr_package_name": "zone.homie.flirtual.pwa"
}