predator_pics_rails/app/views/pwa/manifest.json.erb

23 lines
407 B
Plaintext

{
"name": "PredatorPics",
"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": "PredatorPics.",
"theme_color": "red",
"background_color": "red"
}