{
    "name": "ArtDraw Web App",
    "short_name": "ArtDraw",
    "description": "Progressive web application of graphic design. Install it on your PC to be able to enjoy it without internet.",
    "icons": [
      {
        "src": "icons/icon-32.png",
        "sizes": "32x32",
        "type": "image/png"
      },
      {
        "src": "icons/icon-48.png",
        "sizes": "48x48",
        "type": "image/png"
      },
      {
        "src": "icons/icon-128.png",
        "sizes": "128x128",
        "type": "image/png"
      },
      {
        "src": "icons/icon-144.png",
        "sizes": "144x144",
        "type": "image/png"
      }
    ],
    "start_url": "https://artdraw.org/svg/app.html",
    "display": "fullscreen",
    "theme_color": "#B12A34",
    "background_color": "#B12A34"
  }