Initial Commit
This commit is contained in:
commit
b93ee3e0f4
92 changed files with 2410 additions and 0 deletions
22
app/views/pwa/manifest.json.erb
Normal file
22
app/views/pwa/manifest.json.erb
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "MongoDbUppgift",
|
||||
"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": "MongoDbUppgift.",
|
||||
"theme_color": "red",
|
||||
"background_color": "red"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue