mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Updated manifest.json
This commit is contained in:
parent
9567c15648
commit
5782ef70fb
2 changed files with 27 additions and 18 deletions
|
@ -1,22 +1,19 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"version": "1.0.0",
|
||||
"name": "Part-DB",
|
||||
"default_locale": "en",
|
||||
"author": "Jan Böhmer",
|
||||
"homepage_url": "https://github.com/jbtronics/Part-DB",
|
||||
"description": "A managment tool for electronical parts.",
|
||||
"short_name": "Part-DB",
|
||||
"description": "Inventory managment for electronic components.",
|
||||
"lang": "en",
|
||||
"start_url": "/en/?source=pwa",
|
||||
"display": "standalone",
|
||||
"theme_color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/icons\/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png"
|
||||
"src": "/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "\/icons\/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image\/png"
|
||||
"src": "/icons/android-chrome-384x384.png",
|
||||
"sizes": "384x384"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,14 +4,26 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<link rel="manifest" href="{{ asset('manifest.json') }}">
|
||||
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="application-name" content="Part-DB">
|
||||
<meta name="apple-mobile-web-app-title" content="Part-DB">
|
||||
<meta name="msapplication-config" content="{{ asset('icons/browserconfig.xml') }}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="msapplication-navbutton-color" content="#ffffff">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="msapplication-starturl" content="/en/">
|
||||
|
||||
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('icons/favicon.ico') }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('icons/apple-touch-icon.png') }}">
|
||||
<link rel="icon" type="image/png" href="{{ asset('icons/favicon-32x32.png') }}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ asset('icons/favicon-16x16.png') }}" sizes="16x16">
|
||||
<link rel="manifest" href="{{ asset('manifest.json') }}">
|
||||
<link rel="mask-icon" href="{{ asset('icons/safari-pinned-tab.svg') }}" color="#5bbad5">
|
||||
<meta name="msapplication-config" content="{{ asset('icons/browserconfig.xml') }}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<title>{% apply trim %}{% block title %}{{ partdb_title}}{% endblock %}{% endapply %}</title>
|
||||
{% block stylesheets %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue