webminidisc/public/manifest.json

29 lines
637 B
JSON
Raw Normal View History

2020-02-12 20:49:56 +00:00
{
2020-03-20 17:21:53 +00:00
"short_name": "Web MiniDisc",
"name": "Web MiniDisc: Brings NetMD Devices to the Web",
"description": "Upload music to NetMD MiniDisc devices",
2020-02-12 20:49:56 +00:00
"icons": [
{
2020-03-20 17:21:53 +00:00
"src": "MiniDisc192.png",
2020-02-12 20:49:56 +00:00
"type": "image/png",
"sizes": "192x192"
},
{
2020-03-20 17:21:53 +00:00
"src": "MiniDisc512.png",
2020-02-12 20:49:56 +00:00
"type": "image/png",
"sizes": "512x512"
2020-03-20 17:21:53 +00:00
},
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
2020-02-12 20:49:56 +00:00
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
2020-03-20 17:21:53 +00:00
"orientation": "portrait",
"background_color": "#ffffff",
"splash_pages": null
2020-02-12 20:49:56 +00:00
}