forked from akshitagupta15june/PetMe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.webmanifest.json
36 lines (35 loc) · 923 Bytes
/
site.webmanifest.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
{
"name": "PetMe",
"short_name": "PetMe",
"description": "An all-in-one platform for pet adoption, donations, and emergency care for stray animals.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4CAF50",
"icons": [
{
"src": "Assets/Images/logo.jpg",
"sizes": "192x192",
"type": "image/png"
}
],
"scope": "/",
"splash_pages": null,
"screenshots": [],
"prefer_related_applications": false,
"related_applications": [],
"orientation": "any",
"dir": "ltr",
"lang": "en-US",
"display_override": [],
"share_target": {
"action": "/share/",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "PetMe",
"text": "Check out PetMe - the platform for pet lovers!",
"url": "/"
}
}
}