-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
47 lines (47 loc) · 1.05 KB
/
manifest.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "QR Generator",
"short_name": "QR Gen",
"description": "Generate QR codes instantly for URLs, text, WiFi, contacts, SEPA, PayPal and more.",
"start_url": "/qr/",
"scope": "/qr/",
"id": "/qr/",
"display": "standalone",
"prefer_related_applications": false,
"orientation": "any",
"theme_color": "#3cb856",
"background_color": "#2a2a2e",
"categories": ["utilities", "productivity"],
"icons": [
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"share_target": {
"action": "https://gottz.de/qr/",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}