Updated manifest.json

This commit is contained in:
Jan Böhmer 2019-11-30 16:05:36 +01:00
parent 9567c15648
commit 5782ef70fb
2 changed files with 27 additions and 18 deletions

View file

@ -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"
}
]
}