Skip to content

Commit

Permalink
Merge pull request #31 from gunet/update-verifier-manifest
Browse files Browse the repository at this point in the history
Update Verifier's manifest
  • Loading branch information
kkmanos authored Jul 5, 2024
2 parents 4f9eaf1 + 9b6d984 commit e4818bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ services:
- ./wallet-enterprise-configurations/acme-verifier/views/verifier/QR.pug:/app/views/verifier/QR.pug:rw
- ./wallet-enterprise-configurations/acme-verifier/views/verifier/success.pug:/app/views/verifier/success.pug:rw
- ./wallet-enterprise-configurations/acme-verifier/public/images:/app/public/images:rw
- ./wallet-enterprise-configurations/acme-verifier/public/site.webmanifest:/app/public/site.webmanifest:rw
- ./.vscode/:/app/.vscode:rw
- type: tmpfs
target: /app/dist
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Your Friendly Verifier",
"short_name": "Friendly Verifier",
"icons": [
{
"src": "/images/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"theme_color": "#353f55",
"background_color": "#353f55",
"display": "standalone"
}

0 comments on commit e4818bc

Please sign in to comment.