{
    "short_name": "Mem",
    "name": "Mem-App, Vocabulary memoriser and dictionary app",
    "icons": [
      {
        "src": "/newlogo32.png",
        "type": "image/png",
        "sizes": "32x32"
      },
      {
        "src": "/newlogo64.png",
        "type": "image/png",
        "sizes": "64x64"
      },
      {
        "src": "/newlogo144.png",
        "type": "image/png",
        "sizes": "144x144"
      },
      {
        "src": "/newlogo192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/newlogo512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "id": "/?source=pwa",
    "start_url": "/app",
    "background_color": "#fff",
    "display": "standalone",
    "scope": "/app",
    "theme_color": "#fff",
    "shortcuts": [],
    "description": "Looking up the meaning of word to add them to your list of words to memorise and review them on spacced intervals",
    "screenshots" : [
      {
        "src": "WideScreenshot.png",
        "sizes": "1489x782",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Homescreen of Mem-App on desktop"
      },
      {
        "src": "NarrowScreenshot.jpg",
        "sizes": "1080x2099",
        "type": "image/jpg",
        "form_factor": "narrow",
        "label": "Homescreen of Mem-App on mobile"
      }
    ]
  }