Skip to content
Snippets Groups Projects
Commit 162f5142 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Migrate app-template from "icons" to "images" folder because of Apache default alias

parent 3761fc6e
No related branches found
No related tags found
No related merge requests found
Pipeline #52443 passed
Showing
with 17 additions and 17 deletions
......@@ -2,49 +2,49 @@
"short_name": "esign",
"name": "Electronic Signature Service",
"start_url": "./",
"icons": [
"images": [
{
"src": "/icons/icon-72x72.png",
"src": "/images/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/icons/icon-96x96.png",
"src": "/images/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/icons/icon-128x128.png",
"src": "/images/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/icons/icon-144x144.png",
"src": "/images/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/icons/icon-152x152.png",
"src": "/images/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "/icons/icon-192x192.png",
"src": "/images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-384x384.png",
"src": "/images/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icons/icon-256x256.png",
"src": "/images/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/icons/icon-512x512.png",
"src": "/images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
......
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -6,17 +6,17 @@
<meta name="theme-color" content="white"/>
<!-- Favicons -->
<link rel="shortcut icon" type="image/x-icon" href="/icons/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" sizes="any">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<!-- PWA manifest file -->
<link rel="manifest" href="/app.manifest.json">
<!-- PWA iphone -->
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/icon-16x16.png">
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#e4154b">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/icon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/icon-16x16.png">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#e4154b">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<!-- Loading spinner -->
......
{
"name": "@dbp-topics/signature",
"internalName": "dbp-signature",
"version": "1.0.17",
"version": "1.0.18",
"main": "src/dbp-signature.js",
"license": "LGPL-2.1-or-later",
"repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment