Updated
This commit is contained in:
42
RadioWebApp/manifest.json
Normal file
42
RadioWebApp/manifest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"id": "radioplayer",
|
||||
"name": "RadioPlayer",
|
||||
"short_name": "Radio",
|
||||
"description": "RadioPlayer - stream and cast your favorite radio stations.",
|
||||
"start_url": "./",
|
||||
"scope": ".",
|
||||
"display": "fullscreen",
|
||||
"display_override": ["fullscreen", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
|
||||
"orientation": "portrait-primary",
|
||||
"background_color": "#111318",
|
||||
"theme_color": "#111318",
|
||||
"categories": ["music", "entertainment"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/radioplayer-logo-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/radioplayer-logo-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Open RadioPlayer",
|
||||
"short_name": "Open",
|
||||
"description": "Launch RadioPlayer",
|
||||
"url": "./",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/radioplayer-logo-192.png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user