Skip to content

Commit dc95d4c

Browse files
committed
#77 add base version of pwa manifest
1 parent ed36531 commit dc95d4c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/static/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "Buggregator",
3+
"name": "Buggregator: The Ultimate Debugging Server",
4+
"icons": [
5+
{
6+
"src": "/favicon/android-chrome-512x512.png",
7+
"type": "image/png",
8+
"sizes": "512x512"
9+
},
10+
{
11+
"src": "/favicon/android-chrome-192x192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
}
15+
],
16+
"author": "Pavel Buchnev",
17+
"id": "/?source=pwa",
18+
"start_url": "/",
19+
"background_color": "#1F2937",
20+
"display": "standalone",
21+
"scope": "/",
22+
"theme_color": "#1F2937",
23+
"description": "Buggregator is a free, multi-purpose server tool designed primarily for debugging PHP applications, but it's also compatible with other programming languages. Think of it as a Swiss Army knife for developers. What makes it special is that it offers a range of features that you would usually find in various paid tools, but it's available for free.\n\n",
24+
"version": "1.22.1"
25+
}

0 commit comments

Comments
 (0)