-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
23 lines (23 loc) · 608 Bytes
/
Copy pathmanifest.json
File metadata and controls
23 lines (23 loc) · 608 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Blogscript",
"short_name": "Blogscript",
"description": "Blogscript is a blogging website where users can read, share, and explore educational and technical content.",
"icons": [
{
"src": "favicon.ico/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon.ico/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "home/",
"scope": "/",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait-primary"
}