{
  "name": "Fondly — Memories into Paintings",
  "short_name": "Fondly",
  "description": "Tell Leisa about a cherished memory and she will paint it for you.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F6EFE3",
  "theme_color": "#F6EFE3",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["lifestyle", "art"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Paint a memory",
      "short_name": "Paint",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My paintings",
      "short_name": "Gallery",
      "url": "/gallery",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
