Skip to content

Commit 37cc9eb

Browse files
committed
#77 add pwa link to index file
1 parent dc95d4c commit 37cc9eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineNuxtConfig({
2626
],
2727
link: [
2828
{rel: "icon", type: "image/x-icon", href: "/favicon/favicon.ico"},
29+
{rel: "manifest", href: "manifest.json"},
2930
],
3031
},
3132
},

src/static/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"short_name": "Buggregator",
33
"name": "Buggregator: The Ultimate Debugging Server",
4+
"manifest_version": 2,
5+
"lang": "en",
46
"icons": [
57
{
68
"src": "/favicon/android-chrome-512x512.png",
@@ -14,12 +16,11 @@
1416
}
1517
],
1618
"author": "Pavel Buchnev",
17-
"id": "/?source=pwa",
1819
"start_url": "/",
1920
"background_color": "#1F2937",
2021
"display": "standalone",
2122
"scope": "/",
2223
"theme_color": "#1F2937",
2324
"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+
"version": "0.1"
2526
}

0 commit comments

Comments
 (0)