{
    "short_name": "Unmark",
    "name": "Unmark",
    "icons": [
      {
        "src": "/assets/images/pwa/android-chrome-192x192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/assets/images/pwa/android-chrome-512x512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ],
    "share_target": {
      "action": "/mark/add/",
      "params": {
        "url": "url",
        "title": "title",
        "text": "notes"
      }
    },
    "start_url": "/?source=pwa",
    "background_color": "#13293d",
    "display": "browser",
    "orientation": "portrait",
    "scope": "/",
    "theme_color": "#13293d"
  }
