Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions public-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="manifest" href="manifest.webmanifest">
<meta name="apple-itunes-app" content="app-id=1600756434">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eduID</title>
</head>
Expand Down
1 change: 1 addition & 0 deletions public-gui/public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RewriteCond %{REQUEST_URI} !^/internal
RewriteCond %{REQUEST_URI} !^/robots.txt
RewriteCond %{REQUEST_URI} !^/fonts
RewriteCond %{REQUEST_URI} !^/.well-known
RewriteCond %{REQUEST_URI} !^/manifest.webmanifest
RewriteRule (.*) /index.html [L]

Header always set X-Frame-Options "DENY"
Expand Down
34 changes: 34 additions & 0 deletions public-gui/public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "eduID",
"theme_color": "#002568",
"background_color": "#0062b0",
"display": "browser",
"scope": "/",
"start_url": "/",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "nl.eduid",
"url": "https://play.google.com/store/apps/details?id=nl.eduid"
}
],
"icon": "/assets/logo_eduID.svg",
"icons": [
{
"src": "/assets/eduid-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/assets/eduid-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/assets/eduid-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}
Binary file added public-gui/src/assets/eduid-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public-gui/src/assets/eduid-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public-gui/src/assets/eduid-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading