-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
37 lines (37 loc) · 937 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
{
"short_name": "Chat",
"name": "Chat: Message unknown numbers on WhatsApp",
"icons": [
{
"src": "images/icons/192x192.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "images/icons/512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"background_color": "#1e1e1e",
"display": "standalone",
"scope": "/",
"theme_color": "#075E54",
"description": "Message numbers on WhatsApp without saving numbers to your contacts",
"screenshots": [
{
"src": "images/screenshots/wide.webp",
"type": "image/webp",
"sizes": "1354x663",
"form_factor": "wide"
},
{
"src": "images/screenshots/mobile.webp",
"type": "image/webp",
"sizes": "412x915",
"form_factor": "narrow"
}
]
}