mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +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",
|
"name": "Part-DB",
|
||||||
"default_locale": "en",
|
"short_name": "Part-DB",
|
||||||
"author": "Jan Böhmer",
|
"description": "Inventory managment for electronic components.",
|
||||||
"homepage_url": "https://github.com/jbtronics/Part-DB",
|
"lang": "en",
|
||||||
"description": "A managment tool for electronical parts.",
|
"start_url": "/en/?source=pwa",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#ffffff",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "\/icons\/android-chrome-192x192.png",
|
"src": "/icons/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192"
|
||||||
"type": "image\/png"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "\/icons\/android-chrome-384x384.png",
|
"src": "/icons/android-chrome-384x384.png",
|
||||||
"sizes": "384x384",
|
"sizes": "384x384"
|
||||||
"type": "image\/png"
|
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"theme_color": "#ffffff"
|
|
||||||
}
|
}
|
|
@ -4,14 +4,26 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<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="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="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-32x32.png') }}" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="{{ asset('icons/favicon-16x16.png') }}" sizes="16x16">
|
<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">
|
<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>
|
<title>{% apply trim %}{% block title %}{{ partdb_title}}{% endblock %}{% endapply %}</title>
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue