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",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue