{
  "name": "Opsownia",
  "short_name": "Opsownia",
  "start_url": "/opsownia/app/capture?mode=mobile",
  "scope": "/opsownia/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "background_color": "#f6f8f2",
  "theme_color": "#151a14",
  "icons": [
    {
      "src": "icons/opsownia-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/opsownia-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/opsownia.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nowa notatka",
      "short_name": "Notatka",
      "url": "/opsownia/app/capture?mode=mobile"
    },
    {
      "name": "Zdjęcie",
      "short_name": "Zdjęcie",
      "url": "/opsownia/app/capture?mode=mobile"
    },
    {
      "name": "Notatki",
      "short_name": "Notatki",
      "url": "/opsownia/app/inbox"
    }
  ],
  "share_target": {
    "action": "/opsownia/app/inbox/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "audio/*",
            "audio/mp4",
            "audio/x-m4a",
            "audio/mpeg",
            "audio/ogg",
            "audio/wav",
            "text/*",
            "application/pdf"
          ]
        }
      ]
    }
  }
}
