{
  "name": "Todo for Two - TwoDo.ir",
  "short_name": "TwoDo",
  "description": "A shared to-do list for the two of you. Sign up with each other's email and your lists tie together.",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#e4d9c2",
  "theme_color": "#e4d9c2",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/lib/fav192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/fav350.png",
      "sizes": "350x350",
      "type": "image/png"
    },
    {
      "src": "/images/fav512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/fav512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}