Added some icons for other browsers and the manifest.json.

This commit is contained in:
Jan Böhmer 2019-03-20 22:43:04 +01:00
parent 84dcc64662
commit 782e2b7fdf
19 changed files with 87 additions and 0 deletions

22
public/manifest.json Normal file
View file

@ -0,0 +1,22 @@
{
"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.",
"icons": [
{
"src": "\/icons\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "\/icons\/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image\/png"
}
],
"theme_color": "#ffffff"
}