-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·42 lines (42 loc) · 1.08 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
{
"author": "Adam J. Jolicoeur",
"description": "The Portfolio of Adam J. Jolicoeur",
"name": "The Portfolio of Adam J. Jolicoeur",
"short_name": "Adam J.",
"lang": "en-US",
"display": "standalone",
"orientation": "portrait",
"homepage_url": "https://www.adamjolicoeur.com",
"developer": {
"name": "Adam J. Jolicoeur",
"url": "https://github.com/mindreeper2420"
},
"icons": [{
"src": "img/touch/icon-128x128.png",
"type": "image/png",
"sizes": "128x128"
}, {
"src": "img/touch/apple-touch-icon.png",
"type": "image/png",
"sizes": "152x152"
}, {
"src": "img/touch/mstile-144x144.png",
"type": "image/png",
"sizes": "144x144"
}, {
"src": "img/touch/android-chome-192x192.png",
"type": "image/png",
"sizes": "192x192"
}, {
"src": "img/touch/android-chome-256x256.png",
"type": "image/png",
"sizes": "256x256"
}, {
"src": "img/touch/android-chome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}],
"start_url": "index.html",
"theme_color": "#111519",
"background_color": "#111519"
}