Skip to content

Commit bd87dd2

Browse files
authored
Create manifest.json
1 parent 50297c2 commit bd87dd2

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

frontend/public/manifest.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"short_name": "Brevity",
3+
"name": "Brevity - What's happening?",
4+
"description": "A modern, high-performance micro-blogging platform.",
5+
"icons": [
6+
{
7+
"src": "/logo.svg",
8+
"type": "image/svg+xml",
9+
"sizes": "any"
10+
},
11+
{
12+
"src": "/icon-192.png",
13+
"type": "image/png",
14+
"sizes": "192x192"
15+
},
16+
{
17+
"src": "/icon-512.png",
18+
"type": "image/png",
19+
"sizes": "512x512"
20+
}
21+
],
22+
"start_url": ".",
23+
"display": "standalone",
24+
"theme_color": "#ffffff",
25+
"background_color": "#f3f4f6"
26+
}

0 commit comments

Comments
 (0)