Skip to content

Commit

Permalink
add manifest.json to angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dysTOS committed Oct 30, 2023
1 parent 204b40a commit d697c2d
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 7 deletions.
14 changes: 9 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"assets": [
"src/assets",
"src/favicon.ico",
"src/upload.php"
"src/manifest.json"
],
"styles": ["src/styles.scss"],
"scripts": [
Expand All @@ -47,7 +47,7 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "3mb",
"maximumWarning": "4mb",
"maximumError": "5mb"
},
{
Expand All @@ -69,7 +69,7 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "3mb",
"maximumWarning": "4mb",
"maximumError": "5mb"
},
{
Expand All @@ -91,7 +91,7 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "3mb",
"maximumWarning": "4mb",
"maximumError": "5mb"
},
{
Expand All @@ -110,6 +110,10 @@
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.gulaschmusi.ts"
},
{
"replace": "src/manifest.json",
"with": "src/manifest.gulaschmusi.json"
}
],
"outputHashing": "all"
Expand Down Expand Up @@ -161,7 +165,7 @@
"assets": [
"src/assets",
"src/favicon.ico",
"src/upload.php"
"src/manifest.json"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.gulaschmusi.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />

<link rel="manifest" href="manifest.webmanifest" />
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#b00000" />
<meta name="robots" content="noindex, nofollow" />

Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />

<link rel="manifest" href="manifest.webmanifest" />
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#006600" />
<meta name="robots" content="noindex, nofollow" />

Expand Down
26 changes: 26 additions & 0 deletions src/manifest.gulaschmusi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"short_name": "gmrAPP",
"name": "gmrAPP: GulaschMusiApp",
"icons": [
{
"src": "/assets/mkjICONS/Favicon_Square/android-icon-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable any"
},
{
"src": "/assets/mkjICONS/LOGO_APP_512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable any"
}
],
"start_url": "/",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"theme_color": "#006600",

"description": "Gulaschmusi - best served hot",
"screenshots": []
}
File renamed without changes.

0 comments on commit d697c2d

Please sign in to comment.