forked from GoogleChromeLabs/squoosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
61 lines (61 loc) · 1.69 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "പപ്പടം - Image Compressor",
"short_name": "പപ്പടം",
"start_url": "/?utm_medium=PWA&utm_source=launcher",
"display": "standalone",
"orientation": "any",
"background_color": "#fff",
"theme_color": "#FFA500",
"icons": [
{
"src": "/img/icon-large-cb438cac.png",
"type": "image/png",
"sizes": "1024x1024"
},
{
"src": "/img/maskable_icon-1024.png",
"type": "image/png",
"sizes": "1024x1024",
"purpose": "maskable"
}
],
"description": "ഇമേജ് ഫയലുകളെ ഇടിച്ചു പപ്പടമാക്കാൻ ഒരു കമ്പ്രസർ വെബ് ആപ്പ്!",
"lang": "ml",
"categories": [
"photo",
"productivity",
"utilities"
],
"screenshots": [
{
"src": "/img/screenshot1-0ff68546.png",
"type": "image/png",
"sizes": "540x720"
},
{
"src": "/img/screenshot2-1f78c4db.jpg",
"type": "image/jpeg",
"sizes": "540x720"
},
{
"src": "/img/screenshot3-c1e02216.jpg",
"type": "image/jpeg",
"sizes": "540x720"
}
],
"share_target": {
"action": "/?utm_medium=PWA&utm_source=share-target&share-target",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"files": [
{
"name": "file",
"accept": [
"image/*"
]
}
]
}
}
}