Skip to content

Commit

Permalink
#77 add base version of pwa manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Aug 22, 2024
1 parent ed36531 commit dc95d4c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/static/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "Buggregator",
"name": "Buggregator: The Ultimate Debugging Server",
"icons": [
{
"src": "/favicon/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/favicon/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"author": "Pavel Buchnev",
"id": "/?source=pwa",
"start_url": "/",
"background_color": "#1F2937",
"display": "standalone",
"scope": "/",
"theme_color": "#1F2937",
"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",
"version": "1.22.1"
}

0 comments on commit dc95d4c

Please sign in to comment.