-
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.51 KB
/
site.webmanifest
File metadata and controls
50 lines (50 loc) · 1.51 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": "FreePay - Fee-Free Digital Wallet Point of Sale Device",
"short_name": "FreePay",
"description": "The world's only fee-free, open-source POS terminal compatible with digital wallets",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait-primary",
"scope": "/",
"categories": ["business", "finance", "productivity"],
"lang": "en-US",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}
],
"screenshots": [
{
"src": "/screenshot-desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "FreePay POS desktop view showing wallet compatibility"
},
{
"src": "/screenshot-mobile.png",
"sizes": "390x844",
"type": "image/png",
"form_factor": "narrow",
"label": "FreePay POS mobile view with responsive design"
}
],
"related_applications": [],
"prefer_related_applications": false
}