mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-06 19:25:28 +02:00
Added some icons for other browsers and the manifest.json.
This commit is contained in:
parent
84dcc64662
commit
782e2b7fdf
19 changed files with 87 additions and 0 deletions
22
public/manifest.json
Normal file
22
public/manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue