-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
52 lines (52 loc) · 1.36 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
{
"background_color": "#ffffff",
"description": "Money Matters - Consultancy Services\r\n Money Matters brings expertise in Taxation | Financial Accounting & Planning | GST | Company Compliances.",
"dir": "ltr",
"display": "standalone",
"name": "Money Matters - Gaurav Muskan",
"orientation": "any",
"scope": "/",
"short_name": "Money Matters",
"start_url": "/",
"theme_color": "#e05757",
"categories": [],
"screenshots": [
{
"src": "/images/screenshot-1.png",
"sizes": "1280x800",
"type": "image/png"
},
{
"src": "/images/screenshot-2.png",
"sizes": "750x1334",
"type": "image/png"
}
],
"icons": [
{
"src": "./res/icons/favicon-32x32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "./res/icons/favicon-16x16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "./res/icons/favicon.ico",
"type": "image/x-icon"
},
{
"src": "./res/icons/apple-touch-icon.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "https://raw.githubusercontent.com/askmoneymatters/askmoneymatters.github.io/main/res/seo.jpg",
"type": "image/jpeg",
"sizes": "1897x972"
}
],
"shortcuts": []
}