{
    "name": "LetterMill",
    "short_name": "LetterMill",
    "start_url": "/editor.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
      {
        "src": "./img/icon_192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "./img/icon_256x256.png",
        "sizes": "256x256",
        "type": "image/png"
      }
    ]
  }