-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 1.04 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
{
"background_color": "#ffffff",
"description": "",
"display": "standalone",
"manifest_version": 2,
"name": "Web Development in Ruby on Rails, technical blog Fractal Soft",
"offline_enabled": true,
"prefer_related_applications": false,
"scope": "/",
"short_name": "blog fractalsoft",
"start_url": "/?utm_source=homescreen",
"theme_color": "#1c26c3",
"icons": [
{
"src": "https://blog.fractalsoft.org/assets/images/fractalsoft/blog.svg",
"type": "image/svg+xml",
"sizes": "192x192 512x512",
"purpose": "any"
},
{
"src": "https://blog.fractalsoft.org/assets/images/fractalsoft/blog.svg",
"type": "image/svg+xml",
"sizes": "192x192 512x512",
"purpose": "maskable"
},
{
"src": "https://blog.fractalsoft.org/assets/images/fractalsoft/blog-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://blog.fractalsoft.org/assets/images/fractalsoft/blog-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}