-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
30 lines (30 loc) · 1.01 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
{
"name": "daniel",
"description": "Daniel a contemporary static website template for e-learning, leverages advanced technologies, prioritizing design to present an aesthetically appealing and engaging platform for educational content hosting. Although lacking functional elements, this template lays the foundation for building an interactive learning space that engages students and reinforces educational goals.",
"short_name": "daniel",
"start_url": "https://moksy.com/templates/daniel",
"display": "standalone",
"background_color": "#f69435",
"theme_color": "#ff914f",
"orientation": "portrait",
"icons": [
{
"src": "./assets/img/logo.png",
"sizes": "36x36",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./assets/img/logo.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./assets/img/logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}