Initialize rails app
This commit is contained in:
parent
fd82adc73e
commit
64fb080e96
234 changed files with 1398 additions and 14539 deletions
22
app/views/pwa/manifest.json.erb
Normal file
22
app/views/pwa/manifest.json.erb
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "WahMoe",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "/icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"description": "WahMoe.",
|
||||
"theme_color": "red",
|
||||
"background_color": "red"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue