-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 919 Bytes
/
manifest.json
File metadata and controls
31 lines (31 loc) · 919 Bytes
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
{
"name": "angularupgrades.com",
"short_name": "upgrades",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"lang": "en",
"theme_color": "#6483c1",
"description": "Our professional team handles the entire migration process. From AngularJS to Angular, we got you covered.",
"icons": [{
"src": "/img/favicons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "/img/favicons/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "/img/favicons/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "/img/favicons/favicon-128x128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "/img/favicons/favicon-196x196.png",
"sizes": "196x196",
"type": "image/png"
}]
}