{
  "_comment": "iOS ignores this file for the home screen icon and uses the apple-touch-icon link tag instead. It is here for Android, for the install prompt, and because iOS does read start_url and display.",
  "name": "muistaen.fi",
  "short_name": "Muistaen",
  "description": "Kukat ja kynttilät läheisesi haudalle.",
  "lang": "fi",
  "dir": "ltr",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#202B27",
  "background_color": "#202B27",
  "categories": [
    "lifestyle",
    "shopping"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
