{
    "name": "MD Notes",
    "short_name": "Notes",
    "description": "Allows taking private notes as well as share notes with friends.",
    "icons": [
      {
        "src": "/assets/img/notes-64.png",
        "sizes": "64x64",
        "type": "image/png"
      },
      {
        "src": "/assets/img/notes-256.png",
        "sizes": "256x256",
        "type": "image/png"
      },
      {
        "src": "/assets/img/notes-512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "start_url": "/index.html?source=pwa",
    "display": "fullscreen",
    "theme_color": "#7bc9a2",
    "background_color": "#7bc9a2"
  }