-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#77 add base version of pwa manifest
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |