Initial Commit
This commit is contained in:
24
pwa.json
Normal file
24
pwa.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Satakunnan opiskelijaradio",
|
||||
"short_name": "Satakunnan opiskelijaradio",
|
||||
"description": "Tehdään yhdessä satakuntalainen opiskelijaradio!",
|
||||
"start_url": "index.html",
|
||||
"id": "satakunnan-opiskelijaradio",
|
||||
"display": "standalone",
|
||||
"background_color": "#0080bf",
|
||||
"theme_color": "#0080bf",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/images/favicon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/pwa.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["education", "entertainment", "lifestyle", "music", "news"]
|
||||
}
|
Reference in New Issue
Block a user